|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getSmallIcon()
public PathType xgetSmallIcon()
public boolean isSetSmallIcon()
public void setSmallIcon(String smallIcon)
public void xsetSmallIcon(PathType smallIcon)
public void unsetSmallIcon()
public String getLargeIcon()
public PathType xgetLargeIcon()
public boolean isSetLargeIcon()
public void setLargeIcon(String largeIcon)
public void xsetLargeIcon(PathType largeIcon)
public void unsetLargeIcon()
public String getLang()
public org.apache.xmlbeans.XmlLanguage xgetLang()
public boolean isSetLang()
public void setLang(String lang)
public void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
public void unsetLang()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |