public static class FragmentenType.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">
<all>
<element name="titel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="omschrijving" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="starttijd" type="{http://namespace.com/importBase}tijd"/>
<element name="eindtijd" type="{http://namespace.com/importBase}tijd"/>
<element name="afbeelding" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="titel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="omschrijving" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="trefwoorden" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pad" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
<attribute name="actie" type="{http://namespace.com/importBase}actieType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="trefwoorden" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FragmentenType.Fragment.Afbeelding
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected FragmentenType.Fragment.Afbeelding |
afbeelding |
protected Date |
eindtijd |
protected String |
trefwoorden |
| Constructor and Description |
|---|
Fragment() |
| Modifier and Type | Method and Description |
|---|---|
FragmentenType.Fragment.Afbeelding |
getAfbeelding() |
Date |
getEindtijd() |
String |
getOmschrijving() |
Segment |
getSegment() |
Date |
getStarttijd() |
String |
getTitel() |
String |
getTrefwoorden() |
void |
setAfbeelding(FragmentenType.Fragment.Afbeelding value) |
void |
setEindtijd(Date value) |
void |
setOmschrijving(String value) |
void |
setStarttijd(Date value) |
void |
setTitel(String value) |
void |
setTrefwoorden(String value) |
protected Date eindtijd
protected FragmentenType.Fragment.Afbeelding afbeelding
protected String trefwoorden
public String getTitel()
public void setTitel(String value)
public String getOmschrijving()
public void setOmschrijving(String value)
public Date getStarttijd()
public void setStarttijd(Date value)
public Date getEindtijd()
public void setEindtijd(Date value)
public FragmentenType.Fragment.Afbeelding getAfbeelding()
public void setAfbeelding(FragmentenType.Fragment.Afbeelding value)
public String getTrefwoorden()
public void setTrefwoorden(String value)
public Segment getSegment()
Copyright © 2022 NPO. All rights reserved.