Package google.registry.xjc.contact
Class XjcContactAddRemType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactAddRemType
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="status" type="{urn:ietf:params:xml:ns:contact-1.0}statusType" maxOccurs="7"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the statuses property.
-
Field Details
-
statuses
-
-
Constructor Details
-
XjcContactAddRemType
public XjcContactAddRemType()
-
-
Method Details
-
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.
-