Class XjcFee06DelData


  • public class XjcFee06DelData
    extends XjcObject
    <p>Java class for deleteDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="deleteDataType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="currency" type="{urn:ietf:params:xml:ns:fee-0.6}currencyType"/&gt; &lt;element name="credit" type="{urn:ietf:params:xml:ns:fee-0.6}creditType" maxOccurs="unbounded"/&gt; &lt;element name="balance" type="{urn:ietf:params:xml:ns:fee-0.6}balanceType" minOccurs="0"/&gt; &lt;element name="creditLimit" type="{urn:ietf:params:xml:ns:fee-0.6}creditLimitType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Summary

      Constructors 
      Constructor Description
      XjcFee06DelData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getBalance()
      Gets the value of the balance property.
      java.math.BigDecimal getCreditLimit()
      Gets the value of the creditLimit property.
      java.util.List<XjcFee06CreditType> getCredits()
      Gets the value of the credits property.
      java.lang.String getCurrency()
      Gets the value of the currency property.
      void setBalance​(java.math.BigDecimal value)
      Sets the value of the balance property.
      void setCreditLimit​(java.math.BigDecimal value)
      Sets the value of the creditLimit property.
      void setCurrency​(java.lang.String value)
      Sets the value of the currency property.
      • Methods inherited from class java.lang.Object

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

      • currency

        protected java.lang.String currency
      • balance

        protected java.math.BigDecimal balance
      • creditLimit

        protected java.math.BigDecimal creditLimit
    • Constructor Detail

      • XjcFee06DelData

        public XjcFee06DelData()
    • Method Detail

      • getCurrency

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

        public void setCurrency​(java.lang.String value)
        Sets the value of the currency property.
        Parameters:
        value - allowed object is String
      • getCredits

        public java.util.List<XjcFee06CreditType> getCredits()
        Gets the value of the credits property. <p> 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 <CODE>set</CODE> method for the credits property. <p> For example, to add a new item, do as follows: <pre> getCredits().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list XjcFee06CreditType
      • getBalance

        public java.math.BigDecimal getBalance()
        Gets the value of the balance property.
        Returns:
        possible object is BigDecimal
      • setBalance

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

        public java.math.BigDecimal getCreditLimit()
        Gets the value of the creditLimit property.
        Returns:
        possible object is BigDecimal
      • setCreditLimit

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