Class XjcHostInfData

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

public class XjcHostInfData extends XjcObject

Java class for infDataType complex type

.

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

 <complexType name="infDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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"/>
         <element name="status" type="{urn:ietf:params:xml:ns:host-1.0}statusType" maxOccurs="7"/>
         <element name="addr" type="{urn:ietf:params:xml:ns:host-1.0}addrType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="clID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="crID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="upID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/>
         <element name="upDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="trDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • roid

      protected String roid
    • statuses

      protected List<XjcHostStatusType> statuses
    • addrs

      protected List<XjcHostAddrType> addrs
    • clID

      protected String clID
    • crID

      protected String crID
    • crDate

      protected org.joda.time.DateTime crDate
    • upID

      protected String upID
    • upDate

      protected org.joda.time.DateTime upDate
    • trDate

      protected org.joda.time.DateTime trDate
  • Constructor Details

    • XjcHostInfData

      public XjcHostInfData()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getRoid

      public String getRoid()
      Gets the value of the roid property.
      Returns:
      possible object is String
    • setRoid

      public void setRoid(String value)
      Sets the value of the roid property.
      Parameters:
      value - allowed object is String
    • 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.
    • 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.
    • getClID

      public String getClID()
      Gets the value of the clID property.
      Returns:
      possible object is String
    • setClID

      public void setClID(String value)
      Sets the value of the clID property.
      Parameters:
      value - allowed object is String
    • getCrID

      public String getCrID()
      Gets the value of the crID property.
      Returns:
      possible object is String
    • setCrID

      public void setCrID(String value)
      Sets the value of the crID property.
      Parameters:
      value - allowed object is String
    • getCrDate

      public org.joda.time.DateTime getCrDate()
      Gets the value of the crDate property.
      Returns:
      possible object is String
    • setCrDate

      public void setCrDate(org.joda.time.DateTime value)
      Sets the value of the crDate property.
      Parameters:
      value - allowed object is String
    • getUpID

      public String getUpID()
      Gets the value of the upID property.
      Returns:
      possible object is String
    • setUpID

      public void setUpID(String value)
      Sets the value of the upID property.
      Parameters:
      value - allowed object is String
    • getUpDate

      public org.joda.time.DateTime getUpDate()
      Gets the value of the upDate property.
      Returns:
      possible object is String
    • setUpDate

      public void setUpDate(org.joda.time.DateTime value)
      Sets the value of the upDate property.
      Parameters:
      value - allowed object is String
    • getTrDate

      public org.joda.time.DateTime getTrDate()
      Gets the value of the trDate property.
      Returns:
      possible object is String
    • setTrDate

      public void setTrDate(org.joda.time.DateTime value)
      Sets the value of the trDate property.
      Parameters:
      value - allowed object is String