Class XjcFee06FeeType


  • public class XjcFee06FeeType
    extends XjcObject
    <p>Java class for feeType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="feeType"&gt; &lt;simpleContent&gt; &lt;extension base="&lt;urn:ietf:params:xml:ns:fee-0.6&gt;nonNegativeDecimal"&gt; &lt;attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;attribute name="refundable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="1" /&gt; &lt;attribute name="grace-period" type="{http://www.w3.org/2001/XMLSchema}duration" default="P0D" /&gt; &lt;attribute name="applied" default="immediate"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}token"&gt; &lt;enumeration value="immediate"/&gt; &lt;enumeration value="delayed"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/attribute&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; </pre>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String applied  
      protected java.lang.String description  
      protected javax.xml.datatype.Duration gracePeriod  
      protected java.lang.Boolean refundable  
      protected java.math.BigDecimal value  
    • Constructor Summary

      Constructors 
      Constructor Description
      XjcFee06FeeType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApplied()
      Gets the value of the applied property.
      java.lang.String getDescription()
      Gets the value of the description property.
      javax.xml.datatype.Duration getGracePeriod()
      Gets the value of the gracePeriod property.
      java.math.BigDecimal getValue()
      Gets the value of the value property.
      boolean isRefundable()
      Gets the value of the refundable property.
      void setApplied​(java.lang.String value)
      Sets the value of the applied property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setGracePeriod​(javax.xml.datatype.Duration value)
      Sets the value of the gracePeriod property.
      void setRefundable​(java.lang.Boolean value)
      Sets the value of the refundable property.
      void setValue​(java.math.BigDecimal value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        protected java.math.BigDecimal value
      • description

        protected java.lang.String description
      • refundable

        protected java.lang.Boolean refundable
      • gracePeriod

        protected javax.xml.datatype.Duration gracePeriod
      • applied

        protected java.lang.String applied
    • Constructor Detail

      • XjcFee06FeeType

        public XjcFee06FeeType()
    • Method Detail

      • getValue

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

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

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

        public void setDescription​(java.lang.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​(java.lang.Boolean value)
        Sets the value of the refundable property.
        Parameters:
        value - allowed object is Boolean
      • getGracePeriod

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

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

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

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