Package google.registry.xjc.rdehost
Class XjcRdeHostDeleteType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeDeleteType
google.registry.xjc.rdehost.XjcRdeHostDeleteType
Java class for deleteType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:rde-1.0}deleteType">
<choice maxOccurs="unbounded" minOccurs="0">
<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"/>
</choice>
</extension>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namesAndRoids property.
-
Field Details
-
namesAndRoids
-
-
Constructor Details
-
XjcRdeHostDeleteType
public XjcRdeHostDeleteType()
-
-
Method Details
-
getNamesAndRoids
Gets the value of the namesAndRoids 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 namesAndRoids property.getNamesAndRoids().add(newItem);
Objects of the following type(s) are allowed in the listJAXBElement
<
String
>
JAXBElement
<
String
>
- Returns:
- The value of the namesAndRoids property.
-