Package google.registry.xjc.rderegistrar
Class XjcRdeRegistrarDeleteType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeDeleteType
google.registry.xjc.rderegistrar.XjcRdeRegistrarDeleteType
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">
<sequence>
<element name="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ids
-
-
Constructor Details
-
XjcRdeRegistrarDeleteType
public XjcRdeRegistrarDeleteType()
-
-
Method Details
-
getIds
Gets the value of the ids 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 ids property.getIds().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the ids property.
-