Class XjcRdeRegistrar


public class XjcRdeRegistrar extends XjcRdeContentType

Java class for abstractContentType complex type

.

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

 <complexType name="abstractContentType">
   <complexContent>
     <extension base="{urn:ietf:params:xml:ns:rde-1.0}contentType">
       <sequence>
         <element name="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="name" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}nameType"/>
         <element name="gurid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="status" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}statusType"/>
         <element name="postalInfo" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}postalInfoType" maxOccurs="2"/>
         <element name="voice" type="{urn:ietf:params:xml:ns:contact-1.0}e164Type" minOccurs="0"/>
         <element name="fax" type="{urn:ietf:params:xml:ns:contact-1.0}e164Type" minOccurs="0"/>
         <element name="email" type="{urn:ietf:params:xml:ns:eppcom-1.0}minTokenType"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="whoisInfo" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}whoisInfoType" minOccurs="0"/>
         <element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="upDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeRegistrar

      public XjcRdeRegistrar()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • 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
    • getGurid

      public BigInteger getGurid()
      Gets the value of the gurid property.
      Returns:
      possible object is BigInteger
    • setGurid

      public void setGurid(BigInteger value)
      Sets the value of the gurid property.
      Parameters:
      value - allowed object is BigInteger
    • getStatus

      public XjcRdeRegistrarStatusType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is XjcRdeRegistrarStatusType
    • setStatus

      public void setStatus(XjcRdeRegistrarStatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is XjcRdeRegistrarStatusType
    • getPostalInfos

      public List<XjcRdeRegistrarPostalInfoType> getPostalInfos()
      Gets the value of the postalInfos 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 postalInfos property.

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

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

      Returns:
      The value of the postalInfos property.
    • getVoice

      public XjcContactE164Type getVoice()
      Gets the value of the voice property.
      Returns:
      possible object is XjcContactE164Type
    • setVoice

      public void setVoice(XjcContactE164Type value)
      Sets the value of the voice property.
      Parameters:
      value - allowed object is XjcContactE164Type
    • getFax

      public XjcContactE164Type getFax()
      Gets the value of the fax property.
      Returns:
      possible object is XjcContactE164Type
    • setFax

      public void setFax(XjcContactE164Type value)
      Sets the value of the fax property.
      Parameters:
      value - allowed object is XjcContactE164Type
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getWhoisInfo

      public XjcRdeRegistrarWhoisInfoType getWhoisInfo()
      Gets the value of the whoisInfo property.
      Returns:
      possible object is XjcRdeRegistrarWhoisInfoType
    • setWhoisInfo

      public void setWhoisInfo(XjcRdeRegistrarWhoisInfoType value)
      Sets the value of the whoisInfo property.
      Parameters:
      value - allowed object is XjcRdeRegistrarWhoisInfoType
    • getCrDate

      public org.joda.time.DateTime getCrDate()
      Gets the value of the crDate property.
      Returns:
      possible object is String
    • setCrDate

      public void setCrDate(org.joda.time.DateTime value)
      Sets the value of the crDate property.
      Parameters:
      value - allowed object is String
    • getUpDate

      public org.joda.time.DateTime getUpDate()
      Gets the value of the upDate property.
      Returns:
      possible object is String
    • setUpDate

      public void setUpDate(org.joda.time.DateTime value)
      Sets the value of the upDate property.
      Parameters:
      value - allowed object is String