public class OnAccountPaymentType extends Object
Java class for OnAccountPaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OnAccountPaymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedConsumedQuantity"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentTerms" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EstimatedConsumedQuantityType |
estimatedConsumedQuantity |
protected List<NoteType> |
note |
protected List<PaymentTermsType> |
paymentTerms |
| Constructor and Description |
|---|
OnAccountPaymentType() |
| Modifier and Type | Method and Description |
|---|---|
EstimatedConsumedQuantityType |
getEstimatedConsumedQuantity()
Gets the value of the estimatedConsumedQuantity property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
List<PaymentTermsType> |
getPaymentTerms()
Gets the value of the paymentTerms property.
|
void |
setEstimatedConsumedQuantity(EstimatedConsumedQuantityType value)
Sets the value of the estimatedConsumedQuantity property.
|
protected EstimatedConsumedQuantityType estimatedConsumedQuantity
protected List<PaymentTermsType> paymentTerms
public EstimatedConsumedQuantityType getEstimatedConsumedQuantity()
EstimatedConsumedQuantityTypepublic void setEstimatedConsumedQuantity(EstimatedConsumedQuantityType value)
value - allowed object is
EstimatedConsumedQuantityTypepublic List<NoteType> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public List<PaymentTermsType> getPaymentTerms()
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 paymentTerms property.
For example, to add a new item, do as follows:
getPaymentTerms().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTermsType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.