Class XjcEppDcpPurposeType

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

public class XjcEppDcpPurposeType extends XjcObject

Java class for dcpPurposeType complex type

.

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

 <complexType name="dcpPurposeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="admin" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="contact" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="prov" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • admin

      protected Object admin
    • contact

      protected Object contact
    • other

      protected Object other
    • prov

      protected Object prov
  • Constructor Details

    • XjcEppDcpPurposeType

      public XjcEppDcpPurposeType()
  • Method Details

    • getAdmin

      public Object getAdmin()
      Gets the value of the admin property.
      Returns:
      possible object is Object
    • setAdmin

      public void setAdmin(Object value)
      Sets the value of the admin property.
      Parameters:
      value - allowed object is Object
    • getContact

      public Object getContact()
      Gets the value of the contact property.
      Returns:
      possible object is Object
    • setContact

      public void setContact(Object value)
      Sets the value of the contact 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
    • getProv

      public Object getProv()
      Gets the value of the prov property.
      Returns:
      possible object is Object
    • setProv

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