Package google.registry.xjc.domain
Class XjcDomainTrnData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainTrnData
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 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.org.joda.time.DateTime
Gets the value of the exDate property.getName()
Gets the value of the name 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
setExDate
(org.joda.time.DateTime value) Sets the value of the exDate property.void
Sets the value of the name 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
-
name
-
trStatus
-
reID
-
reDate
protected org.joda.time.DateTime reDate -
acID
-
acDate
protected org.joda.time.DateTime acDate -
exDate
protected org.joda.time.DateTime exDate
-
-
Constructor Details
-
XjcDomainTrnData
public XjcDomainTrnData()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name 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
-
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
-