de.unihalle.informatik.MiToBo_xml
Interface MTBXMLSetWeightedEnergyType

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

public interface MTBXMLSetWeightedEnergyType
extends org.apache.xmlbeans.XmlObject

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

type

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

getEnergiesArray

org.apache.xmlbeans.XmlObject[] getEnergiesArray()
Gets array of all "energies" elements


getEnergiesArray

org.apache.xmlbeans.XmlObject getEnergiesArray(int i)
Gets ith "energies" element


sizeOfEnergiesArray

int sizeOfEnergiesArray()
Returns number of "energies" element


setEnergiesArray

void setEnergiesArray(org.apache.xmlbeans.XmlObject[] energiesArray)
Sets array of all "energies" element


setEnergiesArray

void setEnergiesArray(int i,
                      org.apache.xmlbeans.XmlObject energies)
Sets ith "energies" element


insertNewEnergies

org.apache.xmlbeans.XmlObject insertNewEnergies(int i)
Inserts and returns a new empty value (as xml) as the ith "energies" element


addNewEnergies

org.apache.xmlbeans.XmlObject addNewEnergies()
Appends and returns a new empty value (as xml) as the last "energies" element


removeEnergies

void removeEnergies(int i)
Removes the ith "energies" element


getWeightsArray

double[] getWeightsArray()
Gets array of all "weights" elements


getWeightsArray

double getWeightsArray(int i)
Gets ith "weights" element


xgetWeightsArray

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


xgetWeightsArray

org.apache.xmlbeans.XmlDouble xgetWeightsArray(int i)
Gets (as xml) ith "weights" element


sizeOfWeightsArray

int sizeOfWeightsArray()
Returns number of "weights" element


setWeightsArray

void setWeightsArray(double[] weightsArray)
Sets array of all "weights" element


setWeightsArray

void setWeightsArray(int i,
                     double weights)
Sets ith "weights" element


xsetWeightsArray

void xsetWeightsArray(org.apache.xmlbeans.XmlDouble[] weightsArray)
Sets (as xml) array of all "weights" element


xsetWeightsArray

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


insertWeights

void insertWeights(int i,
                   double weights)
Inserts the value as the ith "weights" element


addWeights

void addWeights(double weights)
Appends the value as the last "weights" element


insertNewWeights

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


addNewWeights

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


removeWeights

void removeWeights(int i)
Removes the ith "weights" element



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