org.apache.geronimo.xbeans.geronimo.web.tomcat.config
Interface GerTomcatConfigType

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

public interface GerTomcatConfigType
extends org.apache.xmlbeans.XmlObject

An XML tomcat-configType(@http://geronimo.apache.org/xml/ns/web/tomcat/config-1.0). This is a complex type.


Nested Class Summary
static class GerTomcatConfigType.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 addNewCrossContext()
          Appends and returns a new empty "cross-context" element
 GerEmptyType addNewDisableCookies()
          Appends and returns a new empty "disable-cookies" element
 String getCluster()
          Gets the "cluster" element
 GerEmptyType getCrossContext()
          Gets the "cross-context" element
 GerEmptyType getDisableCookies()
          Gets the "disable-cookies" element
 String getHost()
          Gets the "host" element
 String getListenerChain()
          Gets the "listener-chain" element
 String getManager()
          Gets the "manager" element
 String getTomcatRealm()
          Gets the "tomcat-realm" element
 String getValveChain()
          Gets the "valve-chain" element
 boolean isSetCluster()
          True if has "cluster" element
 boolean isSetCrossContext()
          True if has "cross-context" element
 boolean isSetDisableCookies()
          True if has "disable-cookies" element
 boolean isSetHost()
          True if has "host" element
 boolean isSetListenerChain()
          True if has "listener-chain" element
 boolean isSetManager()
          True if has "manager" element
 boolean isSetTomcatRealm()
          True if has "tomcat-realm" element
 boolean isSetValveChain()
          True if has "valve-chain" element
 void setCluster(String cluster)
          Sets the "cluster" element
 void setCrossContext(GerEmptyType crossContext)
          Sets the "cross-context" element
 void setDisableCookies(GerEmptyType disableCookies)
          Sets the "disable-cookies" element
 void setHost(String host)
          Sets the "host" element
 void setListenerChain(String listenerChain)
          Sets the "listener-chain" element
 void setManager(String manager)
          Sets the "manager" element
 void setTomcatRealm(String tomcatRealm)
          Sets the "tomcat-realm" element
 void setValveChain(String valveChain)
          Sets the "valve-chain" element
 void unsetCluster()
          Unsets the "cluster" element
 void unsetCrossContext()
          Unsets the "cross-context" element
 void unsetDisableCookies()
          Unsets the "disable-cookies" element
 void unsetHost()
          Unsets the "host" element
 void unsetListenerChain()
          Unsets the "listener-chain" element
 void unsetManager()
          Unsets the "manager" element
 void unsetTomcatRealm()
          Unsets the "tomcat-realm" element
 void unsetValveChain()
          Unsets the "valve-chain" element
 org.apache.xmlbeans.XmlString xgetCluster()
          Gets (as xml) the "cluster" element
 org.apache.xmlbeans.XmlString xgetHost()
          Gets (as xml) the "host" element
 org.apache.xmlbeans.XmlString xgetListenerChain()
          Gets (as xml) the "listener-chain" element
 org.apache.xmlbeans.XmlString xgetManager()
          Gets (as xml) the "manager" element
 org.apache.xmlbeans.XmlString xgetTomcatRealm()
          Gets (as xml) the "tomcat-realm" element
 org.apache.xmlbeans.XmlString xgetValveChain()
          Gets (as xml) the "valve-chain" element
 void xsetCluster(org.apache.xmlbeans.XmlString cluster)
          Sets (as xml) the "cluster" element
 void xsetHost(org.apache.xmlbeans.XmlString host)
          Sets (as xml) the "host" element
 void xsetListenerChain(org.apache.xmlbeans.XmlString listenerChain)
          Sets (as xml) the "listener-chain" element
 void xsetManager(org.apache.xmlbeans.XmlString manager)
          Sets (as xml) the "manager" element
 void xsetTomcatRealm(org.apache.xmlbeans.XmlString tomcatRealm)
          Sets (as xml) the "tomcat-realm" element
 void xsetValveChain(org.apache.xmlbeans.XmlString valveChain)
          Sets (as xml) the "valve-chain" 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

getHost

String getHost()
Gets the "host" element


xgetHost

org.apache.xmlbeans.XmlString xgetHost()
Gets (as xml) the "host" element


isSetHost

boolean isSetHost()
True if has "host" element


setHost

void setHost(String host)
Sets the "host" element


xsetHost

void xsetHost(org.apache.xmlbeans.XmlString host)
Sets (as xml) the "host" element


unsetHost

void unsetHost()
Unsets the "host" element


getCrossContext

GerEmptyType getCrossContext()
Gets the "cross-context" element


isSetCrossContext

boolean isSetCrossContext()
True if has "cross-context" element


setCrossContext

void setCrossContext(GerEmptyType crossContext)
Sets the "cross-context" element


addNewCrossContext

GerEmptyType addNewCrossContext()
Appends and returns a new empty "cross-context" element


unsetCrossContext

void unsetCrossContext()
Unsets the "cross-context" element


getDisableCookies

GerEmptyType getDisableCookies()
Gets the "disable-cookies" element


isSetDisableCookies

boolean isSetDisableCookies()
True if has "disable-cookies" element


setDisableCookies

void setDisableCookies(GerEmptyType disableCookies)
Sets the "disable-cookies" element


addNewDisableCookies

GerEmptyType addNewDisableCookies()
Appends and returns a new empty "disable-cookies" element


unsetDisableCookies

void unsetDisableCookies()
Unsets the "disable-cookies" element


getValveChain

String getValveChain()
Gets the "valve-chain" element


xgetValveChain

org.apache.xmlbeans.XmlString xgetValveChain()
Gets (as xml) the "valve-chain" element


isSetValveChain

boolean isSetValveChain()
True if has "valve-chain" element


setValveChain

void setValveChain(String valveChain)
Sets the "valve-chain" element


xsetValveChain

void xsetValveChain(org.apache.xmlbeans.XmlString valveChain)
Sets (as xml) the "valve-chain" element


unsetValveChain

void unsetValveChain()
Unsets the "valve-chain" element


getListenerChain

String getListenerChain()
Gets the "listener-chain" element


xgetListenerChain

org.apache.xmlbeans.XmlString xgetListenerChain()
Gets (as xml) the "listener-chain" element


isSetListenerChain

boolean isSetListenerChain()
True if has "listener-chain" element


setListenerChain

void setListenerChain(String listenerChain)
Sets the "listener-chain" element


xsetListenerChain

void xsetListenerChain(org.apache.xmlbeans.XmlString listenerChain)
Sets (as xml) the "listener-chain" element


unsetListenerChain

void unsetListenerChain()
Unsets the "listener-chain" element


getTomcatRealm

String getTomcatRealm()
Gets the "tomcat-realm" element


xgetTomcatRealm

org.apache.xmlbeans.XmlString xgetTomcatRealm()
Gets (as xml) the "tomcat-realm" element


isSetTomcatRealm

boolean isSetTomcatRealm()
True if has "tomcat-realm" element


setTomcatRealm

void setTomcatRealm(String tomcatRealm)
Sets the "tomcat-realm" element


xsetTomcatRealm

void xsetTomcatRealm(org.apache.xmlbeans.XmlString tomcatRealm)
Sets (as xml) the "tomcat-realm" element


unsetTomcatRealm

void unsetTomcatRealm()
Unsets the "tomcat-realm" element


getManager

String getManager()
Gets the "manager" element


xgetManager

org.apache.xmlbeans.XmlString xgetManager()
Gets (as xml) the "manager" element


isSetManager

boolean isSetManager()
True if has "manager" element


setManager

void setManager(String manager)
Sets the "manager" element


xsetManager

void xsetManager(org.apache.xmlbeans.XmlString manager)
Sets (as xml) the "manager" element


unsetManager

void unsetManager()
Unsets the "manager" element


getCluster

String getCluster()
Gets the "cluster" element


xgetCluster

org.apache.xmlbeans.XmlString xgetCluster()
Gets (as xml) the "cluster" element


isSetCluster

boolean isSetCluster()
True if has "cluster" element


setCluster

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


xsetCluster

void xsetCluster(org.apache.xmlbeans.XmlString cluster)
Sets (as xml) the "cluster" element


unsetCluster

void unsetCluster()
Unsets the "cluster" element



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