Class XjcFee12ObjectCDType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee12.XjcFee12ObjectCDType

public class XjcFee12ObjectCDType extends XjcObject

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>
 
  • Field Details

  • Constructor Details

    • XjcFee12ObjectCDType

      public XjcFee12ObjectCDType()
  • Method Details

    • getObject

      public XjcFee12ObjectCDType.Object getObject()
      Gets the value of the object property.
      Returns:
      possible object is XjcFee12ObjectCDType.Object
    • setObject

      public void setObject(XjcFee12ObjectCDType.Object value)
      Sets the value of the object property.
      Parameters:
      value - allowed object is XjcFee12ObjectCDType.Object
    • getCommands

      public List<XjcFee12CommandCDType> 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 set method for the commands property.

      For example, to add a new item, do as follows:

       getCommands().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcFee12CommandCDType

      Returns:
      The value of the commands property.