public class PaymentType 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. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a payment.</ccts:Definition>
<ccts:ObjectClass>Payment</ccts:ObjectClass>
</ccts:Component>
Java class for PaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentType">
<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}PaidAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaidDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaidTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InstructionID" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDType |
id |
protected InstructionIDType |
instructionID |
protected PaidAmountType |
paidAmount |
protected PaidDateType |
paidDate |
protected PaidTimeType |
paidTime |
protected ReceivedDateType |
receivedDate |
| Constructor and Description |
|---|
PaymentType() |
| Modifier and Type | Method and Description |
|---|---|
IDType |
getID()
<?
|
InstructionIDType |
getInstructionID()
<?
|
PaidAmountType |
getPaidAmount()
<?
|
PaidDateType |
getPaidDate()
<?
|
PaidTimeType |
getPaidTime()
<?
|
ReceivedDateType |
getReceivedDate()
<?
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setInstructionID(InstructionIDType value)
Sets the value of the instructionID property.
|
void |
setPaidAmount(PaidAmountType value)
Sets the value of the paidAmount property.
|
void |
setPaidDate(PaidDateType value)
Sets the value of the paidDate property.
|
void |
setPaidTime(PaidTimeType value)
Sets the value of the paidTime property.
|
void |
setReceivedDate(ReceivedDateType value)
Sets the value of the receivedDate property.
|
protected IDType id
protected PaidAmountType paidAmount
protected ReceivedDateType receivedDate
protected PaidDateType paidDate
protected PaidTimeType paidTime
protected InstructionIDType instructionID
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. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment</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 PaidAmountType getPaidAmount()
<?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. Paid_ Amount. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The amount of this payment.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Paid</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
PaidAmountTypepublic void setPaidAmount(PaidAmountType value)
value - allowed object is
PaidAmountTypepublic ReceivedDateType getReceivedDate()
<?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. Received_ Date. Date</ccts:DictionaryEntryName>
<ccts:Definition>The date on which this payment was received.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Received</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Date</ccts:PropertyTerm>
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
<ccts:DataType>Date. Type</ccts:DataType>
</ccts:Component>
ReceivedDateTypepublic void setReceivedDate(ReceivedDateType value)
value - allowed object is
ReceivedDateTypepublic PaidDateType getPaidDate()
<?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. Paid_ Date. Date</ccts:DictionaryEntryName>
<ccts:Definition>The date on which this payment was made.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Paid</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Date</ccts:PropertyTerm>
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
<ccts:DataType>Date. Type</ccts:DataType>
</ccts:Component>
PaidDateTypepublic void setPaidDate(PaidDateType value)
value - allowed object is
PaidDateTypepublic PaidTimeType getPaidTime()
<?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. Paid_ Time. Time</ccts:DictionaryEntryName>
<ccts:Definition>The time at which this payment was made.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Paid</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Time</ccts:PropertyTerm>
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
<ccts:DataType>Time. Type</ccts:DataType>
</ccts:Component>
PaidTimeTypepublic void setPaidTime(PaidTimeType value)
value - allowed object is
PaidTimeTypepublic 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. Instruction Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for the payment instruction.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Payment</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
InstructionIDTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.