Package google.registry.xjc.contact
Class XjcContactCreData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactCreData
Java class for creDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="creDataType">
<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="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
-
crDate
protected org.joda.time.DateTime crDate
-
-
Constructor Details
-
XjcContactCreData
public XjcContactCreData()
-
-
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
-
getCrDate
public org.joda.time.DateTime getCrDate()Gets the value of the crDate property.- Returns:
- possible object is
String
-
setCrDate
public void setCrDate(org.joda.time.DateTime value) Sets the value of the crDate property.- Parameters:
value
- allowed object isString
-