Package google.registry.xjc.fee12
Class XjcFee12ChkData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee12.XjcFee12ChkData
Java class for chkDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="chkDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currency" type="{urn:ietf:params:xml:ns:fee-0.12}currencyType" minOccurs="0"/>
<element name="cd" type="{urn:ietf:params:xml:ns:fee-0.12}objectCDType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCds()
Gets the value of the cds property.Gets the value of the currency property.void
setCurrency
(String value) Sets the value of the currency property.
-
Field Details
-
currency
-
cds
-
-
Constructor Details
-
XjcFee12ChkData
public XjcFee12ChkData()
-
-
Method Details
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value
- allowed object isString
-
getCds
Gets the value of the cds property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
For example, to add a new item, do as follows:set
method for the cds property.getCds().add(newItem);
Objects of the following type(s) are allowed in the listXjcFee12ObjectCDType
- Returns:
- The value of the cds property.
-