Class Environment33
java.lang.Object
org.coderic.iso20022.messages.caad.Environment33
Java class for Environment33 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Environment33"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}PartyIdentification263" minOccurs="0"/> <element name="Sndr" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}PartyIdentification263" minOccurs="0"/> <element name="Rcvr" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}PartyIdentification263" minOccurs="0"/> <element name="Dstn" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}PartyIdentification263" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDstn()
Gets the value of the dstn property.getOrgtr()
Gets the value of the orgtr property.getRcvr()
Gets the value of the rcvr property.getSndr()
Gets the value of the sndr property.void
setDstn
(PartyIdentification263 value) Sets the value of the dstn property.void
setOrgtr
(PartyIdentification263 value) Sets the value of the orgtr property.void
setRcvr
(PartyIdentification263 value) Sets the value of the rcvr property.void
setSndr
(PartyIdentification263 value) Sets the value of the sndr property.
-
Constructor Details
-
Environment33
public Environment33()
-
-
Method Details
-
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
-