Class XjcFee06Check

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee06.XjcFee06Check

public class XjcFee06Check extends XjcObject

Java class for checkType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="checkType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="domain" type="{urn:ietf:params:xml:ns:fee-0.6}domainCheckType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcFee06Check

      public XjcFee06Check()
  • Method Details

    • getDomains

      public List<XjcFee06DomainCheckType> getDomains()
      Gets the value of the domains 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 domains property.

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

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

      Returns:
      The value of the domains property.