Class XjcRdeContact


public class XjcRdeContact 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="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/>
         <element name="status" type="{urn:ietf:params:xml:ns:contact-1.0}statusType" maxOccurs="7"/>
         <element name="postalInfo" type="{urn:ietf:params:xml:ns:contact-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="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"/>
         <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="trDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="trnData" type="{urn:ietf:params:xml:ns:rdeContact-1.0}transferDataType" minOccurs="0"/>
         <element name="disclose" type="{urn:ietf:params:xml:ns:contact-1.0}discloseType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeContact

      public XjcRdeContact()
  • 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
    • 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
    • getStatuses

      public List<XjcContactStatusType> 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 XjcContactStatusType

      Returns:
      The value of the statuses property.
    • getPostalInfos

      public List<XjcContactPostalInfoType> 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 XjcContactPostalInfoType

      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
    • 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
    • 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
    • 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 XjcRdeContactTransferDataType getTrnData()
      Gets the value of the trnData property.
      Returns:
      possible object is XjcRdeContactTransferDataType
    • setTrnData

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

      public XjcContactDiscloseType getDisclose()
      Gets the value of the disclose property.
      Returns:
      possible object is XjcContactDiscloseType
    • setDisclose

      public void setDisclose(XjcContactDiscloseType value)
      Sets the value of the disclose property.
      Parameters:
      value - allowed object is XjcContactDiscloseType