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