public static class AfbeeldingenType.Icon 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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
omschrijving |
protected String |
pad |
protected String |
titel |
protected String |
trefwoorden |
| Modifier and Type | Method and Description |
|---|---|
String |
getOmschrijving() |
String |
getPad() |
String |
getTitel() |
String |
getTrefwoorden() |
void |
setOmschrijving(String value) |
void |
setPad(String value) |
void |
setTitel(String value) |
void |
setTrefwoorden(String value) |
protected String titel
protected String omschrijving
protected String trefwoorden
protected String pad
public Icon()
public Icon(Image image)
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)
Copyright © 2022 NPO. All rights reserved.