package org.kapott.hbci.sepa.jaxb.pain_002_002_02; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; /** * <p>Java class for OriginalTransactionReferenceSEPA complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="OriginalTransactionReferenceSEPA"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="Amt" type="{urn:swift:xsd:$pain.002.002.02}AmountTypeSEPA" minOccurs="0"/> * <choice> * <element name="ReqdExctnDt" type="{urn:swift:xsd:$pain.002.002.02}ISODate" minOccurs="0"/> * <element name="ReqdColltnDt" type="{urn:swift:xsd:$pain.002.002.02}ISODate" minOccurs="0"/> * </choice> * <element name="CdtrSchmeId" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA2" minOccurs="0"/> * <element name="PmtTpInf" type="{urn:swift:xsd:$pain.002.002.02}PaymentTypeInformationSEPA" minOccurs="0"/> * <element name="PmtMtd" type="{urn:swift:xsd:$pain.002.002.02}PaymentMethodSEPACode" minOccurs="0"/> * <element name="MndtRltdInf" type="{urn:swift:xsd:$pain.002.002.02}MandateRelatedInformationSEPA" minOccurs="0"/> * <element name="RmtInf" type="{urn:swift:xsd:$pain.002.002.02}RemittanceInformationSEPAChoice" minOccurs="0"/> * <element name="UltmtDbtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA4" minOccurs="0"/> * <element name="Dbtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA5" minOccurs="0"/> * <element name="DbtrAcct" type="{urn:swift:xsd:$pain.002.002.02}CashAccountSEPA1" minOccurs="0"/> * <element name="DbtrAgt" type="{urn:swift:xsd:$pain.002.002.02}BranchAndFinancialInstitutionIdentificationSEPA1" minOccurs="0"/> * <element name="CdtrAgt" type="{urn:swift:xsd:$pain.002.002.02}BranchAndFinancialInstitutionIdentificationSEPA1" minOccurs="0"/> * <element name="Cdtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA5" minOccurs="0"/> * <element name="CdtrAcct" type="{urn:swift:xsd:$pain.002.002.02}CashAccountSEPA1" minOccurs="0"/> * <element name="UltmtCdtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA4" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "OriginalTransactionReferenceSEPA", namespace = "urn:swift:xsd:$pain.002.002.02", propOrder = { "amt", "reqdExctnDt", "reqdColltnDt", "cdtrSchmeId", "pmtTpInf", "pmtMtd", "mndtRltdInf", "rmtInf", "ultmtDbtr", "dbtr", "dbtrAcct", "dbtrAgt", "cdtrAgt", "cdtr", "cdtrAcct", "ultmtCdtr" }) public class OriginalTransactionReferenceSEPA { @XmlElement(name = "Amt", namespace = "urn:swift:xsd:$pain.002.002.02") protected AmountTypeSEPA amt; @XmlElement(name = "ReqdExctnDt", namespace = "urn:swift:xsd:$pain.002.002.02") protected XMLGregorianCalendar reqdExctnDt; @XmlElement(name = "ReqdColltnDt", namespace = "urn:swift:xsd:$pain.002.002.02") protected XMLGregorianCalendar reqdColltnDt; @XmlElement(name = "CdtrSchmeId", namespace = "urn:swift:xsd:$pain.002.002.02") protected PartyIdentificationSEPA2 cdtrSchmeId; @XmlElement(name = "PmtTpInf", namespace = "urn:swift:xsd:$pain.002.002.02") protected PaymentTypeInformationSEPA pmtTpInf; @XmlElement(name = "PmtMtd", namespace = "urn:swift:xsd:$pain.002.002.02") protected PaymentMethodSEPACode pmtMtd; @XmlElement(name = "MndtRltdInf", namespace = "urn:swift:xsd:$pain.002.002.02") protected MandateRelatedInformationSEPA mndtRltdInf; @XmlElement(name = "RmtInf", namespace = "urn:swift:xsd:$pain.002.002.02") protected RemittanceInformationSEPAChoice rmtInf; @XmlElement(name = "UltmtDbtr", namespace = "urn:swift:xsd:$pain.002.002.02") protected PartyIdentificationSEPA4 ultmtDbtr; @XmlElement(name = "Dbtr", namespace = "urn:swift:xsd:$pain.002.002.02") protected PartyIdentificationSEPA5 dbtr; @XmlElement(name = "DbtrAcct", namespace = "urn:swift:xsd:$pain.002.002.02") protected CashAccountSEPA1 dbtrAcct; @XmlElement(name = "DbtrAgt", namespace = "urn:swift:xsd:$pain.002.002.02") protected BranchAndFinancialInstitutionIdentificationSEPA1 dbtrAgt; @XmlElement(name = "CdtrAgt", namespace = "urn:swift:xsd:$pain.002.002.02") protected BranchAndFinancialInstitutionIdentificationSEPA1 cdtrAgt; @XmlElement(name = "Cdtr", namespace = "urn:swift:xsd:$pain.002.002.02") protected PartyIdentificationSEPA5 cdtr; @XmlElement(name = "CdtrAcct", namespace = "urn:swift:xsd:$pain.002.002.02") protected CashAccountSEPA1 cdtrAcct; @XmlElement(name = "UltmtCdtr", namespace = "urn:swift:xsd:$pain.002.002.02") protected PartyIdentificationSEPA4 ultmtCdtr; /** * Gets the value of the amt property. * * @return * possible object is * {@link AmountTypeSEPA } * */ public AmountTypeSEPA getAmt() { return amt; } /** * Sets the value of the amt property. * * @param value * allowed object is * {@link AmountTypeSEPA } * */ public void setAmt(AmountTypeSEPA value) { this.amt = value; } /** * Gets the value of the reqdExctnDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getReqdExctnDt() { return reqdExctnDt; } /** * Sets the value of the reqdExctnDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setReqdExctnDt(XMLGregorianCalendar value) { this.reqdExctnDt = value; } /** * Gets the value of the reqdColltnDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getReqdColltnDt() { return reqdColltnDt; } /** * Sets the value of the reqdColltnDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setReqdColltnDt(XMLGregorianCalendar value) { this.reqdColltnDt = value; } /** * Gets the value of the cdtrSchmeId property. * * @return * possible object is * {@link PartyIdentificationSEPA2 } * */ public PartyIdentificationSEPA2 getCdtrSchmeId() { return cdtrSchmeId; } /** * Sets the value of the cdtrSchmeId property. * * @param value * allowed object is * {@link PartyIdentificationSEPA2 } * */ public void setCdtrSchmeId(PartyIdentificationSEPA2 value) { this.cdtrSchmeId = value; } /** * Gets the value of the pmtTpInf property. * * @return * possible object is * {@link PaymentTypeInformationSEPA } * */ public PaymentTypeInformationSEPA getPmtTpInf() { return pmtTpInf; } /** * Sets the value of the pmtTpInf property. * * @param value * allowed object is * {@link PaymentTypeInformationSEPA } * */ public void setPmtTpInf(PaymentTypeInformationSEPA value) { this.pmtTpInf = value; } /** * Gets the value of the pmtMtd property. * * @return * possible object is * {@link PaymentMethodSEPACode } * */ public PaymentMethodSEPACode getPmtMtd() { return pmtMtd; } /** * Sets the value of the pmtMtd property. * * @param value * allowed object is * {@link PaymentMethodSEPACode } * */ public void setPmtMtd(PaymentMethodSEPACode value) { this.pmtMtd = value; } /** * Gets the value of the mndtRltdInf property. * * @return * possible object is * {@link MandateRelatedInformationSEPA } * */ public MandateRelatedInformationSEPA getMndtRltdInf() { return mndtRltdInf; } /** * Sets the value of the mndtRltdInf property. * * @param value * allowed object is * {@link MandateRelatedInformationSEPA } * */ public void setMndtRltdInf(MandateRelatedInformationSEPA value) { this.mndtRltdInf = value; } /** * Gets the value of the rmtInf property. * * @return * possible object is * {@link RemittanceInformationSEPAChoice } * */ public RemittanceInformationSEPAChoice getRmtInf() { return rmtInf; } /** * Sets the value of the rmtInf property. * * @param value * allowed object is * {@link RemittanceInformationSEPAChoice } * */ public void setRmtInf(RemittanceInformationSEPAChoice value) { this.rmtInf = value; } /** * Gets the value of the ultmtDbtr property. * * @return * possible object is * {@link PartyIdentificationSEPA4 } * */ public PartyIdentificationSEPA4 getUltmtDbtr() { return ultmtDbtr; } /** * Sets the value of the ultmtDbtr property. * * @param value * allowed object is * {@link PartyIdentificationSEPA4 } * */ public void setUltmtDbtr(PartyIdentificationSEPA4 value) { this.ultmtDbtr = value; } /** * Gets the value of the dbtr property. * * @return * possible object is * {@link PartyIdentificationSEPA5 } * */ public PartyIdentificationSEPA5 getDbtr() { return dbtr; } /** * Sets the value of the dbtr property. * * @param value * allowed object is * {@link PartyIdentificationSEPA5 } * */ public void setDbtr(PartyIdentificationSEPA5 value) { this.dbtr = value; } /** * Gets the value of the dbtrAcct property. * * @return * possible object is * {@link CashAccountSEPA1 } * */ public CashAccountSEPA1 getDbtrAcct() { return dbtrAcct; } /** * Sets the value of the dbtrAcct property. * * @param value * allowed object is * {@link CashAccountSEPA1 } * */ public void setDbtrAcct(CashAccountSEPA1 value) { this.dbtrAcct = value; } /** * Gets the value of the dbtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentificationSEPA1 } * */ public BranchAndFinancialInstitutionIdentificationSEPA1 getDbtrAgt() { return dbtrAgt; } /** * Sets the value of the dbtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentificationSEPA1 } * */ public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value) { this.dbtrAgt = value; } /** * Gets the value of the cdtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentificationSEPA1 } * */ public BranchAndFinancialInstitutionIdentificationSEPA1 getCdtrAgt() { return cdtrAgt; } /** * Sets the value of the cdtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentificationSEPA1 } * */ public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value) { this.cdtrAgt = value; } /** * Gets the value of the cdtr property. * * @return * possible object is * {@link PartyIdentificationSEPA5 } * */ public PartyIdentificationSEPA5 getCdtr() { return cdtr; } /** * Sets the value of the cdtr property. * * @param value * allowed object is * {@link PartyIdentificationSEPA5 } * */ public void setCdtr(PartyIdentificationSEPA5 value) { this.cdtr = value; } /** * Gets the value of the cdtrAcct property. * * @return * possible object is * {@link CashAccountSEPA1 } * */ public CashAccountSEPA1 getCdtrAcct() { return cdtrAcct; } /** * Sets the value of the cdtrAcct property. * * @param value * allowed object is * {@link CashAccountSEPA1 } * */ public void setCdtrAcct(CashAccountSEPA1 value) { this.cdtrAcct = value; } /** * Gets the value of the ultmtCdtr property. * * @return * possible object is * {@link PartyIdentificationSEPA4 } * */ public PartyIdentificationSEPA4 getUltmtCdtr() { return ultmtCdtr; } /** * Sets the value of the ultmtCdtr property. * * @param value * allowed object is * {@link PartyIdentificationSEPA4 } * */ public void setUltmtCdtr(PartyIdentificationSEPA4 value) { this.ultmtCdtr = value; } }