org.apache.openejb.jee
Class Icon

java.lang.Object
  extended by 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>
 


Field Summary
protected  String id
           
protected  String lang
           
protected  String largeIcon
           
protected  String smallIcon
           
 
Constructor Summary
Icon()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smallIcon

protected String smallIcon

largeIcon

protected String largeIcon

id

protected String id

lang

protected String lang
Constructor Detail

Icon

public Icon()
Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.