Class XjcFee11Check

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee11.XjcFee11Check

public class XjcFee11Check extends XjcObject

Java class for checkType complex type

.

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

 <complexType name="checkType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="command" type="{urn:ietf:params:xml:ns:fee-0.11}commandType"/>
         <element name="currency" type="{urn:ietf:params:xml:ns:fee-0.11}currencyType" minOccurs="0"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcFee11Check

      public XjcFee11Check()
  • Method Details

    • getCommand

      public XjcFee11CommandType getCommand()
      Gets the value of the command property.
      Returns:
      possible object is XjcFee11CommandType
    • setCommand

      public void setCommand(XjcFee11CommandType value)
      Sets the value of the command property.
      Parameters:
      value - allowed object is XjcFee11CommandType
    • getCurrency

      public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • 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