Package google.registry.xjc.contact
Class XjcContactTrnData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactTrnData
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Gets the value of the acDate property.getAcID()
Gets the value of the acID property.getId()
Gets the value of the id property.org.joda.time.DateTime
Gets the value of the reDate property.getReID()
Gets the value of the reID property.Gets the value of the trStatus property.void
setAcDate
(org.joda.time.DateTime value) Sets the value of the acDate property.void
Sets the value of the acID property.void
Sets the value of the id property.void
setReDate
(org.joda.time.DateTime value) Sets the value of the reDate property.void
Sets the value of the reID property.void
setTrStatus
(XjcEppcomTrStatusType value) Sets the value of the trStatus property.
-
Field Details
-
id
-
trStatus
-
reID
-
reDate
protected org.joda.time.DateTime reDate -
acID
-
acDate
protected org.joda.time.DateTime acDate
-
-
Constructor Details
-
XjcContactTrnData
public XjcContactTrnData()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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
-
getReID
Gets the value of the reID property.- Returns:
- possible object is
String
-
setReID
Sets the value of the reID property.- Parameters:
value
- allowed object isString
-
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
-
getAcID
Gets the value of the acID property.- Returns:
- possible object is
String
-
setAcID
Sets the value of the acID property.- Parameters:
value
- allowed object isString
-
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
-