Class XjcDomainChkData

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainChkData

public class XjcDomainChkData extends XjcObject

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="cd" type="{urn:ietf:params:xml:ns:domain-1.0}checkType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcDomainChkData

      public XjcDomainChkData()
  • Method Details

    • getCds

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

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

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

      Returns:
      The value of the cds property.