Class XjcRdeRegistrarDeleteType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeDeleteType
google.registry.xjc.rderegistrar.XjcRdeRegistrarDeleteType

public class XjcRdeRegistrarDeleteType extends XjcRdeDeleteType

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="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeRegistrarDeleteType

      public XjcRdeRegistrarDeleteType()
  • Method Details

    • getIds

      public List<String> getIds()
      Gets the value of the ids 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 ids property.

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

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

      Returns:
      The value of the ids property.