public class FragmentenType extends Object
Java class for fragmentenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fragmentenType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fragment" maxOccurs="unbounded" 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"/>
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FragmentenType.Fragment
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FragmentenType.Fragment> |
fragment |
| Constructor and Description |
|---|
FragmentenType() |
FragmentenType(Program program) |
| Modifier and Type | Method and Description |
|---|---|
protected static FragmentenType.Fragment.Afbeelding |
createAfbeelding(Segment segment)
takes any available image but priorizes to image type STILL
|
protected FragmentenType.Fragment |
createFragment(Segment segment) |
List<FragmentenType.Fragment> |
getFragment() |
void |
setFragment(List<FragmentenType.Fragment> fragment) |
protected List<FragmentenType.Fragment> fragment
public FragmentenType()
public FragmentenType(Program program)
protected FragmentenType.Fragment createFragment(Segment segment)
protected static FragmentenType.Fragment.Afbeelding createAfbeelding(Segment segment)
public List<FragmentenType.Fragment> getFragment()
public void setFragment(List<FragmentenType.Fragment> fragment)
Copyright © 2022 NPO. All rights reserved.