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

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

public interface WSAG4JEngineConfigurationType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class WSAG4JEngineConfigurationType.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
 ActionType addNewAction()
          Appends and returns a new empty value (as xml) as the last "Action" element
 FactoryConfigurationType addNewFactory()
          Appends and returns a new empty "Factory" element
 ValidatorType addNewValidator()
          Appends and returns a new empty "Validator" element
 ActionType[] getActionArray()
          Gets array of all "Action" elements
 ActionType getActionArray(int i)
          Gets ith "Action" element
 FactoryConfigurationType getFactory()
          Gets the "Factory" element
 String getResourceId()
          Gets the "ResourceId" element
 ValidatorType getValidator()
          Gets the "Validator" element
 ActionType insertNewAction(int i)
          Inserts and returns a new empty value (as xml) as the ith "Action" element
 boolean isSetResourceId()
          True if has "ResourceId" element
 boolean isSetValidator()
          True if has "Validator" element
 void removeAction(int i)
          Removes the ith "Action" element
 void setActionArray(ActionType[] actionArray)
          Sets array of all "Action" element
 void setActionArray(int i, ActionType action)
          Sets ith "Action" element
 void setFactory(FactoryConfigurationType factory)
          Sets the "Factory" element
 void setResourceId(String resourceId)
          Sets the "ResourceId" element
 void setValidator(ValidatorType validator)
          Sets the "Validator" element
 int sizeOfActionArray()
          Returns number of "Action" element
 void unsetResourceId()
          Unsets the "ResourceId" element
 void unsetValidator()
          Unsets the "Validator" element
 org.apache.xmlbeans.XmlString xgetResourceId()
          Gets (as xml) the "ResourceId" element
 void xsetResourceId(org.apache.xmlbeans.XmlString resourceId)
          Sets (as xml) the "ResourceId" 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

getResourceId

String getResourceId()
Gets the "ResourceId" element


xgetResourceId

org.apache.xmlbeans.XmlString xgetResourceId()
Gets (as xml) the "ResourceId" element


isSetResourceId

boolean isSetResourceId()
True if has "ResourceId" element


setResourceId

void setResourceId(String resourceId)
Sets the "ResourceId" element


xsetResourceId

void xsetResourceId(org.apache.xmlbeans.XmlString resourceId)
Sets (as xml) the "ResourceId" element


unsetResourceId

void unsetResourceId()
Unsets the "ResourceId" element


getFactory

FactoryConfigurationType getFactory()
Gets the "Factory" element


setFactory

void setFactory(FactoryConfigurationType factory)
Sets the "Factory" element


addNewFactory

FactoryConfigurationType addNewFactory()
Appends and returns a new empty "Factory" element


getValidator

ValidatorType getValidator()
Gets the "Validator" element


isSetValidator

boolean isSetValidator()
True if has "Validator" element


setValidator

void setValidator(ValidatorType validator)
Sets the "Validator" element


addNewValidator

ValidatorType addNewValidator()
Appends and returns a new empty "Validator" element


unsetValidator

void unsetValidator()
Unsets the "Validator" element


getActionArray

ActionType[] getActionArray()
Gets array of all "Action" elements


getActionArray

ActionType getActionArray(int i)
Gets ith "Action" element


sizeOfActionArray

int sizeOfActionArray()
Returns number of "Action" element


setActionArray

void setActionArray(ActionType[] actionArray)
Sets array of all "Action" element


setActionArray

void setActionArray(int i,
                    ActionType action)
Sets ith "Action" element


insertNewAction

ActionType insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element


addNewAction

ActionType addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element


removeAction

void removeAction(int i)
Removes the ith "Action" element



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