Class Environment29
java.lang.Object
org.coderic.iso20022.messages.cain.Environment29
Java class for Environment29 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Environment29"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Acqrr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyIdentification263"/> <element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyIdentification263" minOccurs="0"/> <element name="Sndr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyIdentification263" minOccurs="0"/> <element name="Rcvr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyIdentification263" minOccurs="0"/> <element name="Accptr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyIdentification258" minOccurs="0"/> <element name="Dstn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyIdentification263" minOccurs="0"/> <element name="Termnl" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Terminal6" minOccurs="0"/> <element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}PartyIdentification263" minOccurs="0"/> <element name="Card" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}CardData10"/> <element name="Tkn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.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.Gets the value of the termnl property.getTkn()
Gets the value of the tkn property.void
setAccptr
(PartyIdentification258 value) Sets the value of the accptr property.void
setAcqrr
(PartyIdentification263 value) Sets the value of the acqrr property.void
setCard
(CardData10 value) 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 termnl property.void
Sets the value of the tkn property.
-
Constructor Details
-
Environment29
public Environment29()
-
-
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
PartyIdentification258
-
setAccptr
Sets the value of the accptr property.- Parameters:
value
- allowed object isPartyIdentification258
-
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
-
getTermnl
Gets the value of the termnl property.- Returns:
- possible object is
Terminal6
-
setTermnl
Sets the value of the termnl property.- Parameters:
value
- allowed object isTerminal6
-
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
CardData10
-
setCard
Sets the value of the card property.- Parameters:
value
- allowed object isCardData10
-
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
-