org.apache.geronimo.xbeans.j2ee
Interface IconType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
IconTypeImpl

public interface IconType
extends org.apache.xmlbeans.XmlObject

An XML iconType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class IconType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getLang()
          Gets the "lang" attribute
 String getLargeIcon()
          Gets the "large-icon" element
 String getSmallIcon()
          Gets the "small-icon" element
 boolean isSetLang()
          True if has "lang" attribute
 boolean isSetLargeIcon()
          True if has "large-icon" element
 boolean isSetSmallIcon()
          True if has "small-icon" element
 void setLang(String lang)
          Sets the "lang" attribute
 void setLargeIcon(String largeIcon)
          Sets the "large-icon" element
 void setSmallIcon(String smallIcon)
          Sets the "small-icon" element
 void unsetLang()
          Unsets the "lang" attribute
 void unsetLargeIcon()
          Unsets the "large-icon" element
 void unsetSmallIcon()
          Unsets the "small-icon" element
 org.apache.xmlbeans.XmlLanguage xgetLang()
          Gets (as xml) the "lang" attribute
 PathType xgetLargeIcon()
          Gets (as xml) the "large-icon" element
 PathType xgetSmallIcon()
          Gets (as xml) the "small-icon" element
 void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
          Sets (as xml) the "lang" attribute
 void xsetLargeIcon(PathType largeIcon)
          Sets (as xml) the "large-icon" element
 void xsetSmallIcon(PathType smallIcon)
          Sets (as xml) the "small-icon" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getSmallIcon

public String getSmallIcon()
Gets the "small-icon" element


xgetSmallIcon

public PathType xgetSmallIcon()
Gets (as xml) the "small-icon" element


isSetSmallIcon

public boolean isSetSmallIcon()
True if has "small-icon" element


setSmallIcon

public void setSmallIcon(String smallIcon)
Sets the "small-icon" element


xsetSmallIcon

public void xsetSmallIcon(PathType smallIcon)
Sets (as xml) the "small-icon" element


unsetSmallIcon

public void unsetSmallIcon()
Unsets the "small-icon" element


getLargeIcon

public String getLargeIcon()
Gets the "large-icon" element


xgetLargeIcon

public PathType xgetLargeIcon()
Gets (as xml) the "large-icon" element


isSetLargeIcon

public boolean isSetLargeIcon()
True if has "large-icon" element


setLargeIcon

public void setLargeIcon(String largeIcon)
Sets the "large-icon" element


xsetLargeIcon

public void xsetLargeIcon(PathType largeIcon)
Sets (as xml) the "large-icon" element


unsetLargeIcon

public void unsetLargeIcon()
Unsets the "large-icon" element


getLang

public String getLang()
Gets the "lang" attribute


xgetLang

public org.apache.xmlbeans.XmlLanguage xgetLang()
Gets (as xml) the "lang" attribute


isSetLang

public boolean isSetLang()
True if has "lang" attribute


setLang

public void setLang(String lang)
Sets the "lang" attribute


xsetLang

public void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
Sets (as xml) the "lang" attribute


unsetLang

public void unsetLang()
Unsets the "lang" attribute



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.