public static class FragmentenType.Fragment.Afbeelding 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" 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>
| Constructor and Description |
|---|
Afbeelding() |
| Modifier and Type | Method and Description |
|---|---|
ActieType |
getActie() |
String |
getOmschrijving() |
String |
getPad() |
String |
getTitel() |
String |
getTrefwoorden() |
void |
setActie(ActieType value) |
void |
setOmschrijving(String value) |
void |
setPad(String value) |
void |
setTitel(String value) |
void |
setTrefwoorden(String value) |
public String getTitel()
public void setTitel(String value)
public String getOmschrijving()
public void setOmschrijving(String value)
public String getTrefwoorden()
public void setTrefwoorden(String value)
public String getPad()
public void setPad(String value)
public ActieType getActie()
public void setActie(ActieType value)
Copyright © 2022 NPO. All rights reserved.