|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLMatrixType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
int getNumRows()
org.apache.xmlbeans.XmlInt xgetNumRows()
void setNumRows(int numRows)
void xsetNumRows(org.apache.xmlbeans.XmlInt numRows)
int getNumColumns()
org.apache.xmlbeans.XmlInt xgetNumColumns()
void setNumColumns(int numColumns)
void xsetNumColumns(org.apache.xmlbeans.XmlInt numColumns)
double[] getMatrixElementsArray()
double getMatrixElementsArray(int i)
org.apache.xmlbeans.XmlDouble[] xgetMatrixElementsArray()
org.apache.xmlbeans.XmlDouble xgetMatrixElementsArray(int i)
int sizeOfMatrixElementsArray()
void setMatrixElementsArray(double[] matrixElementsArray)
void setMatrixElementsArray(int i, double matrixElements)
void xsetMatrixElementsArray(org.apache.xmlbeans.XmlDouble[] matrixElementsArray)
void xsetMatrixElementsArray(int i, org.apache.xmlbeans.XmlDouble matrixElements)
void insertMatrixElements(int i, double matrixElements)
void addMatrixElements(double matrixElements)
org.apache.xmlbeans.XmlDouble insertNewMatrixElements(int i)
org.apache.xmlbeans.XmlDouble addNewMatrixElements()
void removeMatrixElements(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |