public class PaymentType extends Object
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()
Gets the value of the id property.
|
InstructionIDType |
getInstructionID()
Gets the value of the instructionID property.
|
PaidAmountType |
getPaidAmount()
Gets the value of the paidAmount property.
|
PaidDateType |
getPaidDate()
Gets the value of the paidDate property.
|
PaidTimeType |
getPaidTime()
Gets the value of the paidTime property.
|
ReceivedDateType |
getReceivedDate()
Gets the value of the receivedDate property.
|
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 void setID(IDType value)
value - allowed object is
IDTypepublic PaidAmountType getPaidAmount()
PaidAmountTypepublic void setPaidAmount(PaidAmountType value)
value - allowed object is
PaidAmountTypepublic ReceivedDateType getReceivedDate()
ReceivedDateTypepublic void setReceivedDate(ReceivedDateType value)
value - allowed object is
ReceivedDateTypepublic PaidDateType getPaidDate()
PaidDateTypepublic void setPaidDate(PaidDateType value)
value - allowed object is
PaidDateTypepublic PaidTimeType getPaidTime()
PaidTimeTypepublic void setPaidTime(PaidTimeType value)
value - allowed object is
PaidTimeTypepublic InstructionIDType getInstructionID()
InstructionIDTypepublic void setInstructionID(InstructionIDType value)
value - allowed object is
InstructionIDTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.