Class SecuritiesMarketReportHeader3

java.lang.Object
org.coderic.iso20022.messages.auth.SecuritiesMarketReportHeader3

public class SecuritiesMarketReportHeader3 extends Object

Java class for SecuritiesMarketReportHeader3 complex type.

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

 <complexType name="SecuritiesMarketReportHeader3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RptgNtty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TradingVenueIdentification1Choice"/>
         <element name="RptgPrd" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Period11Choice"/>
         <element name="ISIN" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISINOct2015Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SubmissnDtTm" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODateTime" minOccurs="0"/>
         <element name="MsgPgntn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Pagination1" minOccurs="0"/>
         <element name="NbRcrds" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Number" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SecuritiesMarketReportHeader3

      public SecuritiesMarketReportHeader3()
  • Method Details

    • getRptgNtty

      public TradingVenueIdentification1Choice getRptgNtty()
      Gets the value of the rptgNtty property.
      Returns:
      possible object is TradingVenueIdentification1Choice
    • setRptgNtty

      public void setRptgNtty(TradingVenueIdentification1Choice value)
      Sets the value of the rptgNtty property.
      Parameters:
      value - allowed object is TradingVenueIdentification1Choice
    • getRptgPrd

      public Period11Choice getRptgPrd()
      Gets the value of the rptgPrd property.
      Returns:
      possible object is Period11Choice
    • setRptgPrd

      public void setRptgPrd(Period11Choice value)
      Sets the value of the rptgPrd property.
      Parameters:
      value - allowed object is Period11Choice
    • getISIN

      public List<String> getISIN()
      Gets the value of the isin 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 isin property.

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

          getISIN().add(newItem);
       

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

    • getSubmissnDtTm

      public XMLGregorianCalendar getSubmissnDtTm()
      Gets the value of the submissnDtTm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setSubmissnDtTm

      public void setSubmissnDtTm(XMLGregorianCalendar value)
      Sets the value of the submissnDtTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getMsgPgntn

      public Pagination1 getMsgPgntn()
      Gets the value of the msgPgntn property.
      Returns:
      possible object is Pagination1
    • setMsgPgntn

      public void setMsgPgntn(Pagination1 value)
      Sets the value of the msgPgntn property.
      Parameters:
      value - allowed object is Pagination1
    • getNbRcrds

      public BigDecimal getNbRcrds()
      Gets the value of the nbRcrds property.
      Returns:
      possible object is BigDecimal
    • setNbRcrds

      public void setNbRcrds(BigDecimal value)
      Sets the value of the nbRcrds property.
      Parameters:
      value - allowed object is BigDecimal