Package org.cxml
Class PaymentTerms
java.lang.Object
org.cxml.PaymentTerms
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected List<PaymentTerm>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the extrinsic property.Gets the value of the paymentTerm property.Gets the value of the paymentTermCode property.voidsetDescription(Description value) Sets the value of the description property.voidsetPaymentTermCode(String value) Sets the value of the paymentTermCode property.
-
Field Details
-
paymentTermCode
-
paymentTerm
-
description
-
extrinsic
-
-
Constructor Details
-
PaymentTerms
public PaymentTerms()
-
-
Method Details
-
getPaymentTermCode
Gets the value of the paymentTermCode property.- Returns:
- possible object is
String
-
setPaymentTermCode
Sets the value of the paymentTermCode property.- Parameters:
value- allowed object isString
-
getPaymentTerm
Gets the value of the paymentTerm 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 paymentTerm property.For example, to add a new item, do as follows:
getPaymentTerm().add(newItem);Objects of the following type(s) are allowed in the list
PaymentTerm -
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
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
-