Class ATMEnvironment12
java.lang.Object
org.coderic.iso20022.messages.catp.ATMEnvironment12
Java class for ATMEnvironment12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMEnvironment12"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Acqrr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Acquirer7" minOccurs="0"/> <element name="ATMMgr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Acquirer8" minOccurs="0"/> <element name="HstgNtty" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}TerminalHosting1" minOccurs="0"/> <element name="ATM" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AutomatedTellerMachine2"/> <element name="Cstmr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMCustomer5"/> <element name="PrtctdCardData" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ContentInformationType10" minOccurs="0"/> <element name="PlainCardData" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}PlainCardData19" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAcqrr()
Gets the value of the acqrr property.getATM()
Gets the value of the atm property.Gets the value of the atmMgr property.getCstmr()
Gets the value of the cstmr property.Gets the value of the hstgNtty property.Gets the value of the plainCardData property.Gets the value of the prtctdCardData property.void
Sets the value of the acqrr property.void
setATM
(AutomatedTellerMachine2 value) Sets the value of the atm property.void
Sets the value of the atmMgr property.void
setCstmr
(ATMCustomer5 value) Sets the value of the cstmr property.void
setHstgNtty
(TerminalHosting1 value) Sets the value of the hstgNtty property.void
setPlainCardData
(PlainCardData19 value) Sets the value of the plainCardData property.void
Sets the value of the prtctdCardData property.
-
Constructor Details
-
ATMEnvironment12
public ATMEnvironment12()
-
-
Method Details
-
getAcqrr
Gets the value of the acqrr property.- Returns:
- possible object is
Acquirer7
-
setAcqrr
Sets the value of the acqrr property.- Parameters:
value
- allowed object isAcquirer7
-
getATMMgr
Gets the value of the atmMgr property.- Returns:
- possible object is
Acquirer8
-
setATMMgr
Sets the value of the atmMgr property.- Parameters:
value
- allowed object isAcquirer8
-
getHstgNtty
Gets the value of the hstgNtty property.- Returns:
- possible object is
TerminalHosting1
-
setHstgNtty
Sets the value of the hstgNtty property.- Parameters:
value
- allowed object isTerminalHosting1
-
getATM
Gets the value of the atm property.- Returns:
- possible object is
AutomatedTellerMachine2
-
setATM
Sets the value of the atm property.- Parameters:
value
- allowed object isAutomatedTellerMachine2
-
getCstmr
Gets the value of the cstmr property.- Returns:
- possible object is
ATMCustomer5
-
setCstmr
Sets the value of the cstmr property.- Parameters:
value
- allowed object isATMCustomer5
-
getPrtctdCardData
Gets the value of the prtctdCardData property.- Returns:
- possible object is
ContentInformationType10
-
setPrtctdCardData
Sets the value of the prtctdCardData property.- Parameters:
value
- allowed object isContentInformationType10
-
getPlainCardData
Gets the value of the plainCardData property.- Returns:
- possible object is
PlainCardData19
-
setPlainCardData
Sets the value of the plainCardData property.- Parameters:
value
- allowed object isPlainCardData19
-