org.ogf.graap.wsag4j.types.configuration
Interface WSAG4JEngineInstanceListType

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

public interface WSAG4JEngineInstanceListType
extends org.apache.xmlbeans.XmlObject

An XML WSAG4JEngineInstanceListType(@http://schemas.scai.fraunhofer.de/config/wsag4j). This is a complex type.


Nested Class Summary
static class WSAG4JEngineInstanceListType.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
 WSAG4JEngineInstanceType addNewWSAG4JEngine()
          Appends and returns a new empty value (as xml) as the last "WSAG4JEngine" element
 WSAG4JEngineInstanceType[] getWSAG4JEngineArray()
          Gets array of all "WSAG4JEngine" elements
 WSAG4JEngineInstanceType getWSAG4JEngineArray(int i)
          Gets ith "WSAG4JEngine" element
 WSAG4JEngineInstanceType insertNewWSAG4JEngine(int i)
          Inserts and returns a new empty value (as xml) as the ith "WSAG4JEngine" element
 void removeWSAG4JEngine(int i)
          Removes the ith "WSAG4JEngine" element
 void setWSAG4JEngineArray(int i, WSAG4JEngineInstanceType wsag4JEngine)
          Sets ith "WSAG4JEngine" element
 void setWSAG4JEngineArray(WSAG4JEngineInstanceType[] wsag4JEngineArray)
          Sets array of all "WSAG4JEngine" element
 int sizeOfWSAG4JEngineArray()
          Returns number of "WSAG4JEngine" 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

getWSAG4JEngineArray

WSAG4JEngineInstanceType[] getWSAG4JEngineArray()
Gets array of all "WSAG4JEngine" elements


getWSAG4JEngineArray

WSAG4JEngineInstanceType getWSAG4JEngineArray(int i)
Gets ith "WSAG4JEngine" element


sizeOfWSAG4JEngineArray

int sizeOfWSAG4JEngineArray()
Returns number of "WSAG4JEngine" element


setWSAG4JEngineArray

void setWSAG4JEngineArray(WSAG4JEngineInstanceType[] wsag4JEngineArray)
Sets array of all "WSAG4JEngine" element


setWSAG4JEngineArray

void setWSAG4JEngineArray(int i,
                          WSAG4JEngineInstanceType wsag4JEngine)
Sets ith "WSAG4JEngine" element


insertNewWSAG4JEngine

WSAG4JEngineInstanceType insertNewWSAG4JEngine(int i)
Inserts and returns a new empty value (as xml) as the ith "WSAG4JEngine" element


addNewWSAG4JEngine

WSAG4JEngineInstanceType addNewWSAG4JEngine()
Appends and returns a new empty value (as xml) as the last "WSAG4JEngine" element


removeWSAG4JEngine

void removeWSAG4JEngine(int i)
Removes the ith "WSAG4JEngine" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.