org.apache.geronimo.xbeans.geronimo
Interface GerSinglepoolType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
GerPartitionedpoolType
All Known Implementing Classes:
GerPartitionedpoolTypeImpl, GerSinglepoolTypeImpl

public interface GerSinglepoolType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerSinglepoolType.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 addNewMatchAll()
          Appends and returns a new empty "match-all" element
 GerEmptyType addNewMatchOne()
          Appends and returns a new empty "match-one" element
 GerEmptyType addNewSelectOneAssumeMatch()
          Appends and returns a new empty "select-one-assume-match" element
 int getBlockingTimeoutMilliseconds()
          Gets the "blocking-timeout-milliseconds" element
 int getIdleTimeoutMinutes()
          Gets the "idle-timeout-minutes" element
 GerEmptyType getMatchAll()
          Gets the "match-all" element
 GerEmptyType getMatchOne()
          Gets the "match-one" element
 int getMaxSize()
          Gets the "max-size" element
 int getMinSize()
          Gets the "min-size" element
 GerEmptyType getSelectOneAssumeMatch()
          Gets the "select-one-assume-match" element
 boolean isSetBlockingTimeoutMilliseconds()
          True if has "blocking-timeout-milliseconds" element
 boolean isSetIdleTimeoutMinutes()
          True if has "idle-timeout-minutes" element
 boolean isSetMatchAll()
          True if has "match-all" element
 boolean isSetMatchOne()
          True if has "match-one" element
 boolean isSetMaxSize()
          True if has "max-size" element
 boolean isSetMinSize()
          True if has "min-size" element
 boolean isSetSelectOneAssumeMatch()
          True if has "select-one-assume-match" element
 void setBlockingTimeoutMilliseconds(int blockingTimeoutMilliseconds)
          Sets the "blocking-timeout-milliseconds" element
 void setIdleTimeoutMinutes(int idleTimeoutMinutes)
          Sets the "idle-timeout-minutes" element
 void setMatchAll(GerEmptyType matchAll)
          Sets the "match-all" element
 void setMatchOne(GerEmptyType matchOne)
          Sets the "match-one" element
 void setMaxSize(int maxSize)
          Sets the "max-size" element
 void setMinSize(int minSize)
          Sets the "min-size" element
 void setSelectOneAssumeMatch(GerEmptyType selectOneAssumeMatch)
          Sets the "select-one-assume-match" element
 void unsetBlockingTimeoutMilliseconds()
          Unsets the "blocking-timeout-milliseconds" element
 void unsetIdleTimeoutMinutes()
          Unsets the "idle-timeout-minutes" element
 void unsetMatchAll()
          Unsets the "match-all" element
 void unsetMatchOne()
          Unsets the "match-one" element
 void unsetMaxSize()
          Unsets the "max-size" element
 void unsetMinSize()
          Unsets the "min-size" element
 void unsetSelectOneAssumeMatch()
          Unsets the "select-one-assume-match" element
 org.apache.xmlbeans.XmlInt xgetBlockingTimeoutMilliseconds()
          Gets (as xml) the "blocking-timeout-milliseconds" element
 org.apache.xmlbeans.XmlInt xgetIdleTimeoutMinutes()
          Gets (as xml) the "idle-timeout-minutes" element
 org.apache.xmlbeans.XmlInt xgetMaxSize()
          Gets (as xml) the "max-size" element
 org.apache.xmlbeans.XmlInt xgetMinSize()
          Gets (as xml) the "min-size" element
 void xsetBlockingTimeoutMilliseconds(org.apache.xmlbeans.XmlInt blockingTimeoutMilliseconds)
          Sets (as xml) the "blocking-timeout-milliseconds" element
 void xsetIdleTimeoutMinutes(org.apache.xmlbeans.XmlInt idleTimeoutMinutes)
          Sets (as xml) the "idle-timeout-minutes" element
 void xsetMaxSize(org.apache.xmlbeans.XmlInt maxSize)
          Sets (as xml) the "max-size" element
 void xsetMinSize(org.apache.xmlbeans.XmlInt minSize)
          Sets (as xml) the "min-size" 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

getMaxSize

int getMaxSize()
Gets the "max-size" element


xgetMaxSize

org.apache.xmlbeans.XmlInt xgetMaxSize()
Gets (as xml) the "max-size" element


isSetMaxSize

boolean isSetMaxSize()
True if has "max-size" element


setMaxSize

void setMaxSize(int maxSize)
Sets the "max-size" element


