public class Modification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
additionalDeductionOrAdditionalCost |
protected java.lang.String |
level |
protected ModificationDetail |
modificationDetail |
protected OriginalPrice |
originalPrice |
protected Tax |
tax |
| Constructor and Description |
|---|
Modification() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAdditionalDeductionOrAdditionalCost()
Gets the value of the additionalDeductionOrAdditionalCost property.
|
java.lang.String |
getLevel()
Gets the value of the level property.
|
ModificationDetail |
getModificationDetail()
Gets the value of the modificationDetail property.
|
OriginalPrice |
getOriginalPrice()
Gets the value of the originalPrice property.
|
Tax |
getTax()
Gets the value of the tax property.
|
void |
setLevel(java.lang.String value)
Sets the value of the level property.
|
void |
setModificationDetail(ModificationDetail value)
Sets the value of the modificationDetail property.
|
void |
setOriginalPrice(OriginalPrice value)
Sets the value of the originalPrice property.
|
void |
setTax(Tax value)
Sets the value of the tax property.
|
protected java.lang.String level
protected OriginalPrice originalPrice
protected java.util.List<java.lang.Object> additionalDeductionOrAdditionalCost
protected Tax tax
protected ModificationDetail modificationDetail
public java.lang.String getLevel()
Stringpublic void setLevel(java.lang.String value)
value - allowed object is
Stringpublic OriginalPrice getOriginalPrice()
OriginalPricepublic void setOriginalPrice(OriginalPrice value)
value - allowed object is
OriginalPricepublic java.util.List<java.lang.Object> getAdditionalDeductionOrAdditionalCost()
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
public void setTax(Tax value)
value - allowed object is
Taxpublic ModificationDetail getModificationDetail()
ModificationDetailpublic void setModificationDetail(ModificationDetail value)
value - allowed object is
ModificationDetailCopyright © 2018 SAP SE. All Rights Reserved.