Class EnvironmentalProductComplaincePeriod
java.lang.Object
net.finmath.smartcontract.product.xml.EnvironmentalProductComplaincePeriod
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endYear property.Gets the value of the startYear property.void
setEndYear
(XMLGregorianCalendar value) Sets the value of the endYear property.void
setStartYear
(XMLGregorianCalendar value) Sets the value of the startYear property.
-
Field Details
-
startYear
-
endYear
-
-
Constructor Details
-
EnvironmentalProductComplaincePeriod
public EnvironmentalProductComplaincePeriod()
-
-
Method Details
-
getStartYear
Gets the value of the startYear property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartYear
Sets the value of the startYear property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEndYear
Gets the value of the endYear property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndYear
Sets the value of the endYear property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-