Class ConnectionTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.ConnectionTCH
Java class for Connection_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Connection_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CnnctnId" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}Max20AlphaNumericText" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cnnctnId property.
-
Field Details
-
cnnctnId
-
-
Constructor Details
-
ConnectionTCH
public ConnectionTCH()
-
-
Method Details
-
getCnnctnId
Gets the value of the cnnctnId 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 cnnctnId property.For example, to add a new item, do as follows:
getCnnctnId().add(newItem);
Objects of the following type(s) are allowed in the list
String
-