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 Link icon

    • id Link icon

      protected String id
    • trStatus Link icon

      protected XjcEppcomTrStatusType trStatus
    • reID Link icon

      protected String reID
    • reDate Link icon

      protected org.joda.time.DateTime reDate
    • acID Link icon

      protected String acID
    • acDate Link icon

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

    • XjcContactTrnData Link icon

      public XjcContactTrnData()
  • Method Details Link icon

    • getId Link icon

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

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getTrStatus Link icon

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

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

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

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

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

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

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

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

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

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