org.apache.openejb.jee
Class Icon
java.lang.Object
org.apache.openejb.jee.Icon
- All Implemented Interfaces:
- Keyable<String>
public class Icon
- extends Object
- implements Keyable<String>
javaee6.xsd
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>
|
Constructor Summary |
Icon()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
smallIcon
protected String smallIcon
largeIcon
protected String largeIcon
id
protected String id
lang
protected String lang
Icon
public Icon()
getSmallIcon
public String getSmallIcon()
setSmallIcon
public void setSmallIcon(String value)
getLargeIcon
public String getLargeIcon()
setLargeIcon
public void setLargeIcon(String value)
getId
public String getId()
setId
public void setId(String value)
getLang
public String getLang()
setLang
public void setLang(String value)
getKey
public String getKey()
- Description copied from interface:
Keyable
- Gets the immutable key for this object.
- Specified by:
getKey in interface Keyable<String>
- Returns:
- gets the immutable key for this object
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.