public class PaymentMeansType 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>Payment Means. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a means of payment.</ccts:Definition>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
</ccts:Component>
Java class for PaymentMeansType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentMeansType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentMeansCode"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentDueDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentChannelCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InstructionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InstructionNote" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CardAccount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PayerFinancialAccount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PayeeFinancialAccount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CreditAccount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentMandate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TradeFinancing" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CardAccountType |
cardAccount |
protected CreditAccountType |
creditAccount |
protected IDType |
id |
protected InstructionIDType |
instructionID |
protected List<InstructionNoteType> |
instructionNote |
protected FinancialAccountType |
payeeFinancialAccount |
protected FinancialAccountType |
payerFinancialAccount |
protected PaymentChannelCodeType |
paymentChannelCode |
protected PaymentDueDateType |
paymentDueDate |
protected List<PaymentIDType> |
paymentID |
protected PaymentMandateType |
paymentMandate |
protected PaymentMeansCodeType |
paymentMeansCode |
protected TradeFinancingType |
tradeFinancing |
| Constructor and Description |
|---|
PaymentMeansType() |
protected IDType id
protected PaymentMeansCodeType paymentMeansCode
protected PaymentDueDateType paymentDueDate
protected PaymentChannelCodeType paymentChannelCode
protected InstructionIDType instructionID
protected List<InstructionNoteType> instructionNote
protected List<PaymentIDType> paymentID
protected CardAccountType cardAccount
protected FinancialAccountType payerFinancialAccount
protected FinancialAccountType payeeFinancialAccount
protected CreditAccountType creditAccount
protected PaymentMandateType paymentMandate
protected TradeFinancingType tradeFinancing
public IDType getID()
<?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>Payment Means. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this means of payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic PaymentMeansCodeType getPaymentMeansCode()
<?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>Payment Means. Payment Means Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of this means of payment.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Payment Means Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataTypeQualifier>Payment Means</ccts:DataTypeQualifier>
<ccts:DataType>Payment Means_ Code. Type</ccts:DataType>
</ccts:Component>
PaymentMeansCodeTypepublic void setPaymentMeansCode(PaymentMeansCodeType value)
value - allowed object is
PaymentMeansCodeTypepublic PaymentDueDateType getPaymentDueDate()
<?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>Payment Means. Payment Due Date. Date</ccts:DictionaryEntryName>
<ccts:Definition>The date on which payment is due for this means of payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Payment Due Date</ccts:PropertyTerm>
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
<ccts:DataType>Date. Type</ccts:DataType>
</ccts:Component>
PaymentDueDateTypepublic void setPaymentDueDate(PaymentDueDateType value)
value - allowed object is
PaymentDueDateTypepublic PaymentChannelCodeType getPaymentChannelCode()
<?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>Payment Means. Payment Channel Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the payment channel for this means of payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Payment Channel Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
PaymentChannelCodeTypepublic void setPaymentChannelCode(PaymentChannelCodeType value)
value - allowed object is
PaymentChannelCodeTypepublic InstructionIDType getInstructionID()
<?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>Payment Means. Instruction Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for the payment instruction.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Instruction Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
InstructionIDTypepublic void setInstructionID(InstructionIDType value)
value - allowed object is
InstructionIDTypepublic List<InstructionNoteType> getInstructionNote()
<?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>Payment Means. Instruction_ 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>Payment Means</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Instruction</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the instructionNote 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 instructionNote property.
For example, to add a new item, do as follows:
getInstructionNote().add(newItem);
Objects of the following type(s) are allowed in the list
InstructionNoteType
public List<PaymentIDType> getPaymentID()
<?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>Payment Means. Payment Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for a payment made using this means of payment.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Payment Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
Gets the value of the paymentID 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 paymentID property.
For example, to add a new item, do as follows:
getPaymentID().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentIDType
public CardAccountType getCardAccount()
<?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>Payment Means. Card Account</ccts:DictionaryEntryName>
<ccts:Definition>A credit card, debit card, or charge card account that constitutes this means of payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Card Account</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Card Account</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Card Account</ccts:RepresentationTerm>
</ccts:Component>
CardAccountTypepublic void setCardAccount(CardAccountType value)
value - allowed object is
CardAccountTypepublic FinancialAccountType getPayerFinancialAccount()
<?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>Payment Means. Payer_ Financial Account. Financial Account</ccts:DictionaryEntryName>
<ccts:Definition>The payer's financial account.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Payer</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Financial Account</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Financial Account</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Financial Account</ccts:RepresentationTerm>
</ccts:Component>
FinancialAccountTypepublic void setPayerFinancialAccount(FinancialAccountType value)
value - allowed object is
FinancialAccountTypepublic FinancialAccountType getPayeeFinancialAccount()
<?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>Payment Means. Payee_ Financial Account. Financial Account</ccts:DictionaryEntryName>
<ccts:Definition>The payee's financial account.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Financial Account</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Financial Account</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Financial Account</ccts:RepresentationTerm>
</ccts:Component>
FinancialAccountTypepublic void setPayeeFinancialAccount(FinancialAccountType value)
value - allowed object is
FinancialAccountTypepublic CreditAccountType getCreditAccount()
<?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>Payment Means. Credit Account</ccts:DictionaryEntryName>
<ccts:Definition>A credit account associated with this means of payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Credit Account</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Credit Account</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Credit Account</ccts:RepresentationTerm>
</ccts:Component>
CreditAccountTypepublic void setCreditAccount(CreditAccountType value)
value - allowed object is
CreditAccountTypepublic PaymentMandateType getPaymentMandate()
<?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>Payment Means. Payment Mandate</ccts:DictionaryEntryName>
<ccts:Definition>The payment mandate associated with this means of payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Payment Mandate</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Payment Mandate</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Payment Mandate</ccts:RepresentationTerm>
</ccts:Component>
PaymentMandateTypepublic void setPaymentMandate(PaymentMandateType value)
value - allowed object is
PaymentMandateTypepublic TradeFinancingType getTradeFinancing()
<?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>Payment Means. Trade Financing</ccts:DictionaryEntryName>
<ccts:Definition>A trade finance agreement applicable to this means of payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment Means</ccts:ObjectClass>
<ccts:PropertyTerm>Trade Financing</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Trade Financing</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Trade Financing</ccts:RepresentationTerm>
</ccts:Component>
TradeFinancingTypepublic void setTradeFinancing(TradeFinancingType value)
value - allowed object is
TradeFinancingTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.