|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLSetWeightedEnergyType
An XML MTBXMLSetWeightedEnergyType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
MTBXMLSetWeightedEnergyType.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 | |
---|---|
org.apache.xmlbeans.XmlObject |
addNewEnergies()
Appends and returns a new empty value (as xml) as the last "energies" element |
org.apache.xmlbeans.XmlDouble |
addNewWeights()
Appends and returns a new empty value (as xml) as the last "weights" element |
void |
addWeights(double weights)
Appends the value as the last "weights" element |
org.apache.xmlbeans.XmlObject[] |
getEnergiesArray()
Gets array of all "energies" elements |
org.apache.xmlbeans.XmlObject |
getEnergiesArray(int i)
Gets ith "energies" element |
double[] |
getWeightsArray()
Gets array of all "weights" elements |
double |
getWeightsArray(int i)
Gets ith "weights" element |
org.apache.xmlbeans.XmlObject |
insertNewEnergies(int i)
Inserts and returns a new empty value (as xml) as the ith "energies" element |
org.apache.xmlbeans.XmlDouble |
insertNewWeights(int i)
Inserts and returns a new empty value (as xml) as the ith "weights" element |
void |
insertWeights(int i,
double weights)
Inserts the value as the ith "weights" element |
void |
removeEnergies(int i)
Removes the ith "energies" element |
void |
removeWeights(int i)
Removes the ith "weights" element |
void |
setEnergiesArray(int i,
org.apache.xmlbeans.XmlObject energies)
Sets ith "energies" element |
void |
setEnergiesArray(org.apache.xmlbeans.XmlObject[] energiesArray)
Sets array of all "energies" element |
void |
setWeightsArray(double[] weightsArray)
Sets array of all "weights" element |
void |
setWeightsArray(int i,
double weights)
Sets ith "weights" element |
int |
sizeOfEnergiesArray()
Returns number of "energies" element |
int |
sizeOfWeightsArray()
Returns number of "weights" element |
org.apache.xmlbeans.XmlDouble[] |
xgetWeightsArray()
Gets (as xml) array of all "weights" elements |
org.apache.xmlbeans.XmlDouble |
xgetWeightsArray(int i)
Gets (as xml) ith "weights" element |
void |
xsetWeightsArray(int i,
org.apache.xmlbeans.XmlDouble weights)
Sets (as xml) ith "weights" element |
void |
xsetWeightsArray(org.apache.xmlbeans.XmlDouble[] weightsArray)
Sets (as xml) array of all "weights" 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 |
---|
org.apache.xmlbeans.XmlObject[] getEnergiesArray()
org.apache.xmlbeans.XmlObject getEnergiesArray(int i)
int sizeOfEnergiesArray()
void setEnergiesArray(org.apache.xmlbeans.XmlObject[] energiesArray)
void setEnergiesArray(int i, org.apache.xmlbeans.XmlObject energies)
org.apache.xmlbeans.XmlObject insertNewEnergies(int i)
org.apache.xmlbeans.XmlObject addNewEnergies()
void removeEnergies(int i)
double[] getWeightsArray()
double getWeightsArray(int i)
org.apache.xmlbeans.XmlDouble[] xgetWeightsArray()
org.apache.xmlbeans.XmlDouble xgetWeightsArray(int i)
int sizeOfWeightsArray()
void setWeightsArray(double[] weightsArray)
void setWeightsArray(int i, double weights)
void xsetWeightsArray(org.apache.xmlbeans.XmlDouble[] weightsArray)
void xsetWeightsArray(int i, org.apache.xmlbeans.XmlDouble weights)
void insertWeights(int i, double weights)
void addWeights(double weights)
org.apache.xmlbeans.XmlDouble insertNewWeights(int i)
org.apache.xmlbeans.XmlDouble addNewWeights()
void removeWeights(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |