Class XjcEppDcpAccessType

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

public class XjcEppDcpAccessType extends XjcObject

Java class for dcpAccessType complex type

.

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

 <complexType name="dcpAccessType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="all" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="none" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="null" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="personal" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="personalAndOther" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • personalAndOther

      protected Object personalAndOther
    • personal

      protected Object personal
    • other

      protected Object other
    • _null

      protected Object _null
    • none

      protected Object none
    • all

      protected Object all
  • Constructor Details

    • XjcEppDcpAccessType

      public XjcEppDcpAccessType()
  • Method Details

    • getPersonalAndOther

      public Object getPersonalAndOther()
      Gets the value of the personalAndOther property.
      Returns:
      possible object is Object
    • setPersonalAndOther

      public void setPersonalAndOther(Object value)
      Sets the value of the personalAndOther property.
      Parameters:
      value - allowed object is Object
    • getPersonal

      public Object getPersonal()
      Gets the value of the personal property.
      Returns:
      possible object is Object
    • setPersonal

      public void setPersonal(Object value)
      Sets the value of the personal property.
      Parameters:
      value - allowed object is Object
    • 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
    • getNull

      public Object getNull()
      Gets the value of the null property.
      Returns:
      possible object is Object
    • setNull

      public void setNull(Object value)
      Sets the value of the null property.
      Parameters:
      value - allowed object is Object
    • getNone

      public Object getNone()
      Gets the value of the none property.
      Returns:
      possible object is Object
    • setNone

      public void setNone(Object value)
      Sets the value of the none property.
      Parameters:
      value - allowed object is Object
    • getAll

      public Object getAll()
      Gets the value of the all property.
      Returns:
      possible object is Object
    • setAll

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