Package google.registry.xjc.rdehost
Class XjcRdeHost
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeContentType
google.registry.xjc.rdehost.XjcRdeHost
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="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:host-1.0}statusType" maxOccurs="7"/>
<element name="addr" type="{urn:ietf:params:xml:ns:host-1.0}addrType" maxOccurs="unbounded" minOccurs="0"/>
<element name="clID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
<element name="crRr" type="{urn:ietf:params:xml:ns:rde-1.0}rrType"/>
<element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="upRr" type="{urn:ietf:params:xml:ns:rde-1.0}rrType" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<XjcHostAddrType> protected String
protected org.joda.time.DateTime
protected XjcRdeRrType
protected String
protected String
protected List
<XjcHostStatusType> protected org.joda.time.DateTime
protected org.joda.time.DateTime
protected XjcRdeRrType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAddrs()
Gets the value of the addrs property.getClID()
Gets the value of the clID property.org.joda.time.DateTime
Gets the value of the crDate property.getCrRr()
Gets the value of the crRr property.getName()
Gets the value of the name 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.getUpRr()
Gets the value of the upRr property.void
Sets the value of the clID property.void
setCrDate
(org.joda.time.DateTime value) Sets the value of the crDate property.void
setCrRr
(XjcRdeRrType value) Sets the value of the crRr property.void
Sets the value of the name 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
setUpRr
(XjcRdeRrType value) Sets the value of the upRr property.
-
Field Details
-
name
-
roid
-
statuses
-
addrs
-
clID
-
crRr
-
crDate
protected org.joda.time.DateTime crDate -
upRr
-
upDate
protected org.joda.time.DateTime upDate -
trDate
protected org.joda.time.DateTime trDate
-
-
Constructor Details
-
XjcRdeHost
public XjcRdeHost()
-
-
Method Details
-
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
-
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 listXjcHostStatusType
- Returns:
- The value of the statuses property.
-
getAddrs
Gets the value of the addrs 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 addrs property.getAddrs().add(newItem);
Objects of the following type(s) are allowed in the listXjcHostAddrType
- Returns:
- The value of the addrs property.
-
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
-
getCrRr
Gets the value of the crRr property.- Returns:
- possible object is
XjcRdeRrType
-
setCrRr
Sets the value of the crRr property.- Parameters:
value
- allowed object isXjcRdeRrType
-
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
-
getUpRr
Gets the value of the upRr property.- Returns:
- possible object is
XjcRdeRrType
-
setUpRr
Sets the value of the upRr property.- Parameters:
value
- allowed object isXjcRdeRrType
-
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
-