Class SecuritiesMarketReportHeader3
java.lang.Object
org.coderic.iso20022.messages.auth.SecuritiesMarketReportHeader3
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetISIN()
Gets the value of the isin property.Gets the value of the msgPgntn property.Gets the value of the nbRcrds property.Gets the value of the rptgNtty property.Gets the value of the rptgPrd property.Gets the value of the submissnDtTm property.void
setMsgPgntn
(Pagination1 value) Sets the value of the msgPgntn property.void
setNbRcrds
(BigDecimal value) Sets the value of the nbRcrds property.void
Sets the value of the rptgNtty property.void
setRptgPrd
(Period11Choice value) Sets the value of the rptgPrd property.void
Sets the value of the submissnDtTm property.
-
Constructor Details
-
SecuritiesMarketReportHeader3
public SecuritiesMarketReportHeader3()
-
-
Method Details
-
getRptgNtty
Gets the value of the rptgNtty property.- Returns:
- possible object is
TradingVenueIdentification1Choice
-
setRptgNtty
Sets the value of the rptgNtty property.- Parameters:
value
- allowed object isTradingVenueIdentification1Choice
-
getRptgPrd
Gets the value of the rptgPrd property.- Returns:
- possible object is
Period11Choice
-
setRptgPrd
Sets the value of the rptgPrd property.- Parameters:
value
- allowed object isPeriod11Choice
-
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
Gets the value of the submissnDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmissnDtTm
Sets the value of the submissnDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getMsgPgntn
Gets the value of the msgPgntn property.- Returns:
- possible object is
Pagination1
-
setMsgPgntn
Sets the value of the msgPgntn property.- Parameters:
value
- allowed object isPagination1
-
getNbRcrds
Gets the value of the nbRcrds property.- Returns:
- possible object is
BigDecimal
-
setNbRcrds
Sets the value of the nbRcrds property.- Parameters:
value
- allowed object isBigDecimal
-