Class ATMMessageFunction2
java.lang.Object
org.coderic.iso20022.messages.catp.ATMMessageFunction2
Java class for ATMMessageFunction2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMMessageFunction2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Fctn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}MessageFunction11Code"/> <element name="ATMSvcCd" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="HstSvcCd" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atmSvcCd property.getFctn()
Gets the value of the fctn property.Gets the value of the hstSvcCd property.void
setATMSvcCd
(String value) Sets the value of the atmSvcCd property.void
setFctn
(MessageFunction11Code value) Sets the value of the fctn property.void
setHstSvcCd
(String value) Sets the value of the hstSvcCd property.
-
Constructor Details
-
ATMMessageFunction2
public ATMMessageFunction2()
-
-
Method Details
-
getFctn
Gets the value of the fctn property.- Returns:
- possible object is
MessageFunction11Code
-
setFctn
Sets the value of the fctn property.- Parameters:
value
- allowed object isMessageFunction11Code
-
getATMSvcCd
Gets the value of the atmSvcCd property.- Returns:
- possible object is
String
-
setATMSvcCd
Sets the value of the atmSvcCd property.- Parameters:
value
- allowed object isString
-
getHstSvcCd
Gets the value of the hstSvcCd property.- Returns:
- possible object is
String
-
setHstSvcCd
Sets the value of the hstSvcCd property.- Parameters:
value
- allowed object isString
-