Class ATMContext19
java.lang.Object
org.coderic.iso20022.messages.catp.ATMContext19
Java class for ATMContext19 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMContext19"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SsnRef" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="Svc" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMService23"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ssnRef property.getSvc()
Gets the value of the svc property.void
Sets the value of the ssnRef property.void
setSvc
(ATMService23 value) Sets the value of the svc property.
-
Constructor Details
-
ATMContext19
public ATMContext19()
-
-
Method Details
-
getSsnRef
Gets the value of the ssnRef property.- Returns:
- possible object is
String
-
setSsnRef
Sets the value of the ssnRef property.- Parameters:
value
- allowed object isString
-
getSvc
Gets the value of the svc property.- Returns:
- possible object is
ATMService23
-
setSvc
Sets the value of the svc property.- Parameters:
value
- allowed object isATMService23
-