Class PaymentInstructionInformationSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.PaymentInstructionInformationSDD
Java class for PaymentInstructionInformationSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentInstructionInformationSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PmtInfId" type="{urn:swift:xsd:$pain.008.002.01}RestrictedIdentification1" minOccurs="0"/> <element name="PmtMtd" type="{urn:swift:xsd:$pain.008.002.01}PaymentMethod2Code"/> <element name="PmtTpInf" type="{urn:swift:xsd:$pain.008.002.01}PaymentTypeInformationSDD"/> <element name="ReqdColltnDt" type="{urn:swift:xsd:$pain.008.002.01}ISODate"/> <element name="Cdtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD2"/> <element name="CdtrAcct" type="{urn:swift:xsd:$pain.008.002.01}CashAccountSDD1"/> <element name="CdtrAgt" type="{urn:swift:xsd:$pain.008.002.01}BranchAndFinancialInstitutionIdentificationSDD1"/> <element name="UltmtCdtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD1" minOccurs="0"/> <element name="ChrgBr" type="{urn:swift:xsd:$pain.008.002.01}ChargeBearerTypeSDDCode" minOccurs="0"/> <element name="DrctDbtTxInf" type="{urn:swift:xsd:$pain.008.002.01}DirectDebitTransactionInformationSDD" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentificationSDD2
protected CashAccountSDD1
protected ChargeBearerTypeSDDCode
protected List
<DirectDebitTransactionInformationSDD> protected String
protected PaymentMethod2Code
protected PaymentTypeInformationSDD
protected XMLGregorianCalendar
protected PartyIdentificationSDD1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCdtr()
Gets the value of the cdtr property.Gets the value of the cdtrAcct property.Gets the value of the cdtrAgt property.Gets the value of the chrgBr property.Gets the value of the drctDbtTxInf property.Gets the value of the pmtInfId property.Gets the value of the pmtMtd property.Gets the value of the pmtTpInf property.Gets the value of the reqdColltnDt property.Gets the value of the ultmtCdtr property.void
setCdtr
(PartyIdentificationSDD2 value) Sets the value of the cdtr property.void
setCdtrAcct
(CashAccountSDD1 value) Sets the value of the cdtrAcct property.void
Sets the value of the cdtrAgt property.void
setChrgBr
(ChargeBearerTypeSDDCode value) Sets the value of the chrgBr property.void
setPmtInfId
(String value) Sets the value of the pmtInfId property.void
setPmtMtd
(PaymentMethod2Code value) Sets the value of the pmtMtd property.void
Sets the value of the pmtTpInf property.void
Sets the value of the reqdColltnDt property.void
Sets the value of the ultmtCdtr property.
-
Field Details
-
pmtInfId
-
pmtMtd
-
pmtTpInf
-
reqdColltnDt
-
cdtr
-
cdtrAcct
-
cdtrAgt
-
ultmtCdtr
-
chrgBr
-
drctDbtTxInf
-
-
Constructor Details
-
PaymentInstructionInformationSDD
public PaymentInstructionInformationSDD()
-
-
Method Details
-
getPmtInfId
Gets the value of the pmtInfId property.- Returns:
- possible object is
String
-
setPmtInfId
Sets the value of the pmtInfId property.- Parameters:
value
- allowed object isString
-
getPmtMtd
Gets the value of the pmtMtd property.- Returns:
- possible object is
PaymentMethod2Code
-
setPmtMtd
Sets the value of the pmtMtd property.- Parameters:
value
- allowed object isPaymentMethod2Code
-
getPmtTpInf
Gets the value of the pmtTpInf property.- Returns:
- possible object is
PaymentTypeInformationSDD
-
setPmtTpInf
Sets the value of the pmtTpInf property.- Parameters:
value
- allowed object isPaymentTypeInformationSDD
-
getReqdColltnDt
Gets the value of the reqdColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReqdColltnDt
Sets the value of the reqdColltnDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCdtr
Gets the value of the cdtr property.- Returns:
- possible object is
PartyIdentificationSDD2
-
setCdtr
Sets the value of the cdtr property.- Parameters:
value
- allowed object isPartyIdentificationSDD2
-
getCdtrAcct
Gets the value of the cdtrAcct property.- Returns:
- possible object is
CashAccountSDD1
-
setCdtrAcct
Sets the value of the cdtrAcct property.- Parameters:
value
- allowed object isCashAccountSDD1
-
getCdtrAgt
Gets the value of the cdtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSDD1
-
setCdtrAgt
Sets the value of the cdtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentificationSDD1
-
getUltmtCdtr
Gets the value of the ultmtCdtr property.- Returns:
- possible object is
PartyIdentificationSDD1
-
setUltmtCdtr
Sets the value of the ultmtCdtr property.- Parameters:
value
- allowed object isPartyIdentificationSDD1
-
getChrgBr
Gets the value of the chrgBr property.- Returns:
- possible object is
ChargeBearerTypeSDDCode
-
setChrgBr
Sets the value of the chrgBr property.- Parameters:
value
- allowed object isChargeBearerTypeSDDCode
-
getDrctDbtTxInf
Gets the value of the drctDbtTxInf property.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 drctDbtTxInf property.For example, to add a new item, do as follows:
getDrctDbtTxInf().add(newItem);
Objects of the following type(s) are allowed in the list
DirectDebitTransactionInformationSDD
-