Package google.registry.xjc.domain
Class XjcDomainRenData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainRenData
Java class for renDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="renDataType">
<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="exDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
exDate
protected org.joda.time.DateTime exDate
-
-
Constructor Details
-
XjcDomainRenData
public XjcDomainRenData()
-
-
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
-
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
-