Class XjcDomainCreate

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

public class XjcDomainCreate extends XjcObject

Java class for createType complex type

.

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

 <complexType name="createType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
         <element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType" minOccurs="0"/>
         <element name="ns" type="{urn:ietf:params:xml:ns:domain-1.0}nsType" minOccurs="0"/>
         <element name="registrant" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/>
         <element name="contact" type="{urn:ietf:params:xml:ns:domain-1.0}contactType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="authInfo" type="{urn:ietf:params:xml:ns:domain-1.0}authInfoType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcDomainCreate

      public XjcDomainCreate()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getPeriod

      public XjcDomainPeriodType getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is XjcDomainPeriodType
    • setPeriod

      public void setPeriod(XjcDomainPeriodType value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is XjcDomainPeriodType
    • getNs

      public XjcDomainNsType getNs()
      Gets the value of the ns property.
      Returns:
      possible object is XjcDomainNsType
    • setNs

      public void setNs(XjcDomainNsType value)
      Sets the value of the ns property.
      Parameters:
      value - allowed object is XjcDomainNsType
    • getRegistrant

      public String getRegistrant()
      Gets the value of the registrant property.
      Returns:
      possible object is String
    • setRegistrant

      public void setRegistrant(String value)
      Sets the value of the registrant property.
      Parameters:
      value - allowed object is String
    • getContacts

      public List<XjcDomainContactType> getContacts()
      Gets the value of the contacts 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 contacts property.

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

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

      Returns:
      The value of the contacts property.
    • getAuthInfo

      public XjcDomainAuthInfoType getAuthInfo()
      Gets the value of the authInfo property.
      Returns:
      possible object is XjcDomainAuthInfoType
    • setAuthInfo

      public void setAuthInfo(XjcDomainAuthInfoType value)
      Sets the value of the authInfo property.
      Parameters:
      value - allowed object is XjcDomainAuthInfoType