Class OrganisationIdentification29TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pain_013_001.OrganisationIdentification29TCH
Java class for OrganisationIdentification29_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationIdentification29_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.07}GenericOrganisationIdentification1_TCH" maxOccurs="5"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
othr
-
-
Constructor Details
-
OrganisationIdentification29TCH
public OrganisationIdentification29TCH()
-
-
Method Details
-
getOthr
Gets the value of the othr 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 othr property.For example, to add a new item, do as follows:
getOthr().add(newItem);
Objects of the following type(s) are allowed in the list
GenericOrganisationIdentification1TCH
-