Class Report5
Java class for Report5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Report5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NonClrMmb" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentificationAndAccount31" maxOccurs="unbounded" minOccurs="0"/>
<element name="SttlmOblgtnDtls" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SettlementObligation8" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nonClrMmb property.Gets the value of the sttlmOblgtnDtls property.
-
Constructor Details
-
Report5
public Report5()
-
-
Method Details
-
getNonClrMmb
Gets the value of the nonClrMmb 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 nonClrMmb property.For example, to add a new item, do as follows:
getNonClrMmb().add(newItem);Objects of the following type(s) are allowed in the list
PartyIdentificationAndAccount31 -
getSttlmOblgtnDtls
Gets the value of the sttlmOblgtnDtls 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 sttlmOblgtnDtls property.For example, to add a new item, do as follows:
getSttlmOblgtnDtls().add(newItem);Objects of the following type(s) are allowed in the list
SettlementObligation8
-