org.apache.geronimo.xbeans.geronimo
Interface GerTomcatClusteringWadiType

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

public interface GerTomcatClusteringWadiType
extends GerAbstractClusteringType

An XML tomcat-clustering-wadiType(@http://geronimo.apache.org/xml/ns/tomcat-clustering-wadi-1.2). This is a complex type.


Nested Class Summary
static class GerTomcatClusteringWadiType.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
 GerPatternType addNewBackingStrategyFactory()
          Appends and returns a new empty "backing-strategy-factory" element
 GerPatternType addNewCluster()
          Appends and returns a new empty "cluster" element
 GerPatternType getBackingStrategyFactory()
          Gets the "backing-strategy-factory" element
 GerPatternType getCluster()
          Gets the "cluster" element
 boolean getDeltaReplication()
          Gets the "deltaReplication" element
 boolean getDisableReplication()
          Gets the "disableReplication" element
 BigInteger getNumPartitions()
          Gets the "numPartitions" element
 BigInteger getSweepInterval()
          Gets the "sweepInterval" element
 boolean isSetBackingStrategyFactory()
          True if has "backing-strategy-factory" element
 boolean isSetCluster()
          True if has "cluster" element
 boolean isSetDeltaReplication()
          True if has "deltaReplication" element
 boolean isSetDisableReplication()
          True if has "disableReplication" element
 boolean isSetNumPartitions()
          True if has "numPartitions" element
 boolean isSetSweepInterval()
          True if has "sweepInterval" element
 void setBackingStrategyFactory(GerPatternType backingStrategyFactory)
          Sets the "backing-strategy-factory" element
 void setCluster(GerPatternType cluster)
          Sets the "cluster" element
 void setDeltaReplication(boolean deltaReplication)
          Sets the "deltaReplication" element
 void setDisableReplication(boolean disableReplication)
          Sets the "disableReplication" element
 void setNumPartitions(BigInteger numPartitions)
          Sets the "numPartitions" element
 void setSweepInterval(BigInteger sweepInterval)
          Sets the "sweepInterval" element
 void unsetBackingStrategyFactory()
          Unsets the "backing-strategy-factory" element
 void unsetCluster()
          Unsets the "cluster" element
 void unsetDeltaReplication()
          Unsets the "deltaReplication" element
 void unsetDisableReplication()
          Unsets the "disableReplication" element
 void unsetNumPartitions()
          Unsets the "numPartitions" element
 void unsetSweepInterval()
          Unsets the "sweepInterval" element
 org.apache.xmlbeans.XmlBoolean xgetDeltaReplication()
          Gets (as xml) the "deltaReplication" element
 org.apache.xmlbeans.XmlBoolean xgetDisableReplication()
          Gets (as xml) the "disableReplication" element
 org.apache.xmlbeans.XmlInteger xgetNumPartitions()
          Gets (as xml) the "numPartitions" element
 org.apache.xmlbeans.XmlInteger xgetSweepInterval()
          Gets (as xml) the "sweepInterval" element
 void xsetDeltaReplication(org.apache.xmlbeans.XmlBoolean deltaReplication)
          Sets (as xml) the "deltaReplication" element
 void xsetDisableReplication(org.apache.xmlbeans.XmlBoolean disableReplication)
          Sets (as xml) the "disableReplication" element
 void xsetNumPartitions(org.apache.xmlbeans.XmlInteger numPartitions)
          Sets (as xml) the "numPartitions" element
 void xsetSweepInterval(org.apache.xmlbeans.XmlInteger sweepInterval)
          Sets (as xml) the "sweepInterval" 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

getSweepInterval

BigInteger getSweepInterval()
Gets the "sweepInterval" element


xgetSweepInterval

org.apache.xmlbeans.XmlInteger xgetSweepInterval()
Gets (as xml) the "sweepInterval" element


isSetSweepInterval

boolean isSetSweepInterval()
True if has "sweepInterval" element


setSweepInterval

void setSweepInterval(BigInteger sweepInterval)
Sets the "sweepInterval" element


xsetSweepInterval

void xsetSweepInterval(org.apache.xmlbeans.XmlInteger sweepInterval)
Sets (as xml) the "sweepInterval" element


unsetSweepInterval

void unsetSweepInterval()
Unsets the "sweepInterval" element


getNumPartitions

BigInteger getNumPartitions()
Gets the "numPartitions" element


xgetNumPartitions

org.apache.xmlbeans.XmlInteger xgetNumPartitions()
Gets (as xml) the "numPartitions" element


isSetNumPartitions

boolean isSetNumPartitions()
True if has "numPartitions" element


setNumPartitions

void setNumPartitions(BigInteger numPartitions)
Sets the "numPartitions" element


xsetNumPartitions

void xsetNumPartitions(org.apache.xmlbeans.XmlInteger numPartitions)
Sets (as xml) the "numPartitions" element


unsetNumPartitions

void unsetNumPartitions()
Unsets the "numPartitions" element


getCluster

GerPatternType getCluster()
Gets the "cluster" element


isSetCluster

boolean isSetCluster()
True if has "cluster" element


setCluster

void setCluster(GerPatternType cluster)
Sets the "cluster" element


addNewCluster

GerPatternType addNewCluster()
Appends and returns a new empty "cluster" element


unsetCluster

void unsetCluster()
Unsets the "cluster" element


getDisableReplication

boolean getDisableReplication()
Gets the "disableReplication" element


xgetDisableReplication

org.apache.xmlbeans.XmlBoolean xgetDisableReplication()
Gets (as xml) the "disableReplication" element


isSetDisableReplication

boolean isSetDisableReplication()
True if has "disableReplication" element


setDisableReplication

void setDisableReplication(boolean disableReplication)
Sets the "disableReplication" element


xsetDisableReplication

void xsetDisableReplication(org.apache.xmlbeans.XmlBoolean disableReplication)
Sets (as xml) the "disableReplication" element


unsetDisableReplication

void unsetDisableReplication()
Unsets the "disableReplication" element


getDeltaReplication

boolean getDeltaReplication()
Gets the "deltaReplication" element


xgetDeltaReplication

org.apache.xmlbeans.XmlBoolean xgetDeltaReplication()
Gets (as xml) the "deltaReplication" element


isSetDeltaReplication

boolean isSetDeltaReplication()
True if has "deltaReplication" element


setDeltaReplication

void setDeltaReplication(boolean deltaReplication)
Sets the "deltaReplication" element


xsetDeltaReplication

void xsetDeltaReplication(org.apache.xmlbeans.XmlBoolean deltaReplication)
Sets (as xml) the "deltaReplication" element


unsetDeltaReplication

void unsetDeltaReplication()
Unsets the "deltaReplication" element


getBackingStrategyFactory

GerPatternType getBackingStrategyFactory()
Gets the "backing-strategy-factory" element


isSetBackingStrategyFactory

boolean isSetBackingStrategyFactory()
True if has "backing-strategy-factory" element


setBackingStrategyFactory

void setBackingStrategyFactory(GerPatternType backingStrategyFactory)
Sets the "backing-strategy-factory" element


addNewBackingStrategyFactory

GerPatternType addNewBackingStrategyFactory()
Appends and returns a new empty "backing-strategy-factory" element


unsetBackingStrategyFactory

void unsetBackingStrategyFactory()
Unsets the "backing-strategy-factory" element



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