Package google.registry.xjc.rde
Class XjcRdeDeletesType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeDeletesType
Java class for deletesType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="deletesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:ietf:params:xml:ns:rde-1.0}delete"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<jakarta.xml.bind.JAXBElement<? extends XjcRdeDeleteType>> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<jakarta.xml.bind.JAXBElement<? extends XjcRdeDeleteType>> Gets the value of the deletes property.
-
Field Details
-
deletes
-
-
Constructor Details
-
XjcRdeDeletesType
public XjcRdeDeletesType()
-
-
Method Details
-
getDeletes
Gets the value of the deletes 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 deletes property.getDeletes().add(newItem);
Objects of the following type(s) are allowed in the listXjcRdeDelete
XjcRdeContactDelete
XjcRdeDomainDelete
XjcRdeHostDelete
XjcRdeIdnDelete
XjcRdeNndnDelete
XjcRdeRegistrarDelete
- Returns:
- The value of the deletes property.
-