org.apache.geronimo.xbeans.geronimo
Interface GerPartitionedpoolType

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

public interface GerPartitionedpoolType
extends GerSinglepoolType

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


Nested Class Summary
static class GerPartitionedpoolType.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 addNewPartitionByConnectionrequestinfo()
          Appends and returns a new empty "partition-by-connectionrequestinfo" element
 GerEmptyType addNewPartitionBySubject()
          Appends and returns a new empty "partition-by-subject" element
 GerEmptyType getPartitionByConnectionrequestinfo()
          Gets the "partition-by-connectionrequestinfo" element
 GerEmptyType getPartitionBySubject()
          Gets the "partition-by-subject" element
 boolean isSetPartitionByConnectionrequestinfo()
          True if has "partition-by-connectionrequestinfo" element
 boolean isSetPartitionBySubject()
          True if has "partition-by-subject" element
 void setPartitionByConnectionrequestinfo(GerEmptyType partitionByConnectionrequestinfo)
          Sets the "partition-by-connectionrequestinfo" element
 void setPartitionBySubject(GerEmptyType partitionBySubject)
          Sets the "partition-by-subject" element
 void unsetPartitionByConnectionrequestinfo()
          Unsets the "partition-by-connectionrequestinfo" element
 void unsetPartitionBySubject()
          Unsets the "partition-by-subject" element
 
Methods inherited from interface org.apache.geronimo.xbeans.geronimo.GerSinglepoolType
addNewMatchAll, addNewMatchOne, addNewSelectOneAssumeMatch, getBlockingTimeoutMilliseconds, getIdleTimeoutMinutes, getMatchAll, getMatchOne, getMaxSize, getMinSize, getSelectOneAssumeMatch, isSetBlockingTimeoutMilliseconds, isSetIdleTimeoutMinutes, isSetMatchAll, isSetMatchOne, isSetMaxSize, isSetMinSize, isSetSelectOneAssumeMatch, setBlockingTimeoutMilliseconds, setIdleTimeoutMinutes, setMatchAll, setMatchOne, setMaxSize, setMinSize, setSelectOneAssumeMatch, unsetBlockingTimeoutMilliseconds, unsetIdleTimeoutMinutes, unsetMatchAll, unsetMatchOne, unsetMaxSize, unsetMinSize, unsetSelectOneAssumeMatch, xgetBlockingTimeoutMilliseconds, xgetIdleTimeoutMinutes, xgetMaxSize, xgetMinSize, xsetBlockingTimeoutMilliseconds, xsetIdleTimeoutMinutes, xsetMaxSize, xsetMinSize
 
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

getPartitionBySubject

GerEmptyType getPartitionBySubject()
Gets the "partition-by-subject" element


isSetPartitionBySubject

boolean isSetPartitionBySubject()
True if has "partition-by-subject" element


setPartitionBySubject

void setPartitionBySubject(GerEmptyType partitionBySubject)
Sets the "partition-by-subject" element


addNewPartitionBySubject

GerEmptyType addNewPartitionBySubject()
Appends and returns a new empty "partition-by-subject" element


unsetPartitionBySubject

void unsetPartitionBySubject()
Unsets the "partition-by-subject" element


getPartitionByConnectionrequestinfo

GerEmptyType getPartitionByConnectionrequestinfo()
Gets the "partition-by-connectionrequestinfo" element


isSetPartitionByConnectionrequestinfo

boolean isSetPartitionByConnectionrequestinfo()
True if has "partition-by-connectionrequestinfo" element


setPartitionByConnectionrequestinfo

void setPartitionByConnectionrequestinfo(GerEmptyType partitionByConnectionrequestinfo)
Sets the "partition-by-connectionrequestinfo" element


addNewPartitionByConnectionrequestinfo

GerEmptyType addNewPartitionByConnectionrequestinfo()
Appends and returns a new empty "partition-by-connectionrequestinfo" element


unsetPartitionByConnectionrequestinfo

void unsetPartitionByConnectionrequestinfo()
Unsets the "partition-by-connectionrequestinfo" element



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