Class InvestmentAccount58
java.lang.Object
org.coderic.iso20022.messages.setr.InvestmentAccount58
Java class for InvestmentAccount58 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestmentAccount58"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcctId" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text"/> <element name="AcctNm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/> <element name="AcctDsgnt" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/> <element name="OwnrId" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}PartyIdentification113" maxOccurs="unbounded" minOccurs="0"/> <element name="AcctSvcr" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}PartyIdentification113" minOccurs="0"/> <element name="OrdrOrgtrElgblty" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}OrderOriginatorEligibility1Code" minOccurs="0"/> <element name="SubAcctDtls" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}SubAccount6" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctDsgnt property.Gets the value of the acctId property.Gets the value of the acctNm property.Gets the value of the acctSvcr property.Gets the value of the ordrOrgtrElgblty property.Gets the value of the ownrId property.Gets the value of the subAcctDtls property.void
setAcctDsgnt
(String value) Sets the value of the acctDsgnt property.void
Sets the value of the acctId property.void
Sets the value of the acctNm property.void
Sets the value of the acctSvcr property.void
Sets the value of the ordrOrgtrElgblty property.void
setSubAcctDtls
(SubAccount6 value) Sets the value of the subAcctDtls property.
-
Constructor Details
-
InvestmentAccount58
public InvestmentAccount58()
-
-
Method Details
-
getAcctId
Gets the value of the acctId property.- Returns:
- possible object is
String
-
setAcctId
Sets the value of the acctId property.- Parameters:
value
- allowed object isString
-
getAcctNm
Gets the value of the acctNm property.- Returns:
- possible object is
String
-
setAcctNm
Sets the value of the acctNm property.- Parameters:
value
- allowed object isString
-
getAcctDsgnt
Gets the value of the acctDsgnt property.- Returns:
- possible object is
String
-
setAcctDsgnt
Sets the value of the acctDsgnt property.- Parameters:
value
- allowed object isString
-
getOwnrId
Gets the value of the ownrId 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 ownrId property.For example, to add a new item, do as follows:
getOwnrId().add(newItem);
Objects of the following type(s) are allowed in the list
PartyIdentification113
-
getAcctSvcr
Gets the value of the acctSvcr property.- Returns:
- possible object is
PartyIdentification113
-
setAcctSvcr
Sets the value of the acctSvcr property.- Parameters:
value
- allowed object isPartyIdentification113
-
getOrdrOrgtrElgblty
Gets the value of the ordrOrgtrElgblty property.- Returns:
- possible object is
OrderOriginatorEligibility1Code
-
setOrdrOrgtrElgblty
Sets the value of the ordrOrgtrElgblty property.- Parameters:
value
- allowed object isOrderOriginatorEligibility1Code
-
getSubAcctDtls
Gets the value of the subAcctDtls property.- Returns:
- possible object is
SubAccount6
-
setSubAcctDtls
Sets the value of the subAcctDtls property.- Parameters:
value
- allowed object isSubAccount6
-