Package google.registry.xjc.rderegistrar
Class XjcRdeRegistrar
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeContentType
google.registry.xjc.rderegistrar.XjcRdeRegistrar
Java class for abstractContentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractContentType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:rde-1.0}contentType">
<sequence>
<element name="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
<element name="name" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}nameType"/>
<element name="gurid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="status" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}statusType"/>
<element name="postalInfo" type="{urn:ietf:params:xml:ns:rdeRegistrar-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="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="whoisInfo" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}whoisInfoType" minOccurs="0"/>
<element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="upDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.joda.time.DateTime
protected String
protected XjcContactE164Type
protected BigInteger
protected String
protected String
protected List
<XjcRdeRegistrarPostalInfoType> protected XjcRdeRegistrarStatusType
protected org.joda.time.DateTime
protected String
protected XjcContactE164Type
protected XjcRdeRegistrarWhoisInfoType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Gets the value of the crDate property.getEmail()
Gets the value of the email property.getFax()
Gets the value of the fax property.getGurid()
Gets the value of the gurid property.getId()
Gets the value of the id property.getName()
Gets the value of the name property.Gets the value of the postalInfos property.Gets the value of the status property.org.joda.time.DateTime
Gets the value of the upDate property.getUrl()
Gets the value of the url property.getVoice()
Gets the value of the voice property.Gets the value of the whoisInfo property.void
setCrDate
(org.joda.time.DateTime value) Sets the value of the crDate property.void
Sets the value of the email property.void
setFax
(XjcContactE164Type value) Sets the value of the fax property.void
setGurid
(BigInteger value) Sets the value of the gurid property.void
Sets the value of the id property.void
Sets the value of the name property.void
Sets the value of the status property.void
setUpDate
(org.joda.time.DateTime value) Sets the value of the upDate property.void
Sets the value of the url property.void
setVoice
(XjcContactE164Type value) Sets the value of the voice property.void
Sets the value of the whoisInfo property.
-
Field Details
-
id
-
name
-
gurid
-
status
-
postalInfos
-
voice
-
fax
-
email
-
url
-
whoisInfo
-
crDate
protected org.joda.time.DateTime crDate -
upDate
protected org.joda.time.DateTime upDate
-
-
Constructor Details
-
XjcRdeRegistrar
public XjcRdeRegistrar()
-
-
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
-
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
-
getGurid
Gets the value of the gurid property.- Returns:
- possible object is
BigInteger
-
setGurid
Sets the value of the gurid property.- Parameters:
value
- allowed object isBigInteger
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
XjcRdeRegistrarStatusType
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isXjcRdeRegistrarStatusType
-
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 listXjcRdeRegistrarPostalInfoType
- 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
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getWhoisInfo
Gets the value of the whoisInfo property.- Returns:
- possible object is
XjcRdeRegistrarWhoisInfoType
-
setWhoisInfo
Sets the value of the whoisInfo property.- Parameters:
value
- allowed object isXjcRdeRegistrarWhoisInfoType
-
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
-
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
-