Class InvestmentFundOrder8
java.lang.Object
org.coderic.iso20022.messages.setr.InvestmentFundOrder8
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clntRef property.Gets the value of the cxlRef property.Gets the value of the dealRef property.Gets the value of the finInstrmDtls property.Gets the value of the invstmtAcctDtls property.Gets the value of the mstrRef property.Gets the value of the ordrRef property.void
setClntRef
(String value) Sets the value of the clntRef property.void
Sets the value of the cxlRef property.void
setDealRef
(String value) Sets the value of the dealRef property.void
Sets the value of the finInstrmDtls property.void
Sets the value of the invstmtAcctDtls property.void
setMstrRef
(String value) Sets the value of the mstrRef property.void
setOrdrRef
(String value) Sets the value of the ordrRef property.
-
Constructor Details
-
InvestmentFundOrder8
public InvestmentFundOrder8()
-
-
Method Details
-
getMstrRef
Gets the value of the mstrRef property.- Returns:
- possible object is
String
-
setMstrRef
Sets the value of the mstrRef property.- Parameters:
value
- allowed object isString
-
getOrdrRef
Gets the value of the ordrRef property.- Returns:
- possible object is
String
-
setOrdrRef
Sets the value of the ordrRef property.- Parameters:
value
- allowed object isString
-
getClntRef
Gets the value of the clntRef property.- Returns:
- possible object is
String
-
setClntRef
Sets the value of the clntRef property.- Parameters:
value
- allowed object isString
-
getCxlRef
Gets the value of the cxlRef property.- Returns:
- possible object is
String
-
setCxlRef
Sets the value of the cxlRef property.- Parameters:
value
- allowed object isString
-
getDealRef
Gets the value of the dealRef property.- Returns:
- possible object is
String
-
setDealRef
Sets the value of the dealRef property.- Parameters:
value
- allowed object isString
-
getInvstmtAcctDtls
Gets the value of the invstmtAcctDtls property.- Returns:
- possible object is
InvestmentAccount58
-
setInvstmtAcctDtls
Sets the value of the invstmtAcctDtls property.- Parameters:
value
- allowed object isInvestmentAccount58
-
getFinInstrmDtls
Gets the value of the finInstrmDtls property.- Returns:
- possible object is
FinancialInstrument57
-
setFinInstrmDtls
Sets the value of the finInstrmDtls property.- Parameters:
value
- allowed object isFinancialInstrument57
-