Class ReportSectionIdentification

java.lang.Object
net.finmath.smartcontract.product.xml.ReportSectionIdentification

public class ReportSectionIdentification extends Object
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>