Class AutomatedTellerMachine2
java.lang.Object
org.coderic.iso20022.messages.catp.AutomatedTellerMachine2
Java class for AutomatedTellerMachine2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomatedTellerMachine2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text"/> <element name="AddtlId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="BaseCcy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/> <element name="Lctn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}PostalAddress17" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlId property.Gets the value of the baseCcy property.getId()
Gets the value of the id property.getLctn()
Gets the value of the lctn property.getSeqNb()
Gets the value of the seqNb property.void
setAddtlId
(String value) Sets the value of the addtlId property.void
setBaseCcy
(String value) Sets the value of the baseCcy property.void
Sets the value of the id property.void
setLctn
(PostalAddress17 value) Sets the value of the lctn property.void
Sets the value of the seqNb property.
-
Constructor Details
-
AutomatedTellerMachine2
public AutomatedTellerMachine2()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getAddtlId
Gets the value of the addtlId property.- Returns:
- possible object is
String
-
setAddtlId
Sets the value of the addtlId property.- Parameters:
value
- allowed object isString
-
getSeqNb
Gets the value of the seqNb property.- Returns:
- possible object is
String
-
setSeqNb
Sets the value of the seqNb property.- Parameters:
value
- allowed object isString
-
getBaseCcy
Gets the value of the baseCcy property.- Returns:
- possible object is
String
-
setBaseCcy
Sets the value of the baseCcy property.- Parameters:
value
- allowed object isString
-
getLctn
Gets the value of the lctn property.- Returns:
- possible object is
PostalAddress17
-
setLctn
Sets the value of the lctn property.- Parameters:
value
- allowed object isPostalAddress17
-