Class XjcFee11FeeType

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

public class XjcFee11FeeType extends XjcObject

Java class for feeType complex type

.

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

 <complexType name="feeType">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:fee-0.11>nonNegativeDecimal">
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="refundable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="grace-period" type="{http://www.w3.org/2001/XMLSchema}duration" />
       <attribute name="applied" default="immediate">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="immediate"/>
             <enumeration value="delayed"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected BigDecimal value
    • description

      protected String description
    • refundable

      protected Boolean refundable
    • gracePeriod

      protected Duration gracePeriod
    • applied

      protected String applied
  • Constructor Details

    • XjcFee11FeeType

      public XjcFee11FeeType()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • isRefundable

      public Boolean isRefundable()
      Gets the value of the refundable property.
      Returns:
      possible object is Boolean
    • setRefundable

      public void setRefundable(Boolean value)
      Sets the value of the refundable property.
      Parameters:
      value - allowed object is Boolean
    • getGracePeriod

      public Duration getGracePeriod()
      Gets the value of the gracePeriod property.
      Returns:
      possible object is Duration
    • setGracePeriod

      public void setGracePeriod(Duration value)
      Sets the value of the gracePeriod property.
      Parameters:
      value - allowed object is Duration
    • getApplied

      public String getApplied()
      Gets the value of the applied property.
      Returns:
      possible object is String
    • setApplied

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