Class XjcRdeHeader


public class XjcRdeHeader extends XjcRdeContentType

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 Details

  • Constructor Details

    • XjcRdeHeader

      public XjcRdeHeader()
  • Method Details

    • getTld

      public String getTld()
      Gets the value of the tld property.
      Returns:
      possible object is String
    • setTld

      public void setTld(String value)
      Sets the value of the tld property.
      Parameters:
      value - allowed object is String
    • getCounts

      public List<XjcRdeHeaderCount> 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 set method for the counts property.

      For example, to add a new item, do as follows:

       getCounts().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcRdeHeaderCount

      Returns:
      The value of the counts property.