Class MessageAndBusinessReference10

java.lang.Object
org.coderic.iso20022.messages.setr.MessageAndBusinessReference10

public class MessageAndBusinessReference10 extends Object

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 Details

    • MessageAndBusinessReference10

      public MessageAndBusinessReference10()
  • Method Details

    • getRef

      public References62Choice getRef()
      Gets the value of the ref property.
      Returns:
      possible object is References62Choice
    • setRef

      public void setRef(References62Choice value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is References62Choice
    • getRltdRef

      public AdditionalReference8 getRltdRef()
      Gets the value of the rltdRef property.
      Returns:
      possible object is AdditionalReference8
    • setRltdRef

      public void setRltdRef(AdditionalReference8 value)
      Sets the value of the rltdRef property.
      Parameters:
      value - allowed object is AdditionalReference8
    • getOrdrRef

      public List<InvestmentFundOrder8> 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