net.sf.taverna.x2008.xml.plugins
Interface Plugins

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

public interface Plugins
extends org.apache.xmlbeans.XmlObject

An XML Plugins(@http://taverna.sf.net/2008/xml/plugins). This is a complex type.


Nested Class Summary
static class Plugins.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
 DescribedPlugin addNewPlugin()
          Appends and returns a new empty value (as xml) as the last "plugin" element
 DescribedPlugin[] getPluginArray()
          Gets array of all "plugin" elements
 DescribedPlugin getPluginArray(int i)
          Gets ith "plugin" element
 DescribedPlugin insertNewPlugin(int i)
          Inserts and returns a new empty value (as xml) as the ith "plugin" element
 void removePlugin(int i)
          Removes the ith "plugin" element
 void setPluginArray(DescribedPlugin[] pluginArray)
          Sets array of all "plugin" element
 void setPluginArray(int i, DescribedPlugin plugin)
          Sets ith "plugin" element
 int sizeOfPluginArray()
          Returns number of "plugin" 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

getPluginArray

DescribedPlugin[] getPluginArray()
Gets array of all "plugin" elements


getPluginArray

DescribedPlugin getPluginArray(int i)
Gets ith "plugin" element


sizeOfPluginArray

int sizeOfPluginArray()
Returns number of "plugin" element


setPluginArray

void setPluginArray(DescribedPlugin[] pluginArray)
Sets array of all "plugin" element


setPluginArray

void setPluginArray(int i,
                    DescribedPlugin plugin)
Sets ith "plugin" element


insertNewPlugin

DescribedPlugin insertNewPlugin(int i)
Inserts and returns a new empty value (as xml) as the ith "plugin" element


addNewPlugin

DescribedPlugin addNewPlugin()
Appends and returns a new empty value (as xml) as the last "plugin" element


removePlugin

void removePlugin(int i)
Removes the ith "plugin" element