Class ReportSectionIdentification
java.lang.Object
net.finmath.smartcontract.product.xml.ReportSectionIdentification
A type that allows the specific report and section to be identified.
Java class for ReportSectionIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportSectionIdentification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="reportId" type="{http://www.fpml.org/FpML-5/confirmation}ReportId" minOccurs="0"/> <element name="sectionNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reportId property.Gets the value of the sectionNumber property.void
setReportId
(ReportId value) Sets the value of the reportId property.void
setSectionNumber
(BigInteger value) Sets the value of the sectionNumber property.
-
Field Details
-
reportId
-
sectionNumber
-
-
Constructor Details
-
ReportSectionIdentification
public ReportSectionIdentification()
-
-
Method Details
-
getReportId
-
setReportId
-
getSectionNumber
Gets the value of the sectionNumber property.- Returns:
- possible object is
BigInteger
-
setSectionNumber
Sets the value of the sectionNumber property.- Parameters:
value
- allowed object isBigInteger
-