Package google.registry.xjc.fee12
Class XjcFee12ObjectCDType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee12.XjcFee12ObjectCDType
Java class for objectCDType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="objectCDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="object">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="command" type="{urn:ietf:params:xml:ns:fee-0.12}commandCDType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type -
Field Summary
Modifier and TypeFieldDescriptionprotected List
<XjcFee12CommandCDType> protected XjcFee12ObjectCDType.Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commands property.Gets the value of the object property.void
Sets the value of the object property.
-
Field Details
-
object
-
commands
-
-
Constructor Details
-
XjcFee12ObjectCDType
public XjcFee12ObjectCDType()
-
-
Method Details
-
getObject
Gets the value of the object property.- Returns:
- possible object is
XjcFee12ObjectCDType.Object
-
setObject
Sets the value of the object property.- Parameters:
value
- allowed object isXjcFee12ObjectCDType.Object
-
getCommands
Gets the value of the commands 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 commands property.getCommands().add(newItem);
Objects of the following type(s) are allowed in the listXjcFee12CommandCDType
- Returns:
- The value of the commands property.
-