Class EnvironmentalProductComplaincePeriod

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

public class EnvironmentalProductComplaincePeriod extends Object

Java class for EnvironmentalProductComplaincePeriod complex type.

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

 <complexType name="EnvironmentalProductComplaincePeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="startYear" type="{http://www.w3.org/2001/XMLSchema}gYear"/>
         <element name="endYear" type="{http://www.w3.org/2001/XMLSchema}gYear"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>