Class XjcRdeDomainTransferDataType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdedomain.XjcRdeDomainTransferDataType

public class XjcRdeDomainTransferDataType extends XjcObject

Java class for transferDataType complex type

.

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

 <complexType name="transferDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trStatus" type="{urn:ietf:params:xml:ns:eppcom-1.0}trStatusType"/>
         <element name="reRr" type="{urn:ietf:params:xml:ns:rde-1.0}rrType"/>
         <element name="reDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="acRr" type="{urn:ietf:params:xml:ns:rde-1.0}rrType"/>
         <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

    • trStatus

      protected XjcEppcomTrStatusType trStatus
    • reRr

      protected XjcRdeRrType reRr
    • reDate

      protected org.joda.time.DateTime reDate
    • acRr

      protected XjcRdeRrType acRr
    • acDate

      protected org.joda.time.DateTime acDate
    • exDate

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

    • XjcRdeDomainTransferDataType

      public XjcRdeDomainTransferDataType()
  • Method Details

    • 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
    • getReRr

      public XjcRdeRrType getReRr()
      Gets the value of the reRr property.
      Returns:
      possible object is XjcRdeRrType
    • setReRr

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

      public XjcRdeRrType getAcRr()
      Gets the value of the acRr property.
      Returns:
      possible object is XjcRdeRrType
    • setAcRr

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