Class References62Choice
Java class for References62Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="References62Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="PrvsRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}AdditionalReference8" maxOccurs="2"/> <element name="OthrRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}AdditionalReference8" maxOccurs="2"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the othrRef property.Gets the value of the prvsRef property.
-
Constructor Details
-
References62Choice
public References62Choice()
-
-
Method Details
-
getPrvsRef
Gets the value of the prvsRef 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 prvsRef property.For example, to add a new item, do as follows:
getPrvsRef().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalReference8
-
getOthrRef
Gets the value of the othrRef 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 othrRef property.For example, to add a new item, do as follows:
getOthrRef().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalReference8
-