Class SecuritiesBalanceTransparencyReportStatusAdviceV01

java.lang.Object
org.coderic.iso20022.messages.semt.SecuritiesBalanceTransparencyReportStatusAdviceV01

public class SecuritiesBalanceTransparencyReportStatusAdviceV01 extends Object

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 Details

    • SecuritiesBalanceTransparencyReportStatusAdviceV01

      public SecuritiesBalanceTransparencyReportStatusAdviceV01()
  • Method Details