Package com.yworks.xml.graphml
Interface NodeType.Fill
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NodeTypeImpl.FillImpl
- Enclosing interface:
NodeType
public static interface NodeType.Fill
extends org.apache.xmlbeans.XmlObject
An XML Fill(@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 TypeMethodDescriptiongetColor()Gets the "color" attributeGets the "color2" attributebooleanGets the "hasColor" attributebooleanGets the "transparent" attributebooleanTrue if has "color" attributebooleanTrue if has "color2" attributebooleanTrue if has "hasColor" attributebooleanTrue if has "transparent" attributevoidSets the "color" attributevoidSets the "color2" attributevoidsetHasColor(boolean hasColor) Sets the "hasColor" attributevoidsetTransparent(boolean transparent) Sets the "transparent" attributevoidUnsets the "color" attributevoidUnsets the "color2" attributevoidUnsets the "hasColor" attributevoidUnsets the "transparent" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "color" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "color2" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "hasColor" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "transparent" attributevoidxsetColor(org.apache.xmlbeans.XmlString color) Sets (as xml) the "color" attributevoidxsetColor2(org.apache.xmlbeans.XmlString color2) Sets (as xml) the "color2" attributevoidxsetHasColor(org.apache.xmlbeans.XmlBoolean hasColor) Sets (as xml) the "hasColor" attributevoidxsetTransparent(org.apache.xmlbeans.XmlBoolean transparent) Sets (as xml) the "transparent" 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
-
getHasColor
boolean getHasColor()Gets the "hasColor" attribute -
xgetHasColor
org.apache.xmlbeans.XmlBoolean xgetHasColor()Gets (as xml) the "hasColor" attribute -
isSetHasColor
boolean isSetHasColor()True if has "hasColor" attribute -
setHasColor
void setHasColor(boolean hasColor) Sets the "hasColor" attribute -
xsetHasColor
void xsetHasColor(org.apache.xmlbeans.XmlBoolean hasColor) Sets (as xml) the "hasColor" attribute -
unsetHasColor
void unsetHasColor()Unsets the "hasColor" attribute -
getColor
String getColor()Gets the "color" attribute -
xgetColor
org.apache.xmlbeans.XmlString xgetColor()Gets (as xml) the "color" attribute -
isSetColor
boolean isSetColor()True if has "color" attribute -
setColor
Sets the "color" attribute -
xsetColor
void xsetColor(org.apache.xmlbeans.XmlString color) Sets (as xml) the "color" attribute -
unsetColor
void unsetColor()Unsets the "color" attribute -
getColor2
String getColor2()Gets the "color2" attribute -
xgetColor2
org.apache.xmlbeans.XmlString xgetColor2()Gets (as xml) the "color2" attribute -
isSetColor2
boolean isSetColor2()True if has "color2" attribute -
setColor2
Sets the "color2" attribute -
xsetColor2
void xsetColor2(org.apache.xmlbeans.XmlString color2) Sets (as xml) the "color2" attribute -
unsetColor2
void unsetColor2()Unsets the "color2" attribute -
getTransparent
boolean getTransparent()Gets the "transparent" attribute -
xgetTransparent
org.apache.xmlbeans.XmlBoolean xgetTransparent()Gets (as xml) the "transparent" attribute -
isSetTransparent
boolean isSetTransparent()True if has "transparent" attribute -
setTransparent
void setTransparent(boolean transparent) Sets the "transparent" attribute -
xsetTransparent
void xsetTransparent(org.apache.xmlbeans.XmlBoolean transparent) Sets (as xml) the "transparent" attribute -
unsetTransparent
void unsetTransparent()Unsets the "transparent" attribute
-