Class ATMService23
java.lang.Object
org.coderic.iso20022.messages.catp.ATMService23
Java class for ATMService23 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMService23"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SvcRef" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <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"/> <element name="SvcTp" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMServiceType9Code"/> <element name="SvcVarntId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atmSvcCd property.Gets the value of the hstSvcCd property.Gets the value of the svcRef property.getSvcTp()
Gets the value of the svcTp property.Gets the value of the svcVarntId property.void
setATMSvcCd
(String value) Sets the value of the atmSvcCd property.void
setHstSvcCd
(String value) Sets the value of the hstSvcCd property.void
Sets the value of the svcRef property.void
setSvcTp
(ATMServiceType9Code value) Sets the value of the svcTp property.
-
Constructor Details
-
ATMService23
public ATMService23()
-
-
Method Details
-
getSvcRef
Gets the value of the svcRef property.- Returns:
- possible object is
String
-
setSvcRef
Sets the value of the svcRef property.- Parameters:
value
- allowed object isString
-
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
-
getSvcTp
Gets the value of the svcTp property.- Returns:
- possible object is
ATMServiceType9Code
-
setSvcTp
Sets the value of the svcTp property.- Parameters:
value
- allowed object isATMServiceType9Code
-
getSvcVarntId
Gets the value of the svcVarntId 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 svcVarntId property.For example, to add a new item, do as follows:
getSvcVarntId().add(newItem);
Objects of the following type(s) are allowed in the list
String
-