Package org.cxml
Class Modification
- java.lang.Object
-
- org.cxml.Modification
-
public class Modification extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>additionalDeductionOrAdditionalCostprotected java.lang.Stringlevelprotected ModificationDetailmodificationDetailprotected OriginalPriceoriginalPriceprotected Taxtax
-
Constructor Summary
Constructors Constructor Description Modification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getAdditionalDeductionOrAdditionalCost()Gets the value of the additionalDeductionOrAdditionalCost property.java.lang.StringgetLevel()Gets the value of the level property.ModificationDetailgetModificationDetail()Gets the value of the modificationDetail property.OriginalPricegetOriginalPrice()Gets the value of the originalPrice property.TaxgetTax()Gets the value of the tax property.voidsetLevel(java.lang.String value)Sets the value of the level property.voidsetModificationDetail(ModificationDetail value)Sets the value of the modificationDetail property.voidsetOriginalPrice(OriginalPrice value)Sets the value of the originalPrice property.voidsetTax(Tax value)Sets the value of the tax property.
-
-
-
Field Detail
-
level
protected java.lang.String level
-
originalPrice
protected OriginalPrice originalPrice
-
additionalDeductionOrAdditionalCost
protected java.util.List<java.lang.Object> additionalDeductionOrAdditionalCost
-
tax
protected Tax tax
-
modificationDetail
protected ModificationDetail modificationDetail
-
-
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 isString
-
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 isOriginalPrice
-
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
setmethod 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
AdditionalDeductionAdditionalCost
-
setTax
public void setTax(Tax value)
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
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 isModificationDetail
-
-