Class ATMTransaction28
java.lang.Object
org.coderic.iso20022.messages.caam.ATMTransaction28
Java class for ATMTransaction28 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMTransaction28"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}TransactionIdentifier1" minOccurs="0"/> <element name="Rspn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Response2Code"/> <element name="Cmd" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMCommand7" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCmd()
Gets the value of the cmd property.getRspn()
Gets the value of the rspn property.getTxId()
Gets the value of the txId property.void
setRspn
(Response2Code value) Sets the value of the rspn property.void
setTxId
(TransactionIdentifier1 value) Sets the value of the txId property.
-
Constructor Details
-
ATMTransaction28
public ATMTransaction28()
-
-
Method Details
-
getTxId
Gets the value of the txId property.- Returns:
- possible object is
TransactionIdentifier1
-
setTxId
Sets the value of the txId property.- Parameters:
value
- allowed object isTransactionIdentifier1
-
getRspn
Gets the value of the rspn property.- Returns:
- possible object is
Response2Code
-
setRspn
Sets the value of the rspn property.- Parameters:
value
- allowed object isResponse2Code
-
getCmd
Gets the value of the cmd property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the cmd property.For example, to add a new item, do as follows:
getCmd().add(newItem);
Objects of the following type(s) are allowed in the list
ATMCommand7
-