Package google.registry.xjc.contact
Class XjcContactChgType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactChgType
Java class for chgType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="chgType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="postalInfo" type="{urn:ietf:params:xml:ns:contact-1.0}chgPostalInfoType" maxOccurs="2" minOccurs="0"/>
<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" 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 XjcContactDiscloseType
protected String
protected XjcContactE164Type
protected List
<XjcContactChgPostalInfoType> protected XjcContactE164Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authInfo property.Gets the value of the disclose property.getEmail()
Gets the value of the email property.getFax()
Gets the value of the fax property.Gets the value of the postalInfos property.getVoice()
Gets the value of the voice property.void
Sets the value of the authInfo 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
setVoice
(XjcContactE164Type value) Sets the value of the voice property.
-
Field Details
-
postalInfos
-
voice
-
fax
-
email
-
authInfo
-
disclose
-
-
Constructor Details
-
XjcContactChgType
public XjcContactChgType()
-
-
Method Details
-
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 listXjcContactChgPostalInfoType
- 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
-
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
-