@Deprecated public static class AfbeeldingenType.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="slot" use="required" type="{http://namespace.com/importBase}slot" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
omschrijving
Deprecated.
|
protected String |
pad
Deprecated.
|
protected int |
slot
Deprecated.
|
protected String |
titel
Deprecated.
|
protected String |
trefwoorden
Deprecated.
|
| Constructor and Description |
|---|
Afbeelding()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOmschrijving()
Deprecated.
|
String |
getPad()
Deprecated.
|
int |
getSlot()
Deprecated.
|
String |
getTitel()
Deprecated.
|
String |
getTrefwoorden()
Deprecated.
|
void |
setOmschrijving(String value)
Deprecated.
|
void |
setPad(String value)
Deprecated.
|
void |
setSlot(int value)
Deprecated.
|
void |
setTitel(String value)
Deprecated.
|
void |
setTrefwoorden(String value)
Deprecated.
|
protected String titel
protected String omschrijving
protected String trefwoorden
protected String pad
protected int slot
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 int getSlot()
public void setSlot(int value)
Copyright © 2022 NPO. All rights reserved.