Class InvestmentAccount58

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

public class InvestmentAccount58 extends Object

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 Details

    • InvestmentAccount58

      public InvestmentAccount58()
  • Method Details

    • getAcctId

      public String getAcctId()
      Gets the value of the acctId property.
      Returns:
      possible object is String
    • setAcctId

      public void setAcctId(String value)
      Sets the value of the acctId property.
      Parameters:
      value - allowed object is String
    • getAcctNm

      public String getAcctNm()
      Gets the value of the acctNm property.
      Returns:
      possible object is String
    • setAcctNm

      public void setAcctNm(String value)
      Sets the value of the acctNm property.
      Parameters:
      value - allowed object is String
    • getAcctDsgnt

      public String getAcctDsgnt()
      Gets the value of the acctDsgnt property.
      Returns:
      possible object is String
    • setAcctDsgnt

      public void setAcctDsgnt(String value)
      Sets the value of the acctDsgnt property.
      Parameters:
      value - allowed object is String
    • getOwnrId

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

      public PartyIdentification113 getAcctSvcr()
      Gets the value of the acctSvcr property.
      Returns:
      possible object is PartyIdentification113
    • setAcctSvcr

      public void setAcctSvcr(PartyIdentification113 value)
      Sets the value of the acctSvcr property.
      Parameters:
      value - allowed object is PartyIdentification113
    • getOrdrOrgtrElgblty

      public OrderOriginatorEligibility1Code getOrdrOrgtrElgblty()
      Gets the value of the ordrOrgtrElgblty property.
      Returns:
      possible object is OrderOriginatorEligibility1Code
    • setOrdrOrgtrElgblty

      public void setOrdrOrgtrElgblty(OrderOriginatorEligibility1Code value)
      Sets the value of the ordrOrgtrElgblty property.
      Parameters:
      value - allowed object is OrderOriginatorEligibility1Code
    • getSubAcctDtls

      public SubAccount6 getSubAcctDtls()
      Gets the value of the subAcctDtls property.
      Returns:
      possible object is SubAccount6
    • setSubAcctDtls

      public void setSubAcctDtls(SubAccount6 value)
      Sets the value of the subAcctDtls property.
      Parameters:
      value - allowed object is SubAccount6