public class PaymentMeansType extends Object
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() |
| Modifier and Type | Method and Description |
|---|---|
CardAccountType |
getCardAccount()
Gets the value of the cardAccount property.
|
CreditAccountType |
getCreditAccount()
Gets the value of the creditAccount property.
|
IDType |
getID()
Gets the value of the id property.
|
InstructionIDType |
getInstructionID()
Gets the value of the instructionID property.
|
List<InstructionNoteType> |
getInstructionNote()
Gets the value of the instructionNote property.
|
FinancialAccountType |
getPayeeFinancialAccount()
Gets the value of the payeeFinancialAccount property.
|
FinancialAccountType |
getPayerFinancialAccount()
Gets the value of the payerFinancialAccount property.
|
PaymentChannelCodeType |
getPaymentChannelCode()
Gets the value of the paymentChannelCode property.
|
PaymentDueDateType |
getPaymentDueDate()
Gets the value of the paymentDueDate property.
|
List<PaymentIDType> |
getPaymentID()
Gets the value of the paymentID property.
|
PaymentMandateType |
getPaymentMandate()
Gets the value of the paymentMandate property.
|
PaymentMeansCodeType |
getPaymentMeansCode()
Gets the value of the paymentMeansCode property.
|
TradeFinancingType |
getTradeFinancing()
Gets the value of the tradeFinancing property.
|
void |
setCardAccount(CardAccountType value)
Sets the value of the cardAccount property.
|
void |
setCreditAccount(CreditAccountType value)
Sets the value of the creditAccount property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setInstructionID(InstructionIDType value)
Sets the value of the instructionID property.
|
void |
setPayeeFinancialAccount(FinancialAccountType value)
Sets the value of the payeeFinancialAccount property.
|
void |
setPayerFinancialAccount(FinancialAccountType value)
Sets the value of the payerFinancialAccount property.
|
void |
setPaymentChannelCode(PaymentChannelCodeType value)
Sets the value of the paymentChannelCode property.
|
void |
setPaymentDueDate(PaymentDueDateType value)
Sets the value of the paymentDueDate property.
|
void |
setPaymentMandate(PaymentMandateType value)
Sets the value of the paymentMandate property.
|
void |
setPaymentMeansCode(PaymentMeansCodeType value)
Sets the value of the paymentMeansCode property.
|
void |
setTradeFinancing(TradeFinancingType value)
Sets the value of the tradeFinancing property.
|
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 void setID(IDType value)
value - allowed object is
IDTypepublic PaymentMeansCodeType getPaymentMeansCode()
PaymentMeansCodeTypepublic void setPaymentMeansCode(PaymentMeansCodeType value)
value - allowed object is
PaymentMeansCodeTypepublic PaymentDueDateType getPaymentDueDate()
PaymentDueDateTypepublic void setPaymentDueDate(PaymentDueDateType value)
value - allowed object is
PaymentDueDateTypepublic PaymentChannelCodeType getPaymentChannelCode()
PaymentChannelCodeTypepublic void setPaymentChannelCode(PaymentChannelCodeType value)
value - allowed object is
PaymentChannelCodeTypepublic InstructionIDType getInstructionID()
InstructionIDTypepublic void setInstructionID(InstructionIDType value)
value - allowed object is
InstructionIDTypepublic List<InstructionNoteType> getInstructionNote()
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()
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()
CardAccountTypepublic void setCardAccount(CardAccountType value)
value - allowed object is
CardAccountTypepublic FinancialAccountType getPayerFinancialAccount()
FinancialAccountTypepublic void setPayerFinancialAccount(FinancialAccountType value)
value - allowed object is
FinancialAccountTypepublic FinancialAccountType getPayeeFinancialAccount()
FinancialAccountTypepublic void setPayeeFinancialAccount(FinancialAccountType value)
value - allowed object is
FinancialAccountTypepublic CreditAccountType getCreditAccount()
CreditAccountTypepublic void setCreditAccount(CreditAccountType value)
value - allowed object is
CreditAccountTypepublic PaymentMandateType getPaymentMandate()
PaymentMandateTypepublic void setPaymentMandate(PaymentMandateType value)
value - allowed object is
PaymentMandateTypepublic TradeFinancingType getTradeFinancing()
TradeFinancingTypepublic void setTradeFinancing(TradeFinancingType value)
value - allowed object is
TradeFinancingTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.