Class BuyInRegulatoryAdviceResponseV01

java.lang.Object
org.coderic.iso20022.messages.sese.BuyInRegulatoryAdviceResponseV01

public class BuyInRegulatoryAdviceResponseV01 extends Object

Java class for BuyInRegulatoryAdviceResponseV01 complex type.

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

 <complexType name="BuyInRegulatoryAdviceResponseV01">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AdvcRef" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}Identification14"/>
         <element name="AcctOwnr" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}PartyIdentification144" minOccurs="0"/>
         <element name="SfkpgAcct" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}SecuritiesAccount19" minOccurs="0"/>
         <element name="BuyInAttrbts" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}BuyInAdviceDetails1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PrcgSts" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}ProcessingStatus79Choice"/>
         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • BuyInRegulatoryAdviceResponseV01

      public BuyInRegulatoryAdviceResponseV01()
  • Method Details

    • getAdvcRef

      public Identification14 getAdvcRef()
      Gets the value of the advcRef property.
      Returns:
      possible object is Identification14
    • setAdvcRef

      public void setAdvcRef(Identification14 value)
      Sets the value of the advcRef property.
      Parameters:
      value - allowed object is Identification14
    • getAcctOwnr

      public PartyIdentification144 getAcctOwnr()
      Gets the value of the acctOwnr property.
      Returns:
      possible object is PartyIdentification144
    • setAcctOwnr

      public void setAcctOwnr(PartyIdentification144 value)
      Sets the value of the acctOwnr property.
      Parameters:
      value - allowed object is PartyIdentification144
    • getSfkpgAcct

      public SecuritiesAccount19 getSfkpgAcct()
      Gets the value of the sfkpgAcct property.
      Returns:
      possible object is SecuritiesAccount19
    • setSfkpgAcct

      public void setSfkpgAcct(SecuritiesAccount19 value)
      Sets the value of the sfkpgAcct property.
      Parameters:
      value - allowed object is SecuritiesAccount19
    • getBuyInAttrbts

      public List<BuyInAdviceDetails1> getBuyInAttrbts()
      Gets the value of the buyInAttrbts 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 buyInAttrbts property.

      For example, to add a new item, do as follows:

          getBuyInAttrbts().add(newItem);
       

      Objects of the following type(s) are allowed in the list BuyInAdviceDetails1

    • getPrcgSts

      public ProcessingStatus79Choice getPrcgSts()
      Gets the value of the prcgSts property.
      Returns:
      possible object is ProcessingStatus79Choice
    • setPrcgSts

      public void setPrcgSts(ProcessingStatus79Choice value)
      Sets the value of the prcgSts property.
      Parameters:
      value - allowed object is ProcessingStatus79Choice
    • getSplmtryData

      public List<SupplementaryData1> getSplmtryData()
      Gets the value of the splmtryData 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 splmtryData property.

      For example, to add a new item, do as follows:

          getSplmtryData().add(newItem);
       

      Objects of the following type(s) are allowed in the list SupplementaryData1