Class BuyInRegulatoryAdviceResponseV01
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctOwnr property.Gets the value of the advcRef property.Gets the value of the buyInAttrbts property.Gets the value of the prcgSts property.Gets the value of the sfkpgAcct property.Gets the value of the splmtryData property.void
Sets the value of the acctOwnr property.void
setAdvcRef
(Identification14 value) Sets the value of the advcRef property.void
Sets the value of the prcgSts property.void
setSfkpgAcct
(SecuritiesAccount19 value) Sets the value of the sfkpgAcct property.
-
Constructor Details
-
BuyInRegulatoryAdviceResponseV01
public BuyInRegulatoryAdviceResponseV01()
-
-
Method Details
-
getAdvcRef
Gets the value of the advcRef property.- Returns:
- possible object is
Identification14
-
setAdvcRef
Sets the value of the advcRef property.- Parameters:
value
- allowed object isIdentification14
-
getAcctOwnr
Gets the value of the acctOwnr property.- Returns:
- possible object is
PartyIdentification144
-
setAcctOwnr
Sets the value of the acctOwnr property.- Parameters:
value
- allowed object isPartyIdentification144
-
getSfkpgAcct
Gets the value of the sfkpgAcct property.- Returns:
- possible object is
SecuritiesAccount19
-
setSfkpgAcct
Sets the value of the sfkpgAcct property.- Parameters:
value
- allowed object isSecuritiesAccount19
-
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
Gets the value of the prcgSts property.- Returns:
- possible object is
ProcessingStatus79Choice
-
setPrcgSts
Sets the value of the prcgSts property.- Parameters:
value
- allowed object isProcessingStatus79Choice
-
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
-