Class XjcFee12CommandCDType

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

public class XjcFee12CommandCDType extends XjcObject

Java class for commandCDType complex type

.

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

 <complexType name="commandCDType">
   <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="fee" type="{urn:ietf:params:xml:ns:fee-0.12}feeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="credit" type="{urn:ietf:params:xml:ns:fee-0.12}creditType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="reason" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="notAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="avail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="1" />
       <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

  • Constructor Details

    • XjcFee12CommandCDType

      public XjcFee12CommandCDType()
  • 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
    • getFees

      public List<XjcFee12FeeType> getFees()
      Gets the value of the fees property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fees property.

      For example, to add a new item, do as follows:

       getFees().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcFee12FeeType

      Returns:
      The value of the fees property.
    • getCredits

      public List<XjcFee12CreditType> getCredits()
      Gets the value of the credits property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the credits property.

      For example, to add a new item, do as follows:

       getCredits().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcFee12CreditType

      Returns:
      The value of the credits property.
    • 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
    • getReason

      public String getReason()
      Gets the value of the reason property.
      Returns:
      possible object is String
    • setReason

      public void setReason(String value)
      Sets the value of the reason 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
    • getNotAfter

      public org.joda.time.DateTime getNotAfter()
      Gets the value of the notAfter property.
      Returns:
      possible object is String
    • setNotAfter

      public void setNotAfter(org.joda.time.DateTime value)
      Sets the value of the notAfter property.
      Parameters:
      value - allowed object is String
    • isAvail

      public boolean isAvail()
      Gets the value of the avail property.
      Returns:
      possible object is Boolean
    • setAvail

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