Class XjcEppDcpRetentionType

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

public class XjcEppDcpRetentionType extends XjcObject

Java class for dcpRetentionType complex type

.

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

 <complexType name="dcpRetentionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="business" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="indefinite" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="legal" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="none" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="stated" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • stated

      protected Object stated
    • none

      protected Object none
    • indefinite

      protected Object indefinite
    • business

      protected Object business
  • Constructor Details

    • XjcEppDcpRetentionType

      public XjcEppDcpRetentionType()
  • Method Details

    • getStated

      public Object getStated()
      Gets the value of the stated property.
      Returns:
      possible object is Object
    • setStated

      public void setStated(Object value)
      Sets the value of the stated 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
    • getLegal

      public Object getLegal()
      Gets the value of the legal property.
      Returns:
      possible object is Object
    • setLegal

      public void setLegal(Object value)
      Sets the value of the legal property.
      Parameters:
      value - allowed object is Object
    • getIndefinite

      public Object getIndefinite()
      Gets the value of the indefinite property.
      Returns:
      possible object is Object
    • setIndefinite

      public void setIndefinite(Object value)
      Sets the value of the indefinite property.
      Parameters:
      value - allowed object is Object
    • getBusiness

      public Object getBusiness()
      Gets the value of the business property.
      Returns:
      possible object is Object
    • setBusiness

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