Package google.registry.xjc.rdeheader
Class XjcRdeHeader
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeContentType
google.registry.xjc.rdeheader.XjcRdeHeader
Java class for contentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="contentType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:rde-1.0}contentType">
<sequence>
<element name="tld" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="count" type="{urn:ietf:params:xml:ns:rdeHeader-1.0}countType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
tld
-
counts
-
-
Constructor Details
-
XjcRdeHeader
public XjcRdeHeader()
-
-
Method Details
-
getTld
Gets the value of the tld property.- Returns:
- possible object is
String
-
setTld
Sets the value of the tld property.- Parameters:
value
- allowed object isString
-
getCounts
Gets the value of the counts 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 counts property.getCounts().add(newItem);
Objects of the following type(s) are allowed in the listXjcRdeHeaderCount
- Returns:
- The value of the counts property.
-