org.apache.geronimo.xbeans.geronimo
Interface GerConnectionmanagerType

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

public interface GerConnectionmanagerType
extends org.apache.xmlbeans.XmlObject

An XML connectionmanagerType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2). This is a complex type.


Nested Class Summary
static class GerConnectionmanagerType.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
 GerEmptyType addNewContainerManagedSecurity()
          Appends and returns a new empty "container-managed-security" element
 GerEmptyType addNewLocalTransaction()
          Appends and returns a new empty "local-transaction" element
 GerEmptyType addNewNoPool()
          Appends and returns a new empty "no-pool" element
 GerEmptyType addNewNoTransaction()
          Appends and returns a new empty "no-transaction" element
 GerPartitionedpoolType addNewPartitionedPool()
          Appends and returns a new empty "partitioned-pool" element
 GerSinglepoolType addNewSinglePool()
          Appends and returns a new empty "single-pool" element
 GerEmptyType addNewTransactionLog()
          Appends and returns a new empty "transaction-log" element
 GerXatransactionType addNewXaTransaction()
          Appends and returns a new empty "xa-transaction" element
 GerEmptyType getContainerManagedSecurity()
          Gets the "container-managed-security" element
 GerEmptyType getLocalTransaction()
          Gets the "local-transaction" element
 GerEmptyType getNoPool()
          Gets the "no-pool" element
 GerEmptyType getNoTransaction()
          Gets the "no-transaction" element
 GerPartitionedpoolType getPartitionedPool()
          Gets the "partitioned-pool" element
 GerSinglepoolType getSinglePool()
          Gets the "single-pool" element
 GerEmptyType getTransactionLog()
          Gets the "transaction-log" element
 GerXatransactionType getXaTransaction()
          Gets the "xa-transaction" element
 boolean isSetContainerManagedSecurity()
          True if has "container-managed-security" element
 boolean isSetLocalTransaction()
          True if has "local-transaction" element
 boolean isSetNoPool()
          True if has "no-pool" element
 boolean isSetNoTransaction()
          True if has "no-transaction" element
 boolean isSetPartitionedPool()
          True if has "partitioned-pool" element
 boolean isSetSinglePool()
          True if has "single-pool" element
 boolean isSetTransactionLog()
          True if has "transaction-log" element
 boolean isSetXaTransaction()
          True if has "xa-transaction" element
 void setContainerManagedSecurity(GerEmptyType containerManagedSecurity)
          Sets the "container-managed-security" element
 void setLocalTransaction(GerEmptyType localTransaction)
          Sets the "local-transaction" element
 void setNoPool(GerEmptyType noPool)
          Sets the "no-pool" element
 void setNoTransaction(GerEmptyType noTransaction)
          Sets the "no-transaction" element
 void setPartitionedPool(GerPartitionedpoolType partitionedPool)
          Sets the "partitioned-pool" element
 void setSinglePool(GerSinglepoolType singlePool)
          Sets the "single-pool" element
 void setTransactionLog(GerEmptyType transactionLog)
          Sets the "transaction-log" element
 void setXaTransaction(GerXatransactionType xaTransaction)
          Sets the "xa-transaction" element
 void unsetContainerManagedSecurity()
          Unsets the "container-managed-security" element
 void unsetLocalTransaction()
          Unsets the "local-transaction" element
 void unsetNoPool()
          Unsets the "no-pool" element
 void unsetNoTransaction()
          Unsets the "no-transaction" element
 void unsetPartitionedPool()
          Unsets the "partitioned-pool" element
 void unsetSinglePool()
          Unsets the "single-pool" element
 void unsetTransactionLog()
          Unsets the "transaction-log" element
 void unsetXaTransaction()
          Unsets the "xa-transaction" 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

getContainerManagedSecurity

GerEmptyType getContainerManagedSecurity()
Gets the "container-managed-security" element


isSetContainerManagedSecurity

boolean isSetContainerManagedSecurity()
True if has "container-managed-security" element


setContainerManagedSecurity

void setContainerManagedSecurity(GerEmptyType containerManagedSecurity)
Sets the "container-managed-security" element


addNewContainerManagedSecurity

GerEmptyType addNewContainerManagedSecurity()
Appends and returns a new empty "container-managed-security" element


unsetContainerManagedSecurity

void unsetContainerManagedSecurity()
Unsets the "container-managed-security" element


getNoTransaction

GerEmptyType getNoTransaction()
Gets the "no-transaction" element


isSetNoTransaction

boolean isSetNoTransaction()
True if has "no-transaction" element


setNoTransaction

void setNoTransaction(GerEmptyType noTransaction)
Sets the "no-transaction" element


addNewNoTransaction

GerEmptyType addNewNoTransaction()
Appends and returns a new empty "no-transaction" element


unsetNoTransaction

void unsetNoTransaction()
Unsets the "no-transaction" element


getLocalTransaction

GerEmptyType getLocalTransaction()
Gets the "local-transaction" element


isSetLocalTransaction

boolean isSetLocalTransaction()
True if has "local-transaction" element


setLocalTransaction

void setLocalTransaction(GerEmptyType localTransaction)
Sets the "local-transaction" element


addNewLocalTransaction

GerEmptyType addNewLocalTransaction()
Appends and returns a new empty "local-transaction" element


unsetLocalTransaction

void unsetLocalTransaction()
Unsets the "local-transaction" element


getXaTransaction

GerXatransactionType getXaTransaction()
Gets the "xa-transaction" element


isSetXaTransaction

boolean isSetXaTransaction()
True if has "xa-transaction" element


setXaTransaction

void setXaTransaction(GerXatransactionType xaTransaction)
Sets the "xa-transaction" element


addNewXaTransaction

GerXatransactionType addNewXaTransaction()
Appends and returns a new empty "xa-transaction" element


unsetXaTransaction

void unsetXaTransaction()
Unsets the "xa-transaction" element


getTransactionLog

GerEmptyType getTransactionLog()
Gets the "transaction-log" element


isSetTransactionLog

boolean isSetTransactionLog()
True if has "transaction-log" element


setTransactionLog

void setTransactionLog(GerEmptyType transactionLog)
Sets the "transaction-log" element


addNewTransactionLog

GerEmptyType addNewTransactionLog()
Appends and returns a new empty "transaction-log" element


unsetTransactionLog

void unsetTransactionLog()
Unsets the "transaction-log" element


getNoPool

GerEmptyType getNoPool()
Gets the "no-pool" element


isSetNoPool

boolean isSetNoPool()
True if has "no-pool" element


setNoPool

void setNoPool(GerEmptyType noPool)
Sets the "no-pool" element


addNewNoPool

GerEmptyType addNewNoPool()
Appends and returns a new empty "no-pool" element


unsetNoPool

void unsetNoPool()
Unsets the "no-pool" element


getSinglePool

GerSinglepoolType getSinglePool()
Gets the "single-pool" element


isSetSinglePool

boolean isSetSinglePool()
True if has "single-pool" element


setSinglePool

void setSinglePool(GerSinglepoolType singlePool)
Sets the "single-pool" element


addNewSinglePool

GerSinglepoolType addNewSinglePool()
Appends and returns a new empty "single-pool" element


unsetSinglePool

void unsetSinglePool()
Unsets the "single-pool" element


getPartitionedPool

GerPartitionedpoolType getPartitionedPool()
Gets the "partitioned-pool" element


isSetPartitionedPool

boolean isSetPartitionedPool()
True if has "partitioned-pool" element


setPartitionedPool

void setPartitionedPool(GerPartitionedpoolType partitionedPool)
Sets the "partitioned-pool" element


addNewPartitionedPool

GerPartitionedpoolType addNewPartitionedPool()
Appends and returns a new empty "partitioned-pool" element


unsetPartitionedPool

void unsetPartitionedPool()
Unsets the "partitioned-pool" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.