public class OnAccountPaymentType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>On Account Payment. Details</ccts:DictionaryEntryName>
<ccts:Definition>A scheduled prepayment (on-account payment) for a estimated utility consumption</ccts:Definition>
<ccts:ObjectClass>On Account Payment</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
List<NoteType> |
getNote()
<?
|
List<PaymentTermsType> |
getPaymentTerms()
<?
|
void |
setEstimatedConsumedQuantity(EstimatedConsumedQuantityType value)
Sets the value of the estimatedConsumedQuantity property.
|
protected EstimatedConsumedQuantityType estimatedConsumedQuantity
protected List<PaymentTermsType> paymentTerms
public EstimatedConsumedQuantityType getEstimatedConsumedQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>On Account Payment. Estimated_ Consumed Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The estimated consumed quantity covered by the payment.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>On Account Payment</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Estimated</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Consumed Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
EstimatedConsumedQuantityTypepublic void setEstimatedConsumedQuantity(EstimatedConsumedQuantityType value)
value - allowed object is
EstimatedConsumedQuantityTypepublic List<NoteType> getNote()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>On Account Payment. Note. Text</ccts:DictionaryEntryName>
<ccts:Definition>Free-form text conveying information that is not contained explicitly in other structures.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>On Account Payment</ccts:ObjectClass>
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:Examples>We make a reservation for price regulations. You will receive you next yearly statement about one year from today.</ccts:Examples>
</ccts:Component>
Gets the value of the note 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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>On Account Payment. Payment Terms</ccts:DictionaryEntryName>
<ccts:Definition>A specification of payment terms associated with this payment.</ccts:Definition>
<ccts:Cardinality>1..n</ccts:Cardinality>
<ccts:ObjectClass>On Account Payment</ccts:ObjectClass>
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the paymentTerms 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 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 © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.