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

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

public interface ActionType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ActionType.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
 ImplementationConfigurationType addNewCreateAgreementConfiguration()
          Appends and returns a new empty "CreateAgreementConfiguration" element
 ImplementationConfigurationType addNewGetTemplateConfiguration()
          Appends and returns a new empty "GetTemplateConfiguration" element
 ImplementationConfigurationType addNewNegotiationConfiguration()
          Appends and returns a new empty "NegotiationConfiguration" element
 ImplementationConfigurationType getCreateAgreementConfiguration()
          Gets the "CreateAgreementConfiguration" element
 ImplementationConfigurationType getGetTemplateConfiguration()
          Gets the "GetTemplateConfiguration" element
 String getName()
          Gets the "name" attribute
 ImplementationConfigurationType getNegotiationConfiguration()
          Gets the "NegotiationConfiguration" element
 boolean getUseSession()
          Gets the "useSession" attribute
 boolean isSetUseSession()
          True if has "useSession" attribute
 void setCreateAgreementConfiguration(ImplementationConfigurationType createAgreementConfiguration)
          Sets the "CreateAgreementConfiguration" element
 void setGetTemplateConfiguration(ImplementationConfigurationType getTemplateConfiguration)
          Sets the "GetTemplateConfiguration" element
 void setName(String name)
          Sets the "name" attribute
 void setNegotiationConfiguration(ImplementationConfigurationType negotiationConfiguration)
          Sets the "NegotiationConfiguration" element
 void setUseSession(boolean useSession)
          Sets the "useSession" attribute
 void unsetUseSession()
          Unsets the "useSession" attribute
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" attribute
 org.apache.xmlbeans.XmlBoolean xgetUseSession()
          Gets (as xml) the "useSession" attribute
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" attribute
 void xsetUseSession(org.apache.xmlbeans.XmlBoolean useSession)
          Sets (as xml) the "useSession" attribute
 
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

getCreateAgreementConfiguration

ImplementationConfigurationType getCreateAgreementConfiguration()
Gets the "CreateAgreementConfiguration" element


setCreateAgreementConfiguration

void setCreateAgreementConfiguration(ImplementationConfigurationType createAgreementConfiguration)
Sets the "CreateAgreementConfiguration" element


addNewCreateAgreementConfiguration

ImplementationConfigurationType addNewCreateAgreementConfiguration()
Appends and returns a new empty "CreateAgreementConfiguration" element


getGetTemplateConfiguration

ImplementationConfigurationType getGetTemplateConfiguration()
Gets the "GetTemplateConfiguration" element


setGetTemplateConfiguration

void setGetTemplateConfiguration(ImplementationConfigurationType getTemplateConfiguration)
Sets the "GetTemplateConfiguration" element


addNewGetTemplateConfiguration

ImplementationConfigurationType addNewGetTemplateConfiguration()
Appends and returns a new empty "GetTemplateConfiguration" element


getNegotiationConfiguration

ImplementationConfigurationType getNegotiationConfiguration()
Gets the "NegotiationConfiguration" element


setNegotiationConfiguration

void setNegotiationConfiguration(ImplementationConfigurationType negotiationConfiguration)
Sets the "NegotiationConfiguration" element


addNewNegotiationConfiguration

ImplementationConfigurationType addNewNegotiationConfiguration()
Appends and returns a new empty "NegotiationConfiguration" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


getUseSession

boolean getUseSession()
Gets the "useSession" attribute


xgetUseSession

org.apache.xmlbeans.XmlBoolean xgetUseSession()
Gets (as xml) the "useSession" attribute


isSetUseSession

boolean isSetUseSession()
True if has "useSession" attribute


setUseSession

void setUseSession(boolean useSession)
Sets the "useSession" attribute


xsetUseSession

void xsetUseSession(org.apache.xmlbeans.XmlBoolean useSession)
Sets (as xml) the "useSession" attribute


unsetUseSession

void unsetUseSession()
Unsets the "useSession" attribute



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