Class ATMContext20
java.lang.Object
org.coderic.iso20022.messages.caam.ATMContext20
Java class for ATMContext20 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMContext20"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SsnRef" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/> <element name="Svc" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMService24"/> </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
(ATMService24 value) Sets the value of the svc property.
-
Constructor Details
-
ATMContext20
public ATMContext20()
-
-
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
ATMService24
-
setSvc
Sets the value of the svc property.- Parameters:
value
- allowed object isATMService24
-