|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLAWTColor
An XML MTBXMLAWTColor(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
MTBXMLAWTColor.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 | |
---|---|
int |
getAlpha()
Gets the "alpha" element |
int |
getBlue()
Gets the "blue" element |
int |
getGreen()
Gets the "green" element |
int |
getRed()
Gets the "red" element |
void |
setAlpha(int alpha)
Sets the "alpha" element |
void |
setBlue(int blue)
Sets the "blue" element |
void |
setGreen(int green)
Sets the "green" element |
void |
setRed(int red)
Sets the "red" element |
org.apache.xmlbeans.XmlInt |
xgetAlpha()
Gets (as xml) the "alpha" element |
org.apache.xmlbeans.XmlInt |
xgetBlue()
Gets (as xml) the "blue" element |
org.apache.xmlbeans.XmlInt |
xgetGreen()
Gets (as xml) the "green" element |
org.apache.xmlbeans.XmlInt |
xgetRed()
Gets (as xml) the "red" element |
void |
xsetAlpha(org.apache.xmlbeans.XmlInt alpha)
Sets (as xml) the "alpha" element |
void |
xsetBlue(org.apache.xmlbeans.XmlInt blue)
Sets (as xml) the "blue" element |
void |
xsetGreen(org.apache.xmlbeans.XmlInt green)
Sets (as xml) the "green" element |
void |
xsetRed(org.apache.xmlbeans.XmlInt red)
Sets (as xml) the "red" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods 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 Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
int getRed()
org.apache.xmlbeans.XmlInt xgetRed()
void setRed(int red)
void xsetRed(org.apache.xmlbeans.XmlInt red)
int getGreen()
org.apache.xmlbeans.XmlInt xgetGreen()
void setGreen(int green)
void xsetGreen(org.apache.xmlbeans.XmlInt green)
int getBlue()
org.apache.xmlbeans.XmlInt xgetBlue()
void setBlue(int blue)
void xsetBlue(org.apache.xmlbeans.XmlInt blue)
int getAlpha()
org.apache.xmlbeans.XmlInt xgetAlpha()
void setAlpha(int alpha)
void xsetAlpha(org.apache.xmlbeans.XmlInt alpha)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |