Class XjcRdeHostDeleteType


public class XjcRdeHostDeleteType 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">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
         <element name="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • namesAndRoids

      protected List<javax.xml.bind.JAXBElement<String>> namesAndRoids
  • Constructor Details

    • XjcRdeHostDeleteType

      public XjcRdeHostDeleteType()
  • Method Details

    • getNamesAndRoids

      public List<javax.xml.bind.JAXBElement<String>> getNamesAndRoids()
      Gets the value of the namesAndRoids 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 namesAndRoids property.

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

       getNamesAndRoids().add(newItem);
       
      Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String>

      Returns:
      The value of the namesAndRoids property.