Class XjcDomainCheck

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

public class XjcDomainCheck extends XjcObject

Java class for mNameType complex type

.

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

 <complexType name="mNameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcDomainCheck

      public XjcDomainCheck()
  • Method Details

    • getNames

      public List<String> getNames()
      Gets the value of the names 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 names property.

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

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

      Returns:
      The value of the names property.