public class IconType extends Object
Java class for iconType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="iconType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file" type="{}iconFileResType"/>
<element name="titel" type="{}stringResType255"/>
<element name="omschrijving" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="keywords" type="{}stringResType255" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getKeywords() |
String |
getOmschrijving() |
String |
getTitel() |
void |
setFile(String value) |
void |
setKeywords(String value) |
void |
setOmschrijving(String value) |
void |
setTitel(String value) |
public IconType(Program program)
public String getFile()
public void setFile(String value)
public String getTitel()
public void setTitel(String value)
public String getOmschrijving()
public void setOmschrijving(String value)
public String getKeywords()
public void setKeywords(String value)
Copyright © 2022 NPO. All rights reserved.