Package google.registry.xjc.domain
Class XjcDomainAddRemType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainAddRemType
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="ns" type="{urn:ietf:params:xml:ns:domain-1.0}nsType" minOccurs="0"/>
<element name="contact" type="{urn:ietf:params:xml:ns:domain-1.0}contactType" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{urn:ietf:params:xml:ns:domain-1.0}statusType" maxOccurs="11" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<XjcDomainContactType> protected XjcDomainNsType
protected List
<XjcDomainStatusType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contacts property.getNs()
Gets the value of the ns property.Gets the value of the statuses property.void
setNs
(XjcDomainNsType value) Sets the value of the ns property.
-
Field Details
-
ns
-
contacts
-
statuses
-
-
Constructor Details
-
XjcDomainAddRemType
public XjcDomainAddRemType()
-
-
Method Details
-
getNs
Gets the value of the ns property.- Returns:
- possible object is
XjcDomainNsType
-
setNs
Sets the value of the ns property.- Parameters:
value
- allowed object isXjcDomainNsType
-
getContacts
Gets the value of the contacts 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 contacts property.getContacts().add(newItem);
Objects of the following type(s) are allowed in the listXjcDomainContactType
- Returns:
- The value of the contacts 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 listXjcDomainStatusType
- Returns:
- The value of the statuses property.
-