Package org.cxml
Class PaymentTerm
- java.lang.Object
-
- org.cxml.PaymentTerm
-
public class PaymentTerm extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Discountdiscountprotected java.util.List<Extrinsic>extrinsicprotected java.lang.StringpayInNumberOfDays
-
Constructor Summary
Constructors Constructor Description PaymentTerm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscountgetDiscount()Gets the value of the discount property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetPayInNumberOfDays()Gets the value of the payInNumberOfDays property.voidsetDiscount(Discount value)Sets the value of the discount property.voidsetPayInNumberOfDays(java.lang.String value)Sets the value of the payInNumberOfDays property.
-
-
-
Method Detail
-
getPayInNumberOfDays
public java.lang.String getPayInNumberOfDays()
Gets the value of the payInNumberOfDays property.- Returns:
- possible object is
String
-
setPayInNumberOfDays
public void setPayInNumberOfDays(java.lang.String value)
Sets the value of the payInNumberOfDays property.- Parameters:
value- allowed object isString
-
getDiscount
public Discount getDiscount()
Gets the value of the discount property.- Returns:
- possible object is
Discount
-
setDiscount
public void setDiscount(Discount value)
Sets the value of the discount property.- Parameters:
value- allowed object isDiscount
-
getExtrinsic
public java.util.List<Extrinsic> 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
-
-