Package google.registry.xjc.domain
Class XjcDomainCreData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainCreData
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"/>
<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 crDate property.org.joda.time.DateTime
Gets the value of the exDate property.getName()
Gets the value of the name property.void
setCrDate
(org.joda.time.DateTime value) Sets the value of the crDate property.void
setExDate
(org.joda.time.DateTime value) Sets the value of the exDate property.void
Sets the value of the name property.
-
Field Details
-
name
-
crDate
protected org.joda.time.DateTime crDate -
exDate
protected org.joda.time.DateTime exDate
-
-
Constructor Details
-
XjcDomainCreData
public XjcDomainCreData()
-
-
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
-
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
-