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

    • InvestmentFundOrder8

      public InvestmentFundOrder8()
  • Method Details

    • getMstrRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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