Package google.registry.xjc.contact
Class XjcContactInfData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactInfData
Java class for infDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="infDataType">
<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="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/>
<element name="status" type="{urn:ietf:params:xml:ns:contact-1.0}statusType" maxOccurs="7"/>
<element name="postalInfo" type="{urn:ietf:params:xml:ns:contact-1.0}postalInfoType" maxOccurs="2"/>
<element name="voice" type="{urn:ietf:params:xml:ns:contact-1.0}e164Type" minOccurs="0"/>
<element name="fax" type="{urn:ietf:params:xml:ns:contact-1.0}e164Type" minOccurs="0"/>
<element name="email" type="{urn:ietf:params:xml:ns:eppcom-1.0}minTokenType"/>
<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"/>
<element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<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="trDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="authInfo" type="{urn:ietf:params:xml:ns:contact-1.0}authInfoType" minOccurs="0"/>
<element name="disclose" type="{urn:ietf:params:xml:ns:contact-1.0}discloseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcContactAuthInfoType
protected String
protected org.joda.time.DateTime
protected String
protected XjcContactDiscloseType
protected String
protected XjcContactE164Type
protected String
protected List
<XjcContactPostalInfoType> protected String
protected List
<XjcContactStatusType> protected org.joda.time.DateTime
protected org.joda.time.DateTime
protected String
protected XjcContactE164Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authInfo property.getClID()
Gets the value of the clID property.org.joda.time.DateTime
Gets the value of the crDate property.getCrID()
Gets the value of the crID property.Gets the value of the disclose property.getEmail()
Gets the value of the email property.getFax()
Gets the value of the fax property.getId()
Gets the value of the id property.Gets the value of the postalInfos property.getRoid()
Gets the value of the roid property.Gets the value of the statuses property.org.joda.time.DateTime
Gets the value of the trDate property.org.joda.time.DateTime
Gets the value of the upDate property.getUpID()
Gets the value of the upID property.getVoice()
Gets the value of the voice property.void
Sets the value of the authInfo property.void
Sets the value of the clID property.void
setCrDate
(org.joda.time.DateTime value) Sets the value of the crDate property.void
Sets the value of the crID property.void
Sets the value of the disclose property.void
Sets the value of the email property.void
setFax
(XjcContactE164Type value) Sets the value of the fax property.void
Sets the value of the id property.void
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
Sets the value of the upID property.void
setVoice
(XjcContactE164Type value) Sets the value of the voice property.
-
Field Details
-
id
-
roid
-
statuses
-
postalInfos
-
voice
-
fax
-
email
-
clID
-
crID
-
crDate
protected org.joda.time.DateTime crDate -
upID
-
upDate
protected org.joda.time.DateTime upDate -
trDate
protected org.joda.time.DateTime trDate -
authInfo
-
disclose
-
-
Constructor Details
-
XjcContactInfData
public XjcContactInfData()
-
-
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
-
getRoid
Gets the value of the roid property.- Returns:
- possible object is
String
-
setRoid
Sets the value of the roid property.- Parameters:
value
- allowed object isString
-
getStatuses
Gets the value of the statuses property.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
For example, to add a new item, do as follows:set
method for the statuses property.getStatuses().add(newItem);
Objects of the following type(s) are allowed in the listXjcContactStatusType
- Returns:
- The value of the statuses property.
-
getPostalInfos
Gets the value of the postalInfos property.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
For example, to add a new item, do as follows:set
method for the postalInfos property.getPostalInfos().add(newItem);
Objects of the following type(s) are allowed in the listXjcContactPostalInfoType
- Returns:
- The value of the postalInfos property.
-
getVoice
Gets the value of the voice property.- Returns:
- possible object is
XjcContactE164Type
-
setVoice
Sets the value of the voice property.- Parameters:
value
- allowed object isXjcContactE164Type
-
getFax
Gets the value of the fax property.- Returns:
- possible object is
XjcContactE164Type
-
setFax
Sets the value of the fax property.- Parameters:
value
- allowed object isXjcContactE164Type
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value
- allowed object isString
-
getClID
Gets the value of the clID property.- Returns:
- possible object is
String
-
setClID
Sets the value of the clID property.- Parameters:
value
- allowed object isString
-
getCrID
Gets the value of the crID property.- Returns:
- possible object is
String
-
setCrID
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
Gets the value of the upID property.- Returns:
- possible object is
String
-
setUpID
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
-
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
Gets the value of the authInfo property.- Returns:
- possible object is
XjcContactAuthInfoType
-
setAuthInfo
Sets the value of the authInfo property.- Parameters:
value
- allowed object isXjcContactAuthInfoType
-
getDisclose
Gets the value of the disclose property.- Returns:
- possible object is
XjcContactDiscloseType
-
setDisclose
Sets the value of the disclose property.- Parameters:
value
- allowed object isXjcContactDiscloseType
-