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

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

public interface Repositories
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class Repositories.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.XmlAnyURI addNewRepository()
          Appends and returns a new empty value (as xml) as the last "repository" element
 void addRepository(java.lang.String repository)
          Appends the value as the last "repository" element
 java.lang.String[] getRepositoryArray()
          Gets array of all "repository" elements
 java.lang.String getRepositoryArray(int i)
          Gets ith "repository" element
 org.apache.xmlbeans.XmlAnyURI insertNewRepository(int i)
          Inserts and returns a new empty value (as xml) as the ith "repository" element
 void insertRepository(int i, java.lang.String repository)
          Inserts the value as the ith "repository" element
 void removeRepository(int i)
          Removes the ith "repository" element
 void setRepositoryArray(int i, java.lang.String repository)
          Sets ith "repository" element
 void setRepositoryArray(java.lang.String[] repositoryArray)
          Sets array of all "repository" element
 int sizeOfRepositoryArray()
          Returns number of "repository" element
 org.apache.xmlbeans.XmlAnyURI[] xgetRepositoryArray()
          Gets (as xml) array of all "repository" elements
 org.apache.xmlbeans.XmlAnyURI xgetRepositoryArray(int i)
          Gets (as xml) ith "repository" element
 void xsetRepositoryArray(int i, org.apache.xmlbeans.XmlAnyURI repository)
          Sets (as xml) ith "repository" element
 void xsetRepositoryArray(org.apache.xmlbeans.XmlAnyURI[] repositoryArray)
          Sets (as xml) array of all "repository" 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

getRepositoryArray

java.lang.String[] getRepositoryArray()
Gets array of all "repository" elements


getRepositoryArray

java.lang.String getRepositoryArray(int i)
Gets ith "repository" element


xgetRepositoryArray

org.apache.xmlbeans.XmlAnyURI[] xgetRepositoryArray()
Gets (as xml) array of all "repository" elements


xgetRepositoryArray

org.apache.xmlbeans.XmlAnyURI xgetRepositoryArray(int i)
Gets (as xml) ith "repository" element


sizeOfRepositoryArray

int sizeOfRepositoryArray()
Returns number of "repository" element


setRepositoryArray

void setRepositoryArray(java.lang.String[] repositoryArray)
Sets array of all "repository" element


setRepositoryArray

void setRepositoryArray(int i,
                        java.lang.String repository)
Sets ith "repository" element


xsetRepositoryArray

void xsetRepositoryArray(org.apache.xmlbeans.XmlAnyURI[] repositoryArray)
Sets (as xml) array of all "repository" element


xsetRepositoryArray

void xsetRepositoryArray(int i,
                         org.apache.xmlbeans.XmlAnyURI repository)
Sets (as xml) ith "repository" element


insertRepository

void insertRepository(int i,
                      java.lang.String repository)
Inserts the value as the ith "repository" element


addRepository

void addRepository(java.lang.String repository)
Appends the value as the last "repository" element


insertNewRepository

org.apache.xmlbeans.XmlAnyURI insertNewRepository(int i)
Inserts and returns a new empty value (as xml) as the ith "repository" element


addNewRepository

org.apache.xmlbeans.XmlAnyURI addNewRepository()
Appends and returns a new empty value (as xml) as the last "repository" element


removeRepository

void removeRepository(int i)
Removes the ith "repository" element