Package org.cxml
Class Modification
java.lang.Object
org.cxml.Modification
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ModificationDetailprotected OriginalPriceprotected Tax -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalDeductionOrAdditionalCost property.getLevel()Gets the value of the level property.Gets the value of the modificationDetail property.Gets the value of the originalPrice property.getTax()Gets the value of the tax property.voidSets the value of the level property.voidSets the value of the modificationDetail property.voidsetOriginalPrice(OriginalPrice value) Sets the value of the originalPrice property.voidSets the value of the tax property.
-
Field Details
-
level
-
originalPrice
-
additionalDeductionOrAdditionalCost
-
tax
-
modificationDetail
-
-
Constructor Details
-
Modification
public Modification()
-
-
Method Details
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
String
-
setLevel
Sets the value of the level property.- Parameters:
value- allowed object isString
-
getOriginalPrice
Gets the value of the originalPrice property.- Returns:
- possible object is
OriginalPrice
-
setOriginalPrice
Sets the value of the originalPrice property.- Parameters:
value- allowed object isOriginalPrice
-
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
AdditionalCostAdditionalDeduction -
getTax
Gets the value of the tax property.- Returns:
- possible object is
Tax
-
setTax
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
getModificationDetail
Gets the value of the modificationDetail property.- Returns:
- possible object is
ModificationDetail
-
setModificationDetail
Sets the value of the modificationDetail property.- Parameters:
value- allowed object isModificationDetail
-