Class XjcDomainTrnData

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainTrnData

public class XjcDomainTrnData 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="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
         <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"/>
         <element name="exDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • 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
    • exDate

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

    • XjcDomainTrnData

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