Package google.registry.xjc.host
Class XjcHostAddRemType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostAddRemType
Java class for addRemType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="addRemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="addr" type="{urn:ietf:params:xml:ns:host-1.0}addrType" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{urn:ietf:params:xml:ns:host-1.0}statusType" maxOccurs="7" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<XjcHostAddrType> protected List
<XjcHostStatusType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAddrs()
Gets the value of the addrs property.Gets the value of the statuses property.
-
Field Details
-
addrs
-
statuses
-
-
Constructor Details
-
XjcHostAddRemType
public XjcHostAddRemType()
-
-
Method Details
-
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.
-
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.
-