Package org.cxml

Class Modification


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

      • level

        protected java.lang.String level
      • additionalDeductionOrAdditionalCost

        protected java.util.List<java.lang.Object> additionalDeductionOrAdditionalCost
      • tax

        protected Tax tax
    • Constructor Detail

      • Modification

        public Modification()
    • Method Detail

      • getLevel

        public java.lang.String getLevel()
        Gets the value of the level property.
        Returns:
        possible object is String
      • setLevel

        public void setLevel​(java.lang.String value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is String
      • getOriginalPrice

        public OriginalPrice getOriginalPrice()
        Gets the value of the originalPrice property.
        Returns:
        possible object is OriginalPrice
      • setOriginalPrice

        public void setOriginalPrice​(OriginalPrice value)
        Sets the value of the originalPrice property.
        Parameters:
        value - allowed object is OriginalPrice
      • getAdditionalDeductionOrAdditionalCost

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

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

            getAdditionalDeductionOrAdditionalCost().add(newItem);
         

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

      • getTax

        public Tax getTax()
        Gets the value of the tax property.
        Returns:
        possible object is Tax
      • setTax

        public void setTax​(Tax value)
        Sets the value of the tax property.
        Parameters:
        value - allowed object is Tax
      • setModificationDetail

        public void setModificationDetail​(ModificationDetail value)
        Sets the value of the modificationDetail property.
        Parameters:
        value - allowed object is ModificationDetail