Class Environment28
java.lang.Object
org.coderic.iso20022.messages.cafr.Environment28
Java class for Environment28 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Environment28"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Acqrr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}PartyIdentification263" minOccurs="0"/> <element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}PartyIdentification263" minOccurs="0"/> <element name="Sndr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}PartyIdentification263" minOccurs="0"/> <element name="Rcvr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}PartyIdentification263" minOccurs="0"/> <element name="Dstn" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}PartyIdentification263" minOccurs="0"/> <element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}PartyIdentification263" minOccurs="0"/> <element name="Card" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}CardData8" minOccurs="0"/> <element name="Tkn" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Token2" minOccurs="0"/> <element name="Crdhldr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Cardholder19" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAcqrr()
Gets the value of the acqrr property.getCard()
Gets the value of the card property.Gets the value of the crdhldr 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
setAcqrr
(PartyIdentification263 value) Sets the value of the acqrr property.void
Sets the value of the card property.void
setCrdhldr
(Cardholder19 value) Sets the value of the crdhldr 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
-
Environment28
public Environment28()
-
-
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
-
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
CardData8
-
setCard
Sets the value of the card property.- Parameters:
value
- allowed object isCardData8
-
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
-
getCrdhldr
Gets the value of the crdhldr property.- Returns:
- possible object is
Cardholder19
-
setCrdhldr
Sets the value of the crdhldr property.- Parameters:
value
- allowed object isCardholder19
-