Class XjcFee12CommandCheckType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee12.XjcFee12CommandCheckType

public class XjcFee12CommandCheckType extends XjcObject

Java class for commandCheckType complex type

.

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

 <complexType name="commandCheckType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType" minOccurs="0"/>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{urn:ietf:params:xml:ns:fee-0.12}commandTypeValue" />
       <attribute name="phase" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="subphase" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • period

      protected XjcDomainPeriodType period
    • clazz

      protected String clazz
    • date

      protected org.joda.time.DateTime date
    • name

      protected String name
    • phase

      protected String phase
    • subphase

      protected String subphase
  • Constructor Details

    • XjcFee12CommandCheckType

      public XjcFee12CommandCheckType()
  • Method Details

    • getPeriod

      public XjcDomainPeriodType getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is XjcDomainPeriodType
    • setPeriod

      public void setPeriod(XjcDomainPeriodType value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is XjcDomainPeriodType
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getDate

      public org.joda.time.DateTime getDate()
      Gets the value of the date property.
      Returns:
      possible object is String
    • setDate

      public void setDate(org.joda.time.DateTime value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is String
    • 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
    • getPhase

      public String getPhase()
      Gets the value of the phase property.
      Returns:
      possible object is String
    • setPhase

      public void setPhase(String value)
      Sets the value of the phase property.
      Parameters:
      value - allowed object is String
    • getSubphase

      public String getSubphase()
      Gets the value of the subphase property.
      Returns:
      possible object is String
    • setSubphase

      public void setSubphase(String value)
      Sets the value of the subphase property.
      Parameters:
      value - allowed object is String