Package google.registry.xjc.rdedomain
Class XjcRdeDomainTransferDataType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdedomain.XjcRdeDomainTransferDataType
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 Summary
Modifier and TypeFieldDescriptionprotected org.joda.time.DateTime
protected XjcRdeRrType
protected org.joda.time.DateTime
protected org.joda.time.DateTime
protected XjcRdeRrType
protected XjcEppcomTrStatusType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Gets the value of the acDate property.getAcRr()
Gets the value of the acRr property.org.joda.time.DateTime
Gets the value of the exDate property.org.joda.time.DateTime
Gets the value of the reDate property.getReRr()
Gets the value of the reRr property.Gets the value of the trStatus property.void
setAcDate
(org.joda.time.DateTime value) Sets the value of the acDate property.void
setAcRr
(XjcRdeRrType value) Sets the value of the acRr property.void
setExDate
(org.joda.time.DateTime value) Sets the value of the exDate property.void
setReDate
(org.joda.time.DateTime value) Sets the value of the reDate property.void
setReRr
(XjcRdeRrType value) Sets the value of the reRr property.void
setTrStatus
(XjcEppcomTrStatusType value) Sets the value of the trStatus property.
-
Field Details
-
trStatus
-
reRr
-
reDate
protected org.joda.time.DateTime reDate -
acRr
-
acDate
protected org.joda.time.DateTime acDate -
exDate
protected org.joda.time.DateTime exDate
-
-
Constructor Details
-
XjcRdeDomainTransferDataType
public XjcRdeDomainTransferDataType()
-
-
Method Details
-
getTrStatus
Gets the value of the trStatus property.- Returns:
- possible object is
XjcEppcomTrStatusType
-
setTrStatus
Sets the value of the trStatus property.- Parameters:
value
- allowed object isXjcEppcomTrStatusType
-
getReRr
Gets the value of the reRr property.- Returns:
- possible object is
XjcRdeRrType
-
setReRr
Sets the value of the reRr property.- Parameters:
value
- allowed object isXjcRdeRrType
-
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 isString
-
getAcRr
Gets the value of the acRr property.- Returns:
- possible object is
XjcRdeRrType
-
setAcRr
Sets the value of the acRr property.- Parameters:
value
- allowed object isXjcRdeRrType
-
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 isString
-
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 isString
-