Package org.cxml

Class Tax


  • public class Tax
    extends java.lang.Object
    • Field Detail

      • money

        protected Money money
      • taxDetail

        protected java.util.List<TaxDetail> taxDetail
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • Tax

        public Tax()
    • Method Detail

      • getMoney

        public Money getMoney()
        Gets the value of the money property.
        Returns:
        possible object is Money
      • setMoney

        public void setMoney​(Money value)
        Sets the value of the money property.
        Parameters:
        value - allowed object is Money
      • getDescription

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

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description
      • getTaxDetail

        public java.util.List<TaxDetail> getTaxDetail()
        Gets the value of the taxDetail 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 taxDetail property.

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

            getTaxDetail().add(newItem);
         

        Objects of the following type(s) are allowed in the list TaxDetail

      • getExtrinsic

        public java.util.List<Extrinsic> getExtrinsic()
        Gets the value of the extrinsic 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 extrinsic property.

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

            getExtrinsic().add(newItem);
         

        Objects of the following type(s) are allowed in the list Extrinsic