Package org.cxml

Class AdditionalDeduction


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

      • type

        protected java.lang.String type
      • deductionAmountOrDeductionPercentOrDeductedPrice

        protected java.util.List<java.lang.Object> deductionAmountOrDeductionPercentOrDeductedPrice
    • Constructor Detail

      • AdditionalDeduction

        public AdditionalDeduction()
    • Method Detail

      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getDeductionAmountOrDeductionPercentOrDeductedPrice

        public java.util.List<java.lang.Object> getDeductionAmountOrDeductionPercentOrDeductedPrice()
        Gets the value of the deductionAmountOrDeductionPercentOrDeductedPrice 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 deductionAmountOrDeductionPercentOrDeductedPrice property.

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

            getDeductionAmountOrDeductionPercentOrDeductedPrice().add(newItem);
         

        Objects of the following type(s) are allowed in the list DeductionAmount DeductionPercent DeductedPrice