public class Periode extends Object
Java class for Periode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Periode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="tom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
fom |
protected XMLGregorianCalendar |
tom |
| Constructor and Description |
|---|
Periode() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFom()
Gets the value of the fom property.
|
XMLGregorianCalendar |
getTom()
Gets the value of the tom property.
|
void |
setFom(XMLGregorianCalendar value)
Sets the value of the fom property.
|
void |
setTom(XMLGregorianCalendar value)
Sets the value of the tom property.
|
protected XMLGregorianCalendar fom
protected XMLGregorianCalendar tom
public XMLGregorianCalendar getFom()
XMLGregorianCalendarpublic void setFom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTom()
XMLGregorianCalendarpublic void setTom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2019. All rights reserved.