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

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

public interface ConfigurationType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ConfigurationType.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
 WSRFClientConfigurationType addNewWSRFClientConfiguration()
          Appends and returns a new empty "WSRFClientConfiguration" element
 WSRFEngineConfigurationType addNewWSRFEngineConfiguration()
          Appends and returns a new empty "WSRFEngineConfiguration" element
 WSRFClientConfigurationType getWSRFClientConfiguration()
          Gets the "WSRFClientConfiguration" element
 WSRFEngineConfigurationType getWSRFEngineConfiguration()
          Gets the "WSRFEngineConfiguration" element
 boolean isSetWSRFClientConfiguration()
          True if has "WSRFClientConfiguration" element
 boolean isSetWSRFEngineConfiguration()
          True if has "WSRFEngineConfiguration" element
 void setWSRFClientConfiguration(WSRFClientConfigurationType wsrfClientConfiguration)
          Sets the "WSRFClientConfiguration" element
 void setWSRFEngineConfiguration(WSRFEngineConfigurationType wsrfEngineConfiguration)
          Sets the "WSRFEngineConfiguration" element
 void unsetWSRFClientConfiguration()
          Unsets the "WSRFClientConfiguration" element
 void unsetWSRFEngineConfiguration()
          Unsets the "WSRFEngineConfiguration" 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

getWSRFEngineConfiguration

WSRFEngineConfigurationType getWSRFEngineConfiguration()
Gets the "WSRFEngineConfiguration" element


isSetWSRFEngineConfiguration

boolean isSetWSRFEngineConfiguration()
True if has "WSRFEngineConfiguration" element


setWSRFEngineConfiguration

void setWSRFEngineConfiguration(WSRFEngineConfigurationType wsrfEngineConfiguration)
Sets the "WSRFEngineConfiguration" element


addNewWSRFEngineConfiguration

WSRFEngineConfigurationType addNewWSRFEngineConfiguration()
Appends and returns a new empty "WSRFEngineConfiguration" element


unsetWSRFEngineConfiguration

void unsetWSRFEngineConfiguration()
Unsets the "WSRFEngineConfiguration" element


getWSRFClientConfiguration

WSRFClientConfigurationType getWSRFClientConfiguration()
Gets the "WSRFClientConfiguration" element


isSetWSRFClientConfiguration

boolean isSetWSRFClientConfiguration()
True if has "WSRFClientConfiguration" element


setWSRFClientConfiguration

void setWSRFClientConfiguration(WSRFClientConfigurationType wsrfClientConfiguration)
Sets the "WSRFClientConfiguration" element


addNewWSRFClientConfiguration

WSRFClientConfigurationType addNewWSRFClientConfiguration()
Appends and returns a new empty "WSRFClientConfiguration" element


unsetWSRFClientConfiguration

void unsetWSRFClientConfiguration()
Unsets the "WSRFClientConfiguration" element



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