Class XjcRdeDomain


public class XjcRdeDomain 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="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
         <element name="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/>
         <element name="uName" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" minOccurs="0"/>
         <element name="idnTableId" type="{urn:ietf:params:xml:ns:rdeIDN-1.0}idType" minOccurs="0"/>
         <element name="originalName" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" minOccurs="0"/>
         <element name="status" type="{urn:ietf:params:xml:ns:domain-1.0}statusType" maxOccurs="11"/>
         <element name="rgpStatus" type="{urn:ietf:params:xml:ns:rgp-1.0}statusType" maxOccurs="unbounded" 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="ns" type="{urn:ietf:params:xml:ns:domain-1.0}nsType" minOccurs="0"/>
         <element name="clID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="crRr" type="{urn:ietf:params:xml:ns:rde-1.0}rrType"/>
         <element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="exDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="upRr" type="{urn:ietf:params:xml:ns:rde-1.0}rrType" minOccurs="0"/>
         <element name="upDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="secDNS" type="{urn:ietf:params:xml:ns:secDNS-1.1}dsOrKeyType" minOccurs="0"/>
         <element name="trDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="trnData" type="{urn:ietf:params:xml:ns:rdeDomain-1.0}transferDataType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeDomain

      public XjcRdeDomain()
  • 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
    • getRoid

      public String getRoid()
      Gets the value of the roid property.
      Returns:
      possible object is String
    • setRoid

      public void setRoid(String value)
      Sets the value of the roid property.
      Parameters:
      value - allowed object is String
    • getUName

      public String getUName()
      Gets the value of the uName property.
      Returns:
      possible object is String
    • setUName

      public void setUName(String value)
      Sets the value of the uName property.
      Parameters:
      value - allowed object is String
    • getIdnTableId

      public String getIdnTableId()
      Gets the value of the idnTableId property.
      Returns:
      possible object is String
    • setIdnTableId

      public void setIdnTableId(String value)
      Sets the value of the idnTableId property.
      Parameters:
      value - allowed object is String
    • getOriginalName

      public String getOriginalName()
      Gets the value of the originalName property.
      Returns:
      possible object is String
    • setOriginalName

      public void setOriginalName(String value)
      Sets the value of the originalName property.
      Parameters:
      value - allowed object is String
    • getStatuses

      public List<XjcDomainStatusType> getStatuses()
      Gets the value of the statuses 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 statuses property.

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

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

      Returns:
      The value of the statuses property.
    • getRgpStatuses

      public List<XjcRgpStatusType> getRgpStatuses()
      Gets the value of the rgpStatuses 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 rgpStatuses property.

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

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

      Returns:
      The value of the rgpStatuses property.
    • 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.
    • 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
    • getClID

      public String getClID()
      Gets the value of the clID property.
      Returns:
      possible object is String
    • setClID

      public void setClID(String value)
      Sets the value of the clID property.
      Parameters:
      value - allowed object is String
    • getCrRr

      public XjcRdeRrType getCrRr()
      Gets the value of the crRr property.
      Returns:
      possible object is XjcRdeRrType
    • setCrRr

      public void setCrRr(XjcRdeRrType value)
      Sets the value of the crRr property.
      Parameters:
      value - allowed object is XjcRdeRrType
    • 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
    • getExDate

      public org.joda.time.DateTime getExDate()
      Gets the value of the exDate property.
      Returns:
      possible object is String
    • setExDate

      public void setExDate(org.joda.time.DateTime value)
      Sets the value of the exDate property.
      Parameters:
      value - allowed object is String
    • getUpRr

      public XjcRdeRrType getUpRr()
      Gets the value of the upRr property.
      Returns:
      possible object is XjcRdeRrType
    • setUpRr

      public void setUpRr(XjcRdeRrType value)
      Sets the value of the upRr property.
      Parameters:
      value - allowed object is XjcRdeRrType
    • 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
    • getSecDNS

      public XjcSecdnsDsOrKeyType getSecDNS()
      Gets the value of the secDNS property.
      Returns:
      possible object is XjcSecdnsDsOrKeyType
    • setSecDNS

      public void setSecDNS(XjcSecdnsDsOrKeyType value)
      Sets the value of the secDNS property.
      Parameters:
      value - allowed object is XjcSecdnsDsOrKeyType
    • getTrDate

      public org.joda.time.DateTime getTrDate()
      Gets the value of the trDate property.
      Returns:
      possible object is String
    • setTrDate

      public void setTrDate(org.joda.time.DateTime value)
      Sets the value of the trDate property.
      Parameters:
      value - allowed object is String
    • getTrnData

      public XjcRdeDomainTransferDataType getTrnData()
      Gets the value of the trnData property.
      Returns:
      possible object is XjcRdeDomainTransferDataType
    • setTrnData

      public void setTrnData(XjcRdeDomainTransferDataType value)
      Sets the value of the trnData property.
      Parameters:
      value - allowed object is XjcRdeDomainTransferDataType