Class Environment27
java.lang.Object
org.coderic.iso20022.messages.casr.Environment27
Java class for Environment27 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Environment27">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SttlmInstn" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}PartyIdentification263" minOccurs="0"/>
<element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}PartyIdentification263" minOccurs="0"/>
<element name="Sndr" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}PartyIdentification263" minOccurs="0"/>
<element name="Rcvr" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}PartyIdentification263" minOccurs="0"/>
<element name="Dstn" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}PartyIdentification263" minOccurs="0"/>
<element name="FI" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}FinancialInstitution6" minOccurs="0"/>
<element name="OthrInstn" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}PartyIdentification258" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDstn()Gets the value of the dstn property.getFI()Gets the value of the fi property.getOrgtr()Gets the value of the orgtr property.Gets the value of the othrInstn property.getRcvr()Gets the value of the rcvr property.getSndr()Gets the value of the sndr property.Gets the value of the sttlmInstn property.voidsetDstn(PartyIdentification263 value) Sets the value of the dstn property.voidsetFI(FinancialInstitution6 value) Sets the value of the fi property.voidsetOrgtr(PartyIdentification263 value) Sets the value of the orgtr property.voidSets the value of the othrInstn property.voidsetRcvr(PartyIdentification263 value) Sets the value of the rcvr property.voidsetSndr(PartyIdentification263 value) Sets the value of the sndr property.voidSets the value of the sttlmInstn property.
-
Constructor Details
-
Environment27
public Environment27()
-
-
Method Details
-
getSttlmInstn
Gets the value of the sttlmInstn property.- Returns:
- possible object is
PartyIdentification263
-
setSttlmInstn
Sets the value of the sttlmInstn property.- Parameters:
value- allowed object isPartyIdentification263
-
getOrgtr
Gets the value of the orgtr property.- Returns:
- possible object is
PartyIdentification263
-
setOrgtr
Sets the value of the orgtr property.- Parameters:
value- allowed object isPartyIdentification263
-
getSndr
Gets the value of the sndr property.- Returns:
- possible object is
PartyIdentification263
-
setSndr
Sets the value of the sndr property.- Parameters:
value- allowed object isPartyIdentification263
-
getRcvr
Gets the value of the rcvr property.- Returns:
- possible object is
PartyIdentification263
-
setRcvr
Sets the value of the rcvr property.- Parameters:
value- allowed object isPartyIdentification263
-
getDstn
Gets the value of the dstn property.- Returns:
- possible object is
PartyIdentification263
-
setDstn
Sets the value of the dstn property.- Parameters:
value- allowed object isPartyIdentification263
-
getFI
Gets the value of the fi property.- Returns:
- possible object is
FinancialInstitution6
-
setFI
Sets the value of the fi property.- Parameters:
value- allowed object isFinancialInstitution6
-
getOthrInstn
Gets the value of the othrInstn property.- Returns:
- possible object is
PartyIdentification258
-
setOthrInstn
Sets the value of the othrInstn property.- Parameters:
value- allowed object isPartyIdentification258
-