public class Icon extends Object implements Keyable<String>
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="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 String |
largeIcon |
protected String |
smallIcon |
| Constructor and Description |
|---|
Icon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getKey()
Gets the immutable key for this object.
|
String |
getLang() |
String |
getLargeIcon() |
String |
getSmallIcon() |
void |
setId(String value) |
void |
setLang(String value) |
void |
setLargeIcon(String value) |
void |
setSmallIcon(String value) |
protected String smallIcon
protected String largeIcon
protected String id
protected String lang
public String getSmallIcon()
public void setSmallIcon(String value)
public String getLargeIcon()
public void setLargeIcon(String value)
public String getId()
public void setId(String value)
public String getLang()
public void setLang(String value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.