|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.vsb.common.v2.TimePeriodType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-04-05T05:10:04+02:00",
comments="JAXB RI v2.3.6")
public class TimePeriodTypeused: Common.xsd (ConsultViewWithTimePeriodRequest), ConsultAffiliationView.xsd, ConsultContributionObligationView.xsd, ConsultContributionView.xsd, ConsultExemptionView.xsd, ConsultFineView.xsd, ConsultMutationView.xsd, ConsultSuspensionFineYearView.xsd
Java class for TimePeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimePeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartYear" type="{http://www.mercurius.vlaanderen.be/vsb/common/v2}VSBYearType" minOccurs="0"/>
<element name="EndYear" type="{http://www.mercurius.vlaanderen.be/vsb/common/v2}VSBYearType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TimePeriodType()
|
|
| Method Summary | |
|---|---|
Integer |
getEndYear()
Gets the value of the endYear property. |
Integer |
getStartYear()
Gets the value of the startYear property. |
void |
setEndYear(Integer value)
Sets the value of the endYear property. |
void |
setStartYear(Integer value)
Sets the value of the startYear property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimePeriodType()
| Method Detail |
|---|
public Integer getStartYear()
Integerpublic void setStartYear(Integer value)
value - allowed object is
Integerpublic Integer getEndYear()
Integerpublic void setEndYear(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||