Class Terminal6
java.lang.Object
org.coderic.iso20022.messages.cain.Terminal6
Java class for Terminal6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Terminal6"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TermnlId" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}TerminalIdentification3"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the termnlId property.void
Sets the value of the termnlId property.
-
Constructor Details
-
Terminal6
public Terminal6()
-
-
Method Details
-
getTermnlId
Gets the value of the termnlId property.- Returns:
- possible object is
TerminalIdentification3
-
setTermnlId
Sets the value of the termnlId property.- Parameters:
value
- allowed object isTerminalIdentification3
-