Class InvestmentFundOrder8

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

public class InvestmentFundOrder8 extends Object

Java class for InvestmentFundOrder8 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InvestmentFundOrder8">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MstrRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="OrdrRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text"/>
         <element name="ClntRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="CxlRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="DealRef" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="InvstmtAcctDtls" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}InvestmentAccount58" minOccurs="0"/>
         <element name="FinInstrmDtls" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}FinancialInstrument57" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • InvestmentFundOrder8 Link icon

      public InvestmentFundOrder8()
  • Method Details Link icon

    • getMstrRef Link icon

      public String getMstrRef()
      Gets the value of the mstrRef property.
      Returns:
      possible object is String
    • setMstrRef Link icon

      public void setMstrRef(String value)
      Sets the value of the mstrRef property.
      Parameters:
      value - allowed object is String
    • getOrdrRef Link icon

      public String getOrdrRef()
      Gets the value of the ordrRef property.
      Returns:
      possible object is String
    • setOrdrRef Link icon

      public void setOrdrRef(String value)
      Sets the value of the ordrRef property.
      Parameters:
      value - allowed object is String
    • getClntRef Link icon

      public String getClntRef()
      Gets the value of the clntRef property.
      Returns:
      possible object is String
    • setClntRef Link icon

      public void setClntRef(String value)
      Sets the value of the clntRef property.
      Parameters:
      value - allowed object is String
    • getCxlRef Link icon

      public String getCxlRef()
      Gets the value of the cxlRef property.
      Returns:
      possible object is String
    • setCxlRef Link icon

      public void setCxlRef(String value)
      Sets the value of the cxlRef property.
      Parameters:
      value - allowed object is String
    • getDealRef Link icon

      public String getDealRef()
      Gets the value of the dealRef property.
      Returns:
      possible object is String
    • setDealRef Link icon

      public void setDealRef(String value)
      Sets the value of the dealRef property.
      Parameters:
      value - allowed object is String
    • getInvstmtAcctDtls Link icon

      public InvestmentAccount58 getInvstmtAcctDtls()
      Gets the value of the invstmtAcctDtls property.
      Returns:
      possible object is InvestmentAccount58
    • setInvstmtAcctDtls Link icon

      public void setInvstmtAcctDtls(InvestmentAccount58 value)
      Sets the value of the invstmtAcctDtls property.
      Parameters:
      value - allowed object is InvestmentAccount58
    • getFinInstrmDtls Link icon

      public FinancialInstrument57 getFinInstrmDtls()
      Gets the value of the finInstrmDtls property.
      Returns:
      possible object is FinancialInstrument57
    • setFinInstrmDtls Link icon

      public void setFinInstrmDtls(FinancialInstrument57 value)
      Sets the value of the finInstrmDtls property.
      Parameters:
      value - allowed object is FinancialInstrument57