de.unihalle.informatik.MiToBo_xml
Interface MTBXMLMatrixType

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

public interface MTBXMLMatrixType
extends org.apache.xmlbeans.XmlObject

An XML MTBXMLMatrixType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.


Nested Class Summary
static class MTBXMLMatrixType.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
 void addMatrixElements(double matrixElements)
          Appends the value as the last "matrixElements" element
 org.apache.xmlbeans.XmlDouble addNewMatrixElements()
          Appends and returns a new empty value (as xml) as the last "matrixElements" element
 double[] getMatrixElementsArray()
          Gets array of all "matrixElements" elements
 double getMatrixElementsArray(int i)
          Gets ith "matrixElements" element
 int getNumColumns()
          Gets the "numColumns" element
 int getNumRows()
          Gets the "numRows" element
 void insertMatrixElements(int i, double matrixElements)
          Inserts the value as the ith "matrixElements" element
 org.apache.xmlbeans.XmlDouble insertNewMatrixElements(int i)
          Inserts and returns a new empty value (as xml) as the ith "matrixElements" element
 void removeMatrixElements(int i)
          Removes the ith "matrixElements" element
 void setMatrixElementsArray(double[] matrixElementsArray)
          Sets array of all "matrixElements" element
 void setMatrixElementsArray(int i, double matrixElements)
          Sets ith "matrixElements" element
 void setNumColumns(int numColumns)
          Sets the "numColumns" element
 void setNumRows(int numRows)
          Sets the "numRows" element
 int sizeOfMatrixElementsArray()
          Returns number of "matrixElements" element
 org.apache.xmlbeans.XmlDouble[] xgetMatrixElementsArray()
          Gets (as xml) array of all "matrixElements" elements
 org.apache.xmlbeans.XmlDouble xgetMatrixElementsArray(int i)
          Gets (as xml) ith "matrixElements" element
 org.apache.xmlbeans.XmlInt xgetNumColumns()
          Gets (as xml) the "numColumns" element
 org.apache.xmlbeans.XmlInt xgetNumRows()
          Gets (as xml) the "numRows" element
 void xsetMatrixElementsArray(int i, org.apache.xmlbeans.XmlDouble matrixElements)
          Sets (as xml) ith "matrixElements" element
 void xsetMatrixElementsArray(org.apache.xmlbeans.XmlDouble[] matrixElementsArray)
          Sets (as xml) array of all "matrixElements" element
 void xsetNumColumns(org.apache.xmlbeans.XmlInt numColumns)
          Sets (as xml) the "numColumns" element
 void xsetNumRows(org.apache.xmlbeans.XmlInt numRows)
          Sets (as xml) the "numRows" 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

getNumRows

int getNumRows()
Gets the "numRows" element


xgetNumRows

org.apache.xmlbeans.XmlInt xgetNumRows()
Gets (as xml) the "numRows" element


setNumRows

void setNumRows(int numRows)
Sets the "numRows" element


xsetNumRows

void xsetNumRows(org.apache.xmlbeans.XmlInt numRows)
Sets (as xml) the "numRows" element


getNumColumns

int getNumColumns()
Gets the "numColumns" element


xgetNumColumns

org.apache.xmlbeans.XmlInt xgetNumColumns()
Gets (as xml) the "numColumns" element


setNumColumns

void setNumColumns(int numColumns)
Sets the "numColumns" element


xsetNumColumns

void xsetNumColumns(org.apache.xmlbeans.XmlInt numColumns)
Sets (as xml) the "numColumns" element


getMatrixElementsArray

double[] getMatrixElementsArray()
Gets array of all "matrixElements" elements


getMatrixElementsArray

double getMatrixElementsArray(int i)
Gets ith "matrixElements" element


xgetMatrixElementsArray

org.apache.xmlbeans.XmlDouble[] xgetMatrixElementsArray()
Gets (as xml) array of all "matrixElements" elements


xgetMatrixElementsArray

org.apache.xmlbeans.XmlDouble xgetMatrixElementsArray(int i)
Gets (as xml) ith "matrixElements" element


sizeOfMatrixElementsArray

int sizeOfMatrixElementsArray()
Returns number of "matrixElements" element


setMatrixElementsArray

void setMatrixElementsArray(double[] matrixElementsArray)
Sets array of all "matrixElements" element


setMatrixElementsArray

void setMatrixElementsArray(int i,
                            double matrixElements)
Sets ith "matrixElements" element


xsetMatrixElementsArray

void xsetMatrixElementsArray(org.apache.xmlbeans.XmlDouble[] matrixElementsArray)
Sets (as xml) array of all "matrixElements" element


xsetMatrixElementsArray

void xsetMatrixElementsArray(int i,
                             org.apache.xmlbeans.XmlDouble matrixElements)
Sets (as xml) ith "matrixElements" element


insertMatrixElements

void insertMatrixElements(int i,
                          double matrixElements)
Inserts the value as the ith "matrixElements" element


addMatrixElements

void addMatrixElements(double matrixElements)
Appends the value as the last "matrixElements" element


insertNewMatrixElements

org.apache.xmlbeans.XmlDouble insertNewMatrixElements(int i)
Inserts and returns a new empty value (as xml) as the ith "matrixElements" element


addNewMatrixElements

org.apache.xmlbeans.XmlDouble addNewMatrixElements()
Appends and returns a new empty value (as xml) as the last "matrixElements" element


removeMatrixElements

void removeMatrixElements(int i)
Removes the ith "matrixElements" element



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