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