Class XjcContactTrnData

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactTrnData

public class XjcContactTrnData extends XjcObject

Java class for trnDataType complex type

.

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

 <complexType name="trnDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="trStatus" type="{urn:ietf:params:xml:ns:eppcom-1.0}trStatusType"/>
         <element name="reID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="reDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="acID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="acDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected String id
    • trStatus

      protected XjcEppcomTrStatusType trStatus
    • reID

      protected String reID
    • reDate

      protected org.joda.time.DateTime reDate
    • acID

      protected String acID
    • acDate

      protected org.joda.time.DateTime acDate
  • Constructor Details

    • XjcContactTrnData

      public XjcContactTrnData()
  • 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
    • getTrStatus

      public XjcEppcomTrStatusType getTrStatus()
      Gets the value of the trStatus property.
      Returns:
      possible object is XjcEppcomTrStatusType
    • setTrStatus

      public void setTrStatus(XjcEppcomTrStatusType value)
      Sets the value of the trStatus property.
      Parameters:
      value - allowed object is XjcEppcomTrStatusType
    • getReID

      public String getReID()
      Gets the value of the reID property.
      Returns:
      possible object is String
    • setReID

      public void setReID(String value)
      Sets the value of the reID property.
      Parameters:
      value - allowed object is String
    • getReDate

      public org.joda.time.DateTime getReDate()
      Gets the value of the reDate property.
      Returns:
      possible object is String
    • setReDate

      public void setReDate(org.joda.time.DateTime value)
      Sets the value of the reDate property.
      Parameters:
      value - allowed object is String
    • getAcID

      public String getAcID()
      Gets the value of the acID property.
      Returns:
      possible object is String
    • setAcID

      public void setAcID(String value)
      Sets the value of the acID property.
      Parameters:
      value - allowed object is String
    • getAcDate

      public org.joda.time.DateTime getAcDate()
      Gets the value of the acDate property.
      Returns:
      possible object is String
    • setAcDate

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