Package google.registry.xjc.host
Class XjcHostCreData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostCreData
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="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
crDate
protected org.joda.time.DateTime crDate
-
-
Constructor Details
-
XjcHostCreData
public XjcHostCreData()
-
-
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
-
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
-