Class XjcFee06CreditType


  • public class XjcFee06CreditType
    extends XjcObject
    <p>Java class for creditType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="creditType"&gt; &lt;simpleContent&gt; &lt;extension base="&lt;urn:ietf:params:xml:ns:fee-0.6&gt;negativeDecimal"&gt; &lt;attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; </pre>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.math.BigDecimal value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.math.BigDecimal getValue()
      Gets the value of the value property.
      void setDescription​(java.lang.String value)
      Sets the value of the description 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
    • Constructor Detail

      • XjcFee06CreditType

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