Class Environment23
java.lang.Object
org.coderic.iso20022.messages.cafc.Environment23
Java class for Environment23 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Environment23"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Acqrr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyIdentification263" minOccurs="0"/> <element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyIdentification263" minOccurs="0"/> <element name="Sndr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyIdentification263" minOccurs="0"/> <element name="Rcvr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyIdentification263" minOccurs="0"/> <element name="Accptr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyIdentification255" minOccurs="0"/> <element name="Dstn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyIdentification263" minOccurs="0"/> <element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyIdentification263" minOccurs="0"/> <element name="Card" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}CardData2" minOccurs="0"/> <element name="Tkn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Token2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accptr property.getAcqrr()
Gets the value of the acqrr property.getCard()
Gets the value of the card property.getDstn()
Gets the value of the dstn property.getIssr()
Gets the value of the issr 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.getTkn()
Gets the value of the tkn property.void
setAccptr
(PartyIdentification255 value) Sets the value of the accptr property.void
setAcqrr
(PartyIdentification263 value) Sets the value of the acqrr property.void
Sets the value of the card property.void
setDstn
(PartyIdentification263 value) Sets the value of the dstn property.void
setIssr
(PartyIdentification263 value) Sets the value of the issr 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.void
Sets the value of the tkn property.
-
Constructor Details
-
Environment23
public Environment23()
-
-
Method Details
-
getAcqrr
Gets the value of the acqrr property.- Returns:
- possible object is
PartyIdentification263
-
setAcqrr
Sets the value of the acqrr 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
-
getAccptr
Gets the value of the accptr property.- Returns:
- possible object is
PartyIdentification255
-
setAccptr
Sets the value of the accptr property.- Parameters:
value
- allowed object isPartyIdentification255
-
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
-
getIssr
Gets the value of the issr property.- Returns:
- possible object is
PartyIdentification263
-
setIssr
Sets the value of the issr property.- Parameters:
value
- allowed object isPartyIdentification263
-
getCard
Gets the value of the card property.- Returns:
- possible object is
CardData2
-
setCard
Sets the value of the card property.- Parameters:
value
- allowed object isCardData2
-
getTkn
Gets the value of the tkn property.- Returns:
- possible object is
Token2
-
setTkn
Sets the value of the tkn property.- Parameters:
value
- allowed object isToken2
-