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

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

public interface WSRFEngineConfigurationType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class WSRFEngineConfigurationType.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
 KeystoreConfigurationType addNewKeystore()
          Appends and returns a new empty "Keystore" element
 HandlerChainType addNewSecurityHandlerChain()
          Appends and returns a new empty "SecurityHandlerChain" element
 TruststoreConfigurationType addNewTruststore()
          Appends and returns a new empty "Truststore" element
 WSAG4JEngineInstanceListType addNewWSAG4JEngineInstances()
          Appends and returns a new empty "WSAG4JEngineInstances" element
 String getGatewayAddress()
          Gets the "GatewayAddress" element
 KeystoreConfigurationType getKeystore()
          Gets the "Keystore" element
 HandlerChainType getSecurityHandlerChain()
          Gets the "SecurityHandlerChain" element
 TruststoreConfigurationType getTruststore()
          Gets the "Truststore" element
 WSAG4JEngineInstanceListType getWSAG4JEngineInstances()
          Gets the "WSAG4JEngineInstances" element
 boolean isSetSecurityHandlerChain()
          True if has "SecurityHandlerChain" element
 boolean isSetWSAG4JEngineInstances()
          True if has "WSAG4JEngineInstances" element
 void setGatewayAddress(String gatewayAddress)
          Sets the "GatewayAddress" element
 void setKeystore(KeystoreConfigurationType keystore)
          Sets the "Keystore" element
 void setSecurityHandlerChain(HandlerChainType securityHandlerChain)
          Sets the "SecurityHandlerChain" element
 void setTruststore(TruststoreConfigurationType truststore)
          Sets the "Truststore" element
 void setWSAG4JEngineInstances(WSAG4JEngineInstanceListType wsag4JEngineInstances)
          Sets the "WSAG4JEngineInstances" element
 void unsetSecurityHandlerChain()
          Unsets the "SecurityHandlerChain" element
 void unsetWSAG4JEngineInstances()
          Unsets the "WSAG4JEngineInstances" element
 org.apache.xmlbeans.XmlString xgetGatewayAddress()
          Gets (as xml) the "GatewayAddress" element
 void xsetGatewayAddress(org.apache.xmlbeans.XmlString gatewayAddress)
          Sets (as xml) the "GatewayAddress" 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

getGatewayAddress

String getGatewayAddress()
Gets the "GatewayAddress" element


xgetGatewayAddress

org.apache.xmlbeans.XmlString xgetGatewayAddress()
Gets (as xml) the "GatewayAddress" element


setGatewayAddress

void setGatewayAddress(String gatewayAddress)
Sets the "GatewayAddress" element


xsetGatewayAddress

void xsetGatewayAddress(org.apache.xmlbeans.XmlString gatewayAddress)
Sets (as xml) the "GatewayAddress" element


getKeystore

KeystoreConfigurationType getKeystore()
Gets the "Keystore" element


setKeystore

void setKeystore(KeystoreConfigurationType keystore)
Sets the "Keystore" element


addNewKeystore

KeystoreConfigurationType addNewKeystore()
Appends and returns a new empty "Keystore" element


getTruststore

TruststoreConfigurationType getTruststore()
Gets the "Truststore" element


setTruststore

void setTruststore(TruststoreConfigurationType truststore)
Sets the "Truststore" element


addNewTruststore

TruststoreConfigurationType addNewTruststore()
Appends and returns a new empty "Truststore" element


getSecurityHandlerChain

HandlerChainType getSecurityHandlerChain()
Gets the "SecurityHandlerChain" element


isSetSecurityHandlerChain

boolean isSetSecurityHandlerChain()
True if has "SecurityHandlerChain" element


setSecurityHandlerChain

void setSecurityHandlerChain(HandlerChainType securityHandlerChain)
Sets the "SecurityHandlerChain" element


addNewSecurityHandlerChain

HandlerChainType addNewSecurityHandlerChain()
Appends and returns a new empty "SecurityHandlerChain" element


unsetSecurityHandlerChain

void unsetSecurityHandlerChain()
Unsets the "SecurityHandlerChain" element


getWSAG4JEngineInstances

WSAG4JEngineInstanceListType getWSAG4JEngineInstances()
Gets the "WSAG4JEngineInstances" element


isSetWSAG4JEngineInstances

boolean isSetWSAG4JEngineInstances()
True if has "WSAG4JEngineInstances" element


setWSAG4JEngineInstances

void setWSAG4JEngineInstances(WSAG4JEngineInstanceListType wsag4JEngineInstances)
Sets the "WSAG4JEngineInstances" element


addNewWSAG4JEngineInstances

WSAG4JEngineInstanceListType addNewWSAG4JEngineInstances()
Appends and returns a new empty "WSAG4JEngineInstances" element


unsetWSAG4JEngineInstances

void unsetWSAG4JEngineInstances()
Unsets the "WSAG4JEngineInstances" element



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