public class IconType extends Object
Java-Klasse für iconType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="iconType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="small-icon" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
<element name="large-icon" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
lang |
protected PathType |
largeIcon |
protected PathType |
smallIcon |
| Constructor and Description |
|---|
IconType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getLang()
Ruft den Wert der lang-Eigenschaft ab.
|
PathType |
getLargeIcon()
Ruft den Wert der largeIcon-Eigenschaft ab.
|
PathType |
getSmallIcon()
Ruft den Wert der smallIcon-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setLang(String value)
Legt den Wert der lang-Eigenschaft fest.
|
void |
setLargeIcon(PathType value)
Legt den Wert der largeIcon-Eigenschaft fest.
|
void |
setSmallIcon(PathType value)
Legt den Wert der smallIcon-Eigenschaft fest.
|
protected PathType smallIcon
protected PathType largeIcon
protected String lang
protected String id
public PathType getSmallIcon()
PathTypepublic void setSmallIcon(PathType value)
value - allowed object is
PathTypepublic PathType getLargeIcon()
PathTypepublic void setLargeIcon(PathType value)
value - allowed object is
PathTypepublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
StringCopyright © 2015 buschmais GbR. All rights reserved.