Package google.registry.xjc.host
Class XjcHostCreData
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.host.XjcHostCreData
-
public class XjcHostCreData extends XjcObject
<p>Java class for creDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description XjcHostCreData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTime
getCrDate()
Gets the value of the crDate property.java.lang.String
getName()
Gets the value of the name property.void
setCrDate(org.joda.time.DateTime value)
Sets the value of the crDate property.void
setName(java.lang.String value)
Sets the value of the name property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
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
-
-