Class PaymentType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.PaymentType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected IDTypeidprotected InstructionIDTypeinstructionIDprotected PaidAmountTypepaidAmountprotected PaidDateTypepaidDateprotected PaidTimeTypepaidTimeprotected ReceivedDateTypereceivedDate
-
Constructor Summary
Constructors Constructor Description PaymentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDTypegetID()Gets the value of the id property.InstructionIDTypegetInstructionID()Gets the value of the instructionID property.PaidAmountTypegetPaidAmount()Gets the value of the paidAmount property.PaidDateTypegetPaidDate()Gets the value of the paidDate property.PaidTimeTypegetPaidTime()Gets the value of the paidTime property.ReceivedDateTypegetReceivedDate()Gets the value of the receivedDate property.voidsetID(IDType value)Sets the value of the id property.voidsetInstructionID(InstructionIDType value)Sets the value of the instructionID property.voidsetPaidAmount(PaidAmountType value)Sets the value of the paidAmount property.voidsetPaidDate(PaidDateType value)Sets the value of the paidDate property.voidsetPaidTime(PaidTimeType value)Sets the value of the paidTime property.voidsetReceivedDate(ReceivedDateType value)Sets the value of the receivedDate property.
-
-
-
Field Detail
-
id
protected IDType id
-
paidAmount
protected PaidAmountType paidAmount
-
receivedDate
protected ReceivedDateType receivedDate
-
paidDate
protected PaidDateType paidDate
-
paidTime
protected PaidTimeType paidTime
-
instructionID
protected InstructionIDType instructionID
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getPaidAmount
public PaidAmountType getPaidAmount()
Gets the value of the paidAmount property.- Returns:
- possible object is
PaidAmountType
-
setPaidAmount
public void setPaidAmount(PaidAmountType value)
Sets the value of the paidAmount property.- Parameters:
value- allowed object isPaidAmountType
-
getReceivedDate
public ReceivedDateType getReceivedDate()
Gets the value of the receivedDate property.- Returns:
- possible object is
ReceivedDateType
-
setReceivedDate
public void setReceivedDate(ReceivedDateType value)
Sets the value of the receivedDate property.- Parameters:
value- allowed object isReceivedDateType
-
getPaidDate
public PaidDateType getPaidDate()
Gets the value of the paidDate property.- Returns:
- possible object is
PaidDateType
-
setPaidDate
public void setPaidDate(PaidDateType value)
Sets the value of the paidDate property.- Parameters:
value- allowed object isPaidDateType
-
getPaidTime
public PaidTimeType getPaidTime()
Gets the value of the paidTime property.- Returns:
- possible object is
PaidTimeType
-
setPaidTime
public void setPaidTime(PaidTimeType value)
Sets the value of the paidTime property.- Parameters:
value- allowed object isPaidTimeType
-
getInstructionID
public InstructionIDType getInstructionID()
Gets the value of the instructionID property.- Returns:
- possible object is
InstructionIDType
-
setInstructionID
public void setInstructionID(InstructionIDType value)
Sets the value of the instructionID property.- Parameters:
value- allowed object isInstructionIDType
-
-