Class SecuritiesBalanceTransparencyReportStatusAdviceV01
Java class for SecuritiesBalanceTransparencyReportStatusAdviceV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecuritiesBalanceTransparencyReportStatusAdviceV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}MessageIdentification1"/> <element name="SndrId" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}PartyIdentification100"/> <element name="RcvrId" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}PartyIdentification100" minOccurs="0"/> <element name="RltdStmt" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}StatementReference1"/> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemStatus1Choice"/> <element name="NbOfItmsPerSts" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}NumberOfItemsPerStatus1" maxOccurs="2" minOccurs="0"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMsgId()
Gets the value of the msgId property.Gets the value of the nbOfItmsPerSts property.Gets the value of the rcvrId property.Gets the value of the rltdStmt property.Gets the value of the sndrId property.Gets the value of the splmtryData property.getSts()
Gets the value of the sts property.void
setMsgId
(MessageIdentification1 value) Sets the value of the msgId property.void
setRcvrId
(PartyIdentification100 value) Sets the value of the rcvrId property.void
setRltdStmt
(StatementReference1 value) Sets the value of the rltdStmt property.void
setSndrId
(PartyIdentification100 value) Sets the value of the sndrId property.void
setSts
(ReportItemStatus1Choice value) Sets the value of the sts property.
-
Constructor Details
-
SecuritiesBalanceTransparencyReportStatusAdviceV01
public SecuritiesBalanceTransparencyReportStatusAdviceV01()
-
-
Method Details
-
getMsgId
Gets the value of the msgId property.- Returns:
- possible object is
MessageIdentification1
-
setMsgId
Sets the value of the msgId property.- Parameters:
value
- allowed object isMessageIdentification1
-
getSndrId
Gets the value of the sndrId property.- Returns:
- possible object is
PartyIdentification100
-
setSndrId
Sets the value of the sndrId property.- Parameters:
value
- allowed object isPartyIdentification100
-
getRcvrId
Gets the value of the rcvrId property.- Returns:
- possible object is
PartyIdentification100
-
setRcvrId
Sets the value of the rcvrId property.- Parameters:
value
- allowed object isPartyIdentification100
-
getRltdStmt
Gets the value of the rltdStmt property.- Returns:
- possible object is
StatementReference1
-
setRltdStmt
Sets the value of the rltdStmt property.- Parameters:
value
- allowed object isStatementReference1
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
ReportItemStatus1Choice
-
setSts
Sets the value of the sts property.- Parameters:
value
- allowed object isReportItemStatus1Choice
-
getNbOfItmsPerSts
Gets the value of the nbOfItmsPerSts 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 nbOfItmsPerSts property.For example, to add a new item, do as follows:
getNbOfItmsPerSts().add(newItem);
Objects of the following type(s) are allowed in the list
NumberOfItemsPerStatus1
-
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
-