public class Fragment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}titel"/>
<element ref="{}omschrijving" minOccurs="0"/>
<element ref="{}trefwoorden" minOccurs="0"/>
<element ref="{}starttijd"/>
<element ref="{}eindtijd"/>
<element ref="{}wijzigingsdatum"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eindtijd |
protected BigInteger |
id |
protected String |
omschrijving |
protected String |
starttijd |
protected String |
titel |
protected String |
trefwoorden |
protected String |
wijzigingsdatum |
| Constructor and Description |
|---|
Fragment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEindtijd()
Gets the value of the eindtijd property.
|
BigInteger |
getId()
Gets the value of the id property.
|
String |
getOmschrijving()
Gets the value of the omschrijving property.
|
String |
getStarttijd()
Gets the value of the starttijd property.
|
String |
getTitel()
Gets the value of the titel property.
|
String |
getTrefwoorden()
Gets the value of the trefwoorden property.
|
String |
getWijzigingsdatum()
Gets the value of the wijzigingsdatum property.
|
void |
setEindtijd(String value)
Sets the value of the eindtijd property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setOmschrijving(String value)
Sets the value of the omschrijving property.
|
void |
setStarttijd(String value)
Sets the value of the starttijd property.
|
void |
setTitel(String value)
Sets the value of the titel property.
|
void |
setTrefwoorden(String value)
Sets the value of the trefwoorden property.
|
void |
setWijzigingsdatum(String value)
Sets the value of the wijzigingsdatum property.
|
protected String titel
protected String omschrijving
protected String trefwoorden
protected String starttijd
protected String eindtijd
protected String wijzigingsdatum
protected BigInteger id
public String getTitel()
Stringpublic void setTitel(String value)
value - allowed object is
Stringpublic String getOmschrijving()
Stringpublic void setOmschrijving(String value)
value - allowed object is
Stringpublic String getTrefwoorden()
Stringpublic void setTrefwoorden(String value)
value - allowed object is
Stringpublic String getStarttijd()
Stringpublic void setStarttijd(String value)
value - allowed object is
Stringpublic String getEindtijd()
Stringpublic void setEindtijd(String value)
value - allowed object is
Stringpublic String getWijzigingsdatum()
Stringpublic void setWijzigingsdatum(String value)
value - allowed object is
Stringpublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2022 NPO. All rights reserved.