de.unihalle.informatik.MiToBo_xml
Interface MTBXMLAWTColor

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

public interface MTBXMLAWTColor
extends org.apache.xmlbeans.XmlObject

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

type

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

getRed

int getRed()
Gets the "red" element


xgetRed

org.apache.xmlbeans.XmlInt xgetRed()
Gets (as xml) the "red" element


setRed

void setRed(int red)
Sets the "red" element


xsetRed

void xsetRed(org.apache.xmlbeans.XmlInt red)
Sets (as xml) the "red" element


getGreen

int getGreen()
Gets the "green" element


xgetGreen

org.apache.xmlbeans.XmlInt xgetGreen()
Gets (as xml) the "green" element


setGreen

void setGreen(int green)
Sets the "green" element


xsetGreen

void xsetGreen(org.apache.xmlbeans.XmlInt green)
Sets (as xml) the "green" element


getBlue

int getBlue()
Gets the "blue" element


xgetBlue

org.apache.xmlbeans.XmlInt xgetBlue()
Gets (as xml) the "blue" element


setBlue

void setBlue(int blue)
Sets the "blue" element


xsetBlue

void xsetBlue(org.apache.xmlbeans.XmlInt blue)
Sets (as xml) the "blue" element


getAlpha

int getAlpha()
Gets the "alpha" element


xgetAlpha

org.apache.xmlbeans.XmlInt xgetAlpha()
Gets (as xml) the "alpha" element


setAlpha

void setAlpha(int alpha)
Sets the "alpha" element


xsetAlpha

void xsetAlpha(org.apache.xmlbeans.XmlInt alpha)
Sets (as xml) the "alpha" element



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.