Class AutomatedTellerMachine3
java.lang.Object
org.coderic.iso20022.messages.caam.AutomatedTellerMachine3
Java class for AutomatedTellerMachine3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomatedTellerMachine3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text"/> <element name="AddtlId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/> <element name="Lctn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}PostalAddress17" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlId 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
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
-
AutomatedTellerMachine3
public AutomatedTellerMachine3()
-
-
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
-
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
-