Package org.cxml
Class PaymentTerm
java.lang.Object
org.cxml.PaymentTerm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the discount property.Gets the value of the extrinsic property.Gets the value of the payInNumberOfDays property.voidsetDiscount(Discount value) Sets the value of the discount property.voidsetPayInNumberOfDays(String value) Sets the value of the payInNumberOfDays property.
-
Field Details
-
payInNumberOfDays
-
discount
-
extrinsic
-
-
Constructor Details
-
PaymentTerm
public PaymentTerm()
-
-
Method Details
-
getPayInNumberOfDays
Gets the value of the payInNumberOfDays property.- Returns:
- possible object is
String
-
setPayInNumberOfDays
Sets the value of the payInNumberOfDays property.- Parameters:
value- allowed object isString
-
getDiscount
Gets the value of the discount property.- Returns:
- possible object is
Discount
-
setDiscount
Sets the value of the discount property.- Parameters:
value- allowed object isDiscount
-
getExtrinsic
Gets the value of the extrinsic 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 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
-