Class ATMCommandParameters1Choice
java.lang.Object
org.coderic.iso20022.messages.catp.ATMCommandParameters1Choice
Java class for ATMCommandParameters1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMCommandParameters1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="ATMReqrdGblSts" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMStatus1Code"/> <element name="XpctdMsgFctn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}MessageFunction8Code"/> <element name="ReqrdCfgtnParam" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMConfigurationParameter1"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atmReqrdGblSts property.Gets the value of the reqrdCfgtnParam property.Gets the value of the xpctdMsgFctn property.void
setATMReqrdGblSts
(ATMStatus1Code value) Sets the value of the atmReqrdGblSts property.void
Sets the value of the reqrdCfgtnParam property.void
Sets the value of the xpctdMsgFctn property.
-
Constructor Details
-
ATMCommandParameters1Choice
public ATMCommandParameters1Choice()
-
-
Method Details
-
getATMReqrdGblSts
Gets the value of the atmReqrdGblSts property.- Returns:
- possible object is
ATMStatus1Code
-
setATMReqrdGblSts
Sets the value of the atmReqrdGblSts property.- Parameters:
value
- allowed object isATMStatus1Code
-
getXpctdMsgFctn
Gets the value of the xpctdMsgFctn property.- Returns:
- possible object is
MessageFunction8Code
-
setXpctdMsgFctn
Sets the value of the xpctdMsgFctn property.- Parameters:
value
- allowed object isMessageFunction8Code
-
getReqrdCfgtnParam
Gets the value of the reqrdCfgtnParam property.- Returns:
- possible object is
ATMConfigurationParameter1
-
setReqrdCfgtnParam
Sets the value of the reqrdCfgtnParam property.- Parameters:
value
- allowed object isATMConfigurationParameter1
-