Class XjcEppDcpRecipientType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpRecipientType

public class XjcEppDcpRecipientType extends XjcObject

Java class for dcpRecipientType complex type

.

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

 <complexType name="dcpRecipientType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="ours" type="{urn:ietf:params:xml:ns:epp-1.0}dcpOursType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="public" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="same" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="unrelated" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcEppDcpRecipientType

      public XjcEppDcpRecipientType()
  • Method Details

    • getOther

      public Object getOther()
      Gets the value of the other property.
      Returns:
      possible object is Object
    • setOther

      public void setOther(Object value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is Object
    • getOurs

      public List<XjcEppDcpOursType> getOurs()
      Gets the value of the ours 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 ours property.

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

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

      Returns:
      The value of the ours property.
    • getPublic

      public Object getPublic()
      Gets the value of the public property.
      Returns:
      possible object is Object
    • setPublic

      public void setPublic(Object value)
      Sets the value of the public property.
      Parameters:
      value - allowed object is Object
    • getSame

      public Object getSame()
      Gets the value of the same property.
      Returns:
      possible object is Object
    • setSame

      public void setSame(Object value)
      Sets the value of the same property.
      Parameters:
      value - allowed object is Object
    • getUnrelated

      public Object getUnrelated()
      Gets the value of the unrelated property.
      Returns:
      possible object is Object
    • setUnrelated

      public void setUnrelated(Object value)
      Sets the value of the unrelated property.
      Parameters:
      value - allowed object is Object