Package org.cxml

Class Modification

java.lang.Object
org.cxml.Modification

public class Modification extends Object
  • Field Details

    • level

      protected String level
    • originalPrice

      protected OriginalPrice originalPrice
    • additionalDeductionOrAdditionalCost

      protected List<Object> additionalDeductionOrAdditionalCost
    • tax

      protected Tax tax
    • modificationDetail

      protected ModificationDetail modificationDetail
  • Constructor Details

    • Modification

      public Modification()
  • Method Details

    • getLevel

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

      public void setLevel(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 List<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 AdditionalCost AdditionalDeduction

    • 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
    • getModificationDetail

      public ModificationDetail getModificationDetail()
      Gets the value of the modificationDetail property.
      Returns:
      possible object is ModificationDetail
    • setModificationDetail

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