Package com.yworks.xml.graphml
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 Icon.type(@http://www.yworks.com/xml/graphml).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()Gets the "icon" attributeGets the "iconData" attributegetImage()Gets the "image" attributebooleanTrue if has "icon" attributebooleanTrue if has "iconData" attributebooleanTrue if has "image" attributevoidSets the "icon" attributevoidsetIconData(String iconData) Sets the "iconData" attributevoidSets the "image" attributevoidUnsets the "icon" attributevoidUnsets the "iconData" attributevoidUnsets the "image" attributeorg.apache.xmlbeans.XmlAnyURIxgetIcon()Gets (as xml) the "icon" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "iconData" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "image" attributevoidxsetIcon(org.apache.xmlbeans.XmlAnyURI icon) Sets (as xml) the "icon" attributevoidxsetIconData(org.apache.xmlbeans.XmlString iconData) Sets (as xml) the "iconData" attributevoidxsetImage(org.apache.xmlbeans.XmlString image) Sets (as xml) the "image" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getIcon
String getIcon()Gets the "icon" attribute -
xgetIcon
org.apache.xmlbeans.XmlAnyURI xgetIcon()Gets (as xml) the "icon" attribute -
isSetIcon
boolean isSetIcon()True if has "icon" attribute -
setIcon
Sets the "icon" attribute -
xsetIcon
void xsetIcon(org.apache.xmlbeans.XmlAnyURI icon) Sets (as xml) the "icon" attribute -
unsetIcon
void unsetIcon()Unsets the "icon" attribute -
getImage
String getImage()Gets the "image" attribute -
xgetImage
org.apache.xmlbeans.XmlString xgetImage()Gets (as xml) the "image" attribute -
isSetImage
boolean isSetImage()True if has "image" attribute -
setImage
Sets the "image" attribute -
xsetImage
void xsetImage(org.apache.xmlbeans.XmlString image) Sets (as xml) the "image" attribute -
unsetImage
void unsetImage()Unsets the "image" attribute -
getIconData
String getIconData()Gets the "iconData" attribute -
xgetIconData
org.apache.xmlbeans.XmlString xgetIconData()Gets (as xml) the "iconData" attribute -
isSetIconData
boolean isSetIconData()True if has "iconData" attribute -
setIconData
Sets the "iconData" attribute -
xsetIconData
void xsetIconData(org.apache.xmlbeans.XmlString iconData) Sets (as xml) the "iconData" attribute -
unsetIconData
void unsetIconData()Unsets the "iconData" attribute
-