org.iso20022.pacs004_001.v11.SettlementInstruction11 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.1
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.09.21 at 06:04:59 PM IST
//
package org.iso20022.pacs004_001.v11;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Provides further details on the settlement of the instruction.
*
* Java class for SettlementInstruction11 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="SettlementInstruction11">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SttlmMtd" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}SettlementMethod1Code"/>
* <element name="SttlmAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="ClrSys" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}ClearingSystemIdentification3Choice" minOccurs="0"/>
* <element name="InstgRmbrsmntAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="InstgRmbrsmntAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="InstdRmbrsmntAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="InstdRmbrsmntAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* <element name="ThrdRmbrsmntAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="ThrdRmbrsmntAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.004.001.11}CashAccount40" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SettlementInstruction11", propOrder = {
"sttlmMtd",
"sttlmAcct",
"clrSys",
"instgRmbrsmntAgt",
"instgRmbrsmntAgtAcct",
"instdRmbrsmntAgt",
"instdRmbrsmntAgtAcct",
"thrdRmbrsmntAgt",
"thrdRmbrsmntAgtAcct"
})
public class SettlementInstruction11 {
@XmlElement(name = "SttlmMtd", required = true)
@XmlSchemaType(name = "string")
protected SettlementMethod1Code sttlmMtd;
@XmlElement(name = "SttlmAcct")
protected CashAccount40 sttlmAcct;
@XmlElement(name = "ClrSys")
protected ClearingSystemIdentification3Choice clrSys;
@XmlElement(name = "InstgRmbrsmntAgt")
protected BranchAndFinancialInstitutionIdentification6 instgRmbrsmntAgt;
@XmlElement(name = "InstgRmbrsmntAgtAcct")
protected CashAccount40 instgRmbrsmntAgtAcct;
@XmlElement(name = "InstdRmbrsmntAgt")
protected BranchAndFinancialInstitutionIdentification6 instdRmbrsmntAgt;
@XmlElement(name = "InstdRmbrsmntAgtAcct")
protected CashAccount40 instdRmbrsmntAgtAcct;
@XmlElement(name = "ThrdRmbrsmntAgt")
protected BranchAndFinancialInstitutionIdentification6 thrdRmbrsmntAgt;
@XmlElement(name = "ThrdRmbrsmntAgtAcct")
protected CashAccount40 thrdRmbrsmntAgtAcct;
/**
* Gets the value of the sttlmMtd property.
*
* @return
* possible object is
* {@link SettlementMethod1Code }
*
*/
public SettlementMethod1Code getSttlmMtd() {
return sttlmMtd;
}
/**
* Sets the value of the sttlmMtd property.
*
* @param value
* allowed object is
* {@link SettlementMethod1Code }
*
*/
public void setSttlmMtd(SettlementMethod1Code value) {
this.sttlmMtd = value;
}
/**
* Gets the value of the sttlmAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getSttlmAcct() {
return sttlmAcct;
}
/**
* Sets the value of the sttlmAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setSttlmAcct(CashAccount40 value) {
this.sttlmAcct = value;
}
/**
* Gets the value of the clrSys property.
*
* @return
* possible object is
* {@link ClearingSystemIdentification3Choice }
*
*/
public ClearingSystemIdentification3Choice getClrSys() {
return clrSys;
}
/**
* Sets the value of the clrSys property.
*
* @param value
* allowed object is
* {@link ClearingSystemIdentification3Choice }
*
*/
public void setClrSys(ClearingSystemIdentification3Choice value) {
this.clrSys = value;
}
/**
* Gets the value of the instgRmbrsmntAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getInstgRmbrsmntAgt() {
return instgRmbrsmntAgt;
}
/**
* Sets the value of the instgRmbrsmntAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setInstgRmbrsmntAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.instgRmbrsmntAgt = value;
}
/**
* Gets the value of the instgRmbrsmntAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getInstgRmbrsmntAgtAcct() {
return instgRmbrsmntAgtAcct;
}
/**
* Sets the value of the instgRmbrsmntAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setInstgRmbrsmntAgtAcct(CashAccount40 value) {
this.instgRmbrsmntAgtAcct = value;
}
/**
* Gets the value of the instdRmbrsmntAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getInstdRmbrsmntAgt() {
return instdRmbrsmntAgt;
}
/**
* Sets the value of the instdRmbrsmntAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setInstdRmbrsmntAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.instdRmbrsmntAgt = value;
}
/**
* Gets the value of the instdRmbrsmntAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getInstdRmbrsmntAgtAcct() {
return instdRmbrsmntAgtAcct;
}
/**
* Sets the value of the instdRmbrsmntAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setInstdRmbrsmntAgtAcct(CashAccount40 value) {
this.instdRmbrsmntAgtAcct = value;
}
/**
* Gets the value of the thrdRmbrsmntAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getThrdRmbrsmntAgt() {
return thrdRmbrsmntAgt;
}
/**
* Sets the value of the thrdRmbrsmntAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setThrdRmbrsmntAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.thrdRmbrsmntAgt = value;
}
/**
* Gets the value of the thrdRmbrsmntAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getThrdRmbrsmntAgtAcct() {
return thrdRmbrsmntAgtAcct;
}
/**
* Sets the value of the thrdRmbrsmntAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setThrdRmbrsmntAgtAcct(CashAccount40 value) {
this.thrdRmbrsmntAgtAcct = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy