public class PaymentTerm
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Discount |
discount |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
payInNumberOfDays |
| Constructor and Description |
|---|
PaymentTerm() |
| Modifier and Type | Method and Description |
|---|---|
Discount |
getDiscount()
Gets the value of the discount property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getPayInNumberOfDays()
Gets the value of the payInNumberOfDays property.
|
void |
setDiscount(Discount value)
Sets the value of the discount property.
|
void |
setPayInNumberOfDays(java.lang.String value)
Sets the value of the payInNumberOfDays property.
|
protected java.lang.String payInNumberOfDays
protected Discount discount
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getPayInNumberOfDays()
Stringpublic void setPayInNumberOfDays(java.lang.String value)
value - allowed object is
Stringpublic Discount getDiscount()
Discountpublic void setDiscount(Discount value)
value - allowed object is
Discountpublic java.util.List<Extrinsic> getExtrinsic()
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 extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.