Package google.registry.xjc.domain
Class XjcDomainInfData
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.domain.XjcDomainInfData
-
public class XjcDomainInfData extends XjcObject
<p>Java class for infDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="infDataType"> <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="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/> <element name="status" type="{urn:ietf:params:xml:ns:domain-1.0}statusType" maxOccurs="11" minOccurs="0"/> <element name="registrant" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/> <element name="contact" type="{urn:ietf:params:xml:ns:domain-1.0}contactType" maxOccurs="unbounded" minOccurs="0"/> <element name="ns" type="{urn:ietf:params:xml:ns:domain-1.0}nsType" minOccurs="0"/> <element name="host" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" maxOccurs="unbounded" minOccurs="0"/> <element name="clID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/> <element name="crID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/> <element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="upID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/> <element name="upDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="exDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="trDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="authInfo" type="{urn:ietf:params:xml:ns:domain-1.0}authInfoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected XjcDomainAuthInfoType
authInfo
protected java.lang.String
clID
protected java.util.List<XjcDomainContactType>
contacts
protected org.joda.time.DateTime
crDate
protected java.lang.String
crID
protected org.joda.time.DateTime
exDate
protected java.util.List<java.lang.String>
hosts
protected java.lang.String
name
protected XjcDomainNsType
ns
protected java.lang.String
registrant
protected java.lang.String
roid
protected java.util.List<XjcDomainStatusType>
statuses
protected org.joda.time.DateTime
trDate
protected org.joda.time.DateTime
upDate
protected java.lang.String
upID
-
Constructor Summary
Constructors Constructor Description XjcDomainInfData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XjcDomainAuthInfoType
getAuthInfo()
Gets the value of the authInfo property.java.lang.String
getClID()
Gets the value of the clID property.java.util.List<XjcDomainContactType>
getContacts()
Gets the value of the contacts property.org.joda.time.DateTime
getCrDate()
Gets the value of the crDate property.java.lang.String
getCrID()
Gets the value of the crID property.org.joda.time.DateTime
getExDate()
Gets the value of the exDate property.java.util.List<java.lang.String>
getHosts()
Gets the value of the hosts property.java.lang.String
getName()
Gets the value of the name property.XjcDomainNsType
getNs()
Gets the value of the ns property.java.lang.String
getRegistrant()
Gets the value of the registrant property.java.lang.String
getRoid()
Gets the value of the roid property.java.util.List<XjcDomainStatusType>
getStatuses()
Gets the value of the statuses property.org.joda.time.DateTime
getTrDate()
Gets the value of the trDate property.org.joda.time.DateTime
getUpDate()
Gets the value of the upDate property.java.lang.String
getUpID()
Gets the value of the upID property.void
setAuthInfo(XjcDomainAuthInfoType value)
Sets the value of the authInfo property.void
setClID(java.lang.String value)
Sets the value of the clID property.void
setCrDate(org.joda.time.DateTime value)
Sets the value of the crDate property.void
setCrID(java.lang.String value)
Sets the value of the crID property.void
setExDate(org.joda.time.DateTime value)
Sets the value of the exDate property.void
setName(java.lang.String value)
Sets the value of the name property.void
setNs(XjcDomainNsType value)
Sets the value of the ns property.void
setRegistrant(java.lang.String value)
Sets the value of the registrant property.void
setRoid(java.lang.String value)
Sets the value of the roid property.void
setTrDate(org.joda.time.DateTime value)
Sets the value of the trDate property.void
setUpDate(org.joda.time.DateTime value)
Sets the value of the upDate property.void
setUpID(java.lang.String value)
Sets the value of the upID property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
roid
protected java.lang.String roid
-
statuses
protected java.util.List<XjcDomainStatusType> statuses
-
registrant
protected java.lang.String registrant
-
contacts
protected java.util.List<XjcDomainContactType> contacts
-
ns
protected XjcDomainNsType ns
-
hosts
protected java.util.List<java.lang.String> hosts
-
clID
protected java.lang.String clID
-
crID
protected java.lang.String crID
-
crDate
protected org.joda.time.DateTime crDate
-
upID
protected java.lang.String upID
-
upDate
protected org.joda.time.DateTime upDate
-
exDate
protected org.joda.time.DateTime exDate
-
trDate
protected org.joda.time.DateTime trDate
-
authInfo
protected XjcDomainAuthInfoType authInfo
-
-
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
-
getRoid
public java.lang.String getRoid()
Gets the value of the roid property.- Returns:
- possible object is
String
-
setRoid
public void setRoid(java.lang.String value)
Sets the value of the roid property.- Parameters:
value
- allowed object isString
-
getStatuses
public java.util.List<XjcDomainStatusType> getStatuses()
Gets the value of the statuses property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the statuses property. <p> For example, to add a new item, do as follows: <pre> getStatuses().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listXjcDomainStatusType
-
getRegistrant
public java.lang.String getRegistrant()
Gets the value of the registrant property.- Returns:
- possible object is
String
-
setRegistrant
public void setRegistrant(java.lang.String value)
Sets the value of the registrant property.- Parameters:
value
- allowed object isString
-
getContacts
public java.util.List<XjcDomainContactType> getContacts()
Gets the value of the contacts property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the contacts property. <p> For example, to add a new item, do as follows: <pre> getContacts().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listXjcDomainContactType
-
getNs
public XjcDomainNsType getNs()
Gets the value of the ns property.- Returns:
- possible object is
XjcDomainNsType
-
setNs
public void setNs(XjcDomainNsType value)
Sets the value of the ns property.- Parameters:
value
- allowed object isXjcDomainNsType
-
getHosts
public java.util.List<java.lang.String> getHosts()
Gets the value of the hosts property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the hosts property. <p> For example, to add a new item, do as follows: <pre> getHosts().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listString
-
getClID
public java.lang.String getClID()
Gets the value of the clID property.- Returns:
- possible object is
String
-
setClID
public void setClID(java.lang.String value)
Sets the value of the clID property.- Parameters:
value
- allowed object isString
-
getCrID
public java.lang.String getCrID()
Gets the value of the crID property.- Returns:
- possible object is
String
-
setCrID
public void setCrID(java.lang.String value)
Sets the value of the crID 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
-
getUpID
public java.lang.String getUpID()
Gets the value of the upID property.- Returns:
- possible object is
String
-
setUpID
public void setUpID(java.lang.String value)
Sets the value of the upID property.- Parameters:
value
- allowed object isString
-
getUpDate
public org.joda.time.DateTime getUpDate()
Gets the value of the upDate property.- Returns:
- possible object is
String
-
setUpDate
public void setUpDate(org.joda.time.DateTime value)
Sets the value of the upDate 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
-
getTrDate
public org.joda.time.DateTime getTrDate()
Gets the value of the trDate property.- Returns:
- possible object is
String
-
setTrDate
public void setTrDate(org.joda.time.DateTime value)
Sets the value of the trDate property.- Parameters:
value
- allowed object isString
-
getAuthInfo
public XjcDomainAuthInfoType getAuthInfo()
Gets the value of the authInfo property.- Returns:
- possible object is
XjcDomainAuthInfoType
-
setAuthInfo
public void setAuthInfo(XjcDomainAuthInfoType value)
Sets the value of the authInfo property.- Parameters:
value
- allowed object isXjcDomainAuthInfoType
-
-