Class Connection
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.Connection
Java class for Connection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Connection">
<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
-
Connection
public Connection()
-
-
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
setmethod 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
-