public class PaymentMandateType extends Object
Java class for PaymentMandateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentMandateType">
<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}MandateTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumPaymentInstructionsNumeric" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumPaidAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SignatureID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PayerParty" 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}ValidityPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentReversalPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Clause" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ClauseType> |
clause |
protected IDType |
id |
protected MandateTypeCodeType |
mandateTypeCode |
protected MaximumPaidAmountType |
maximumPaidAmount |
protected MaximumPaymentInstructionsNumericType |
maximumPaymentInstructionsNumeric |
protected FinancialAccountType |
payerFinancialAccount |
protected PartyType |
payerParty |
protected PeriodType |
paymentReversalPeriod |
protected SignatureIDType |
signatureID |
protected PeriodType |
validityPeriod |
| Constructor and Description |
|---|
PaymentMandateType() |
| Modifier and Type | Method and Description |
|---|---|
List<ClauseType> |
getClause()
Gets the value of the clause property.
|
IDType |
getID()
Gets the value of the id property.
|
MandateTypeCodeType |
getMandateTypeCode()
Gets the value of the mandateTypeCode property.
|
MaximumPaidAmountType |
getMaximumPaidAmount()
Gets the value of the maximumPaidAmount property.
|
MaximumPaymentInstructionsNumericType |
getMaximumPaymentInstructionsNumeric()
Gets the value of the maximumPaymentInstructionsNumeric property.
|
FinancialAccountType |
getPayerFinancialAccount()
Gets the value of the payerFinancialAccount property.
|
PartyType |
getPayerParty()
Gets the value of the payerParty property.
|
PeriodType |
getPaymentReversalPeriod()
Gets the value of the paymentReversalPeriod property.
|
SignatureIDType |
getSignatureID()
Gets the value of the signatureID property.
|
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setMandateTypeCode(MandateTypeCodeType value)
Sets the value of the mandateTypeCode property.
|
void |
setMaximumPaidAmount(MaximumPaidAmountType value)
Sets the value of the maximumPaidAmount property.
|
void |
setMaximumPaymentInstructionsNumeric(MaximumPaymentInstructionsNumericType value)
Sets the value of the maximumPaymentInstructionsNumeric property.
|
void |
setPayerFinancialAccount(FinancialAccountType value)
Sets the value of the payerFinancialAccount property.
|
void |
setPayerParty(PartyType value)
Sets the value of the payerParty property.
|
void |
setPaymentReversalPeriod(PeriodType value)
Sets the value of the paymentReversalPeriod property.
|
void |
setSignatureID(SignatureIDType value)
Sets the value of the signatureID property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
protected IDType id
protected MandateTypeCodeType mandateTypeCode
protected MaximumPaymentInstructionsNumericType maximumPaymentInstructionsNumeric
protected MaximumPaidAmountType maximumPaidAmount
protected SignatureIDType signatureID
protected PartyType payerParty
protected FinancialAccountType payerFinancialAccount
protected PeriodType validityPeriod
protected PeriodType paymentReversalPeriod
protected List<ClauseType> clause
public void setID(IDType value)
value - allowed object is
IDTypepublic MandateTypeCodeType getMandateTypeCode()
MandateTypeCodeTypepublic void setMandateTypeCode(MandateTypeCodeType value)
value - allowed object is
MandateTypeCodeTypepublic MaximumPaymentInstructionsNumericType getMaximumPaymentInstructionsNumeric()
MaximumPaymentInstructionsNumericTypepublic void setMaximumPaymentInstructionsNumeric(MaximumPaymentInstructionsNumericType value)
value - allowed object is
MaximumPaymentInstructionsNumericTypepublic MaximumPaidAmountType getMaximumPaidAmount()
MaximumPaidAmountTypepublic void setMaximumPaidAmount(MaximumPaidAmountType value)
value - allowed object is
MaximumPaidAmountTypepublic SignatureIDType getSignatureID()
SignatureIDTypepublic void setSignatureID(SignatureIDType value)
value - allowed object is
SignatureIDTypepublic PartyType getPayerParty()
PartyTypepublic void setPayerParty(PartyType value)
value - allowed object is
PartyTypepublic FinancialAccountType getPayerFinancialAccount()
FinancialAccountTypepublic void setPayerFinancialAccount(FinancialAccountType value)
value - allowed object is
FinancialAccountTypepublic PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic PeriodType getPaymentReversalPeriod()
PeriodTypepublic void setPaymentReversalPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<ClauseType> getClause()
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 clause property.
For example, to add a new item, do as follows:
getClause().add(newItem);
Objects of the following type(s) are allowed in the list
ClauseType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.