Class XjcHostAddRemType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostAddRemType

public class XjcHostAddRemType extends XjcObject

Java class for addRemType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="addRemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="addr" type="{urn:ietf:params:xml:ns:host-1.0}addrType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{urn:ietf:params:xml:ns:host-1.0}statusType" maxOccurs="7" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcHostAddRemType

      public XjcHostAddRemType()
  • Method Details

    • getAddrs

      public List<XjcHostAddrType> getAddrs()
      Gets the value of the addrs 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 addrs property.

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

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

      Returns:
      The value of the addrs property.
    • getStatuses

      public List<XjcHostStatusType> getStatuses()
      Gets the value of the statuses 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 statuses property.

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

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

      Returns:
      The value of the statuses property.