xsetMaxSize

void xsetMaxSize(org.apache.xmlbeans.XmlInt maxSize)
Sets (as xml) the "max-size" element


unsetMaxSize

void unsetMaxSize()
Unsets the "max-size" element


getMinSize

int getMinSize()
Gets the "min-size" element


xgetMinSize

org.apache.xmlbeans.XmlInt xgetMinSize()
Gets (as xml) the "min-size" element


isSetMinSize

boolean isSetMinSize()
True if has "min-size" element


setMinSize

void setMinSize(int minSize)
Sets the "min-size" element


xsetMinSize

void xsetMinSize(org.apache.xmlbeans.XmlInt minSize)
Sets (as xml) the "min-size" element


unsetMinSize

void unsetMinSize()
Unsets the "min-size" element


getBlockingTimeoutMilliseconds

int getBlockingTimeoutMilliseconds()
Gets the "blocking-timeout-milliseconds" element


xgetBlockingTimeoutMilliseconds

org.apache.xmlbeans.XmlInt xgetBlockingTimeoutMilliseconds()
Gets (as xml) the "blocking-timeout-milliseconds" element


isSetBlockingTimeoutMilliseconds

boolean isSetBlockingTimeoutMilliseconds()
True if has "blocking-timeout-milliseconds" element


setBlockingTimeoutMilliseconds

void setBlockingTimeoutMilliseconds(int blockingTimeoutMilliseconds)
Sets the "blocking-timeout-milliseconds" element


xsetBlockingTimeoutMilliseconds

void xsetBlockingTimeoutMilliseconds(org.apache.xmlbeans.XmlInt blockingTimeoutMilliseconds)
Sets (as xml) the "blocking-timeout-milliseconds" element


unsetBlockingTimeoutMilliseconds

void unsetBlockingTimeoutMilliseconds()
Unsets the "blocking-timeout-milliseconds" element


getIdleTimeoutMinutes

int getIdleTimeoutMinutes()
Gets the "idle-timeout-minutes" element


xgetIdleTimeoutMinutes

org.apache.xmlbeans.XmlInt xgetIdleTimeoutMinutes()
Gets (as xml) the "idle-timeout-minutes" element


isSetIdleTimeoutMinutes

boolean isSetIdleTimeoutMinutes()
True if has "idle-timeout-minutes" element


setIdleTimeoutMinutes

void setIdleTimeoutMinutes(int idleTimeoutMinutes)
Sets the "idle-timeout-minutes" element


xsetIdleTimeoutMinutes

void xsetIdleTimeoutMinutes(org.apache.xmlbeans.XmlInt idleTimeoutMinutes)
Sets (as xml) the "idle-timeout-minutes" element


unsetIdleTimeoutMinutes

void unsetIdleTimeoutMinutes()
Unsets the "idle-timeout-minutes" element


getMatchOne

GerEmptyType getMatchOne()
Gets the "match-one" element


isSetMatchOne

boolean isSetMatchOne()
True if has "match-one" element


setMatchOne

void setMatchOne(GerEmptyType matchOne)
Sets the "match-one" element


addNewMatchOne

GerEmptyType addNewMatchOne()
Appends and returns a new empty "match-one" element


unsetMatchOne

void unsetMatchOne()
Unsets the "match-one" element


getMatchAll

GerEmptyType getMatchAll()
Gets the "match-all" element


isSetMatchAll

boolean isSetMatchAll()
True if has "match-all" element


setMatchAll

void setMatchAll(GerEmptyType matchAll)
Sets the "match-all" element


addNewMatchAll

GerEmptyType addNewMatchAll()
Appends and returns a new empty "match-all" element


unsetMatchAll

void unsetMatchAll()
Unsets the "match-all" element


getSelectOneAssumeMatch

GerEmptyType getSelectOneAssumeMatch()
Gets the "select-one-assume-match" element


isSetSelectOneAssumeMatch

boolean isSetSelectOneAssumeMatch()
True if has "select-one-assume-match" element


setSelectOneAssumeMatch

void setSelectOneAssumeMatch(GerEmptyType selectOneAssumeMatch)
Sets the "select-one-assume-match" element


addNewSelectOneAssumeMatch

GerEmptyType addNewSelectOneAssumeMatch()
Appends and returns a new empty "select-one-assume-match" element


unsetSelectOneAssumeMatch

void unsetSelectOneAssumeMatch()
Unsets the "select-one-assume-match" element



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