Package google.registry.xjc.rde
Class XjcRdeContentsType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeContentsType
Java class for contentsType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="contentsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element ref="{urn:ietf:params:xml:ns:rde-1.0}content"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<jakarta.xml.bind.JAXBElement<? extends XjcRdeContentType>> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<jakarta.xml.bind.JAXBElement<? extends XjcRdeContentType>> Gets the value of the contents property.
-
Field Details
-
contents
-
-
Constructor Details
-
XjcRdeContentsType
public XjcRdeContentsType()
-
-
Method Details
-
getContents
Gets the value of the contents 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 contents property.getContents().add(newItem);
Objects of the following type(s) are allowed in the listXjcRdeContent
XjcRdeContactAbstract
XjcRdeContactElement
XjcRdeDomainAbstract
XjcRdeDomainElement
XjcRdeEppParamsAbstract
XjcRdeEppParamsElement
XjcRdeHeaderElement
XjcRdeHostAbstractHost
XjcRdeHostElement
XjcRdeIdnElement
XjcRdeNndnAbstract
XjcRdeNndnElement
XjcRdePolicyElement
XjcRdeRegistrarAbstract
XjcRdeRegistrarElement
- Returns:
- The value of the contents property.
-