Class MessageAndBusinessReference10
java.lang.Object
org.coderic.iso20022.messages.setr.MessageAndBusinessReference10
Java class for MessageAndBusinessReference10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageAndBusinessReference10"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}References62Choice" minOccurs="0"/> <element name="RltdRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}AdditionalReference8" minOccurs="0"/> <element name="OrdrRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}InvestmentFundOrder8" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ordrRef property.getRef()
Gets the value of the ref property.Gets the value of the rltdRef property.void
setRef
(References62Choice value) Sets the value of the ref property.void
setRltdRef
(AdditionalReference8 value) Sets the value of the rltdRef property.
-
Constructor Details
-
MessageAndBusinessReference10
public MessageAndBusinessReference10()
-
-
Method Details
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
References62Choice
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isReferences62Choice
-
getRltdRef
Gets the value of the rltdRef property.- Returns:
- possible object is
AdditionalReference8
-
setRltdRef
Sets the value of the rltdRef property.- Parameters:
value
- allowed object isAdditionalReference8
-
getOrdrRef
Gets the value of the ordrRef 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 ordrRef property.For example, to add a new item, do as follows:
getOrdrRef().add(newItem);
Objects of the following type(s) are allowed in the list
InvestmentFundOrder8
-