org.apache.geronimo.xbeans.geronimo.web.jetty.config
Interface GerJettyConfigType

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

public interface GerJettyConfigType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerJettyConfigType.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
 void addHost(String host)
          Appends the value as the last "host" element
 org.apache.xmlbeans.XmlString addNewHost()
          Appends and returns a new empty value (as xml) as the last "host" element
 org.apache.xmlbeans.XmlString addNewVirtualHost()
          Appends and returns a new empty value (as xml) as the last "virtual-host" element
 void addVirtualHost(String virtualHost)
          Appends the value as the last "virtual-host" element
 boolean getCompactPath()
          Gets the "compact-path" element
 String[] getHostArray()
          Gets array of all "host" elements
 String getHostArray(int i)
          Gets ith "host" element
 String getSessionManager()
          Gets the "session-manager" element
 String[] getVirtualHostArray()
          Gets array of all "virtual-host" elements
 String getVirtualHostArray(int i)
          Gets ith "virtual-host" element
 void insertHost(int i, String host)
          Inserts the value as the ith "host" element
 org.apache.xmlbeans.XmlString insertNewHost(int i)
          Inserts and returns a new empty value (as xml) as the ith "host" element
 org.apache.xmlbeans.XmlString insertNewVirtualHost(int i)
          Inserts and returns a new empty value (as xml) as the ith "virtual-host" element
 void insertVirtualHost(int i, String virtualHost)
          Inserts the value as the ith "virtual-host" element
 boolean isSetCompactPath()
          True if has "compact-path" element
 boolean isSetSessionManager()
          True if has "session-manager" element
 void removeHost(int i)
          Removes the ith "host" element
 void removeVirtualHost(int i)
          Removes the ith "virtual-host" element
 void setCompactPath(boolean compactPath)
          Sets the "compact-path" element
 void setHostArray(int i, String host)
          Sets ith "host" element
 void setHostArray(String[] hostArray)
          Sets array of all "host" element
 void setSessionManager(String sessionManager)
          Sets the "session-manager" element
 void setVirtualHostArray(int i, String virtualHost)
          Sets ith "virtual-host" element
 void setVirtualHostArray(String[] virtualHostArray)
          Sets array of all "virtual-host" element
 int sizeOfHostArray()
          Returns number of "host" element
 int sizeOfVirtualHostArray()
          Returns number of "virtual-host" element
 void unsetCompactPath()
          Unsets the "compact-path" element
 void unsetSessionManager()
          Unsets the "session-manager" element
 org.apache.xmlbeans.XmlBoolean xgetCompactPath()
          Gets (as xml) the "compact-path" element
 org.apache.xmlbeans.XmlString[] xgetHostArray()
          Gets (as xml) array of all "host" elements
 org.apache.xmlbeans.XmlString xgetHostArray(int i)
          Gets (as xml) ith "host" element
 org.apache.xmlbeans.XmlString xgetSessionManager()
          Gets (as xml) the "session-manager" element
 org.apache.xmlbeans.XmlString[] xgetVirtualHostArray()
          Gets (as xml) array of all "virtual-host" elements
 org.apache.xmlbeans.XmlString xgetVirtualHostArray(int i)
          Gets (as xml) ith "virtual-host" element
 void xsetCompactPath(org.apache.xmlbeans.XmlBoolean compactPath)
          Sets (as xml) the "compact-path" element
 void xsetHostArray(int i, org.apache.xmlbeans.XmlString host)
          Sets (as xml) ith "host" element
 void xsetHostArray(org.apache.xmlbeans.XmlString[] hostArray)
          Sets (as xml) array of all "host" element
 void xsetSessionManager(org.apache.xmlbeans.XmlString sessionManager)
          Sets (as xml) the "session-manager" element
 void xsetVirtualHostArray(int i, org.apache.xmlbeans.XmlString virtualHost)
          Sets (as xml) ith "virtual-host" element
 void xsetVirtualHostArray(org.apache.xmlbeans.XmlString[] virtualHostArray)
          Sets (as xml) array of all "virtual-host" 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

getHostArray

String[] getHostArray()
Gets array of all "host" elements


getHostArray

String getHostArray(int i)
Gets ith "host" element


xgetHostArray

org.apache.xmlbeans.XmlString[] xgetHostArray()
Gets (as xml) array of all "host" elements


xgetHostArray

org.apache.xmlbeans.XmlString xgetHostArray(int i)
Gets (as xml) ith "host" element


sizeOfHostArray

int sizeOfHostArray()
Returns number of "host" element


setHostArray

void setHostArray(String[] hostArray)
Sets array of all "host" element


setHostArray

void setHostArray(int i,
                  String host)
Sets ith "host" element


xsetHostArray

void xsetHostArray(org.apache.xmlbeans.XmlString[] hostArray)
Sets (as xml) array of all "host" element


xsetHostArray

void xsetHostArray(int i,
                   org.apache.xmlbeans.XmlString host)
Sets (as xml) ith "host" element


insertHost

void insertHost(int i,
                String host)
Inserts the value as the ith "host" element


addHost

void addHost(String host)
Appends the value as the last "host" element


insertNewHost

org.apache.xmlbeans.XmlString insertNewHost(int i)
Inserts and returns a new empty value (as xml) as the ith "host" element


addNewHost

org.apache.xmlbeans.XmlString addNewHost()
Appends and returns a new empty value (as xml) as the last "host" element


removeHost

void removeHost(int i)
Removes the ith "host" element


getVirtualHostArray

String[] getVirtualHostArray()
Gets array of all "virtual-host" elements


getVirtualHostArray

String getVirtualHostArray(int i)
Gets ith "virtual-host" element


xgetVirtualHostArray

org.apache.xmlbeans.XmlString[] xgetVirtualHostArray()
Gets (as xml) array of all "virtual-host" elements


xgetVirtualHostArray

org.apache.xmlbeans.XmlString xgetVirtualHostArray(int i)
Gets (as xml) ith "virtual-host" element


sizeOfVirtualHostArray

int sizeOfVirtualHostArray()
Returns number of "virtual-host" element


setVirtualHostArray

void setVirtualHostArray(String[] virtualHostArray)
Sets array of all "virtual-host" element


setVirtualHostArray

void setVirtualHostArray(int i,
                         String virtualHost)
Sets ith "virtual-host" element


xsetVirtualHostArray

void xsetVirtualHostArray(org.apache.xmlbeans.XmlString[] virtualHostArray)
Sets (as xml) array of all "virtual-host" element


xsetVirtualHostArray

void xsetVirtualHostArray(int i,
                          org.apache.xmlbeans.XmlString virtualHost)
Sets (as xml) ith "virtual-host" element


insertVirtualHost

void insertVirtualHost(int i,
                       String virtualHost)
Inserts the value as the ith "virtual-host" element


addVirtualHost

void addVirtualHost(String virtualHost)
Appends the value as the last "virtual-host" element


insertNewVirtualHost

org.apache.xmlbeans.XmlString insertNewVirtualHost(int i)
Inserts and returns a new empty value (as xml) as the ith "virtual-host" element


addNewVirtualHost

org.apache.xmlbeans.XmlString addNewVirtualHost()
Appends and returns a new empty value (as xml) as the last "virtual-host" element


removeVirtualHost

void removeVirtualHost(int i)
Removes the ith "virtual-host" element


getSessionManager

String getSessionManager()
Gets the "session-manager" element


xgetSessionManager

org.apache.xmlbeans.XmlString xgetSessionManager()
Gets (as xml) the "session-manager" element


isSetSessionManager

boolean isSetSessionManager()
True if has "session-manager" element


setSessionManager

void setSessionManager(String sessionManager)
Sets the "session-manager" element


xsetSessionManager

void xsetSessionManager(org.apache.xmlbeans.XmlString sessionManager)
Sets (as xml) the "session-manager" element


unsetSessionManager

void unsetSessionManager()
Unsets the "session-manager" element


getCompactPath

boolean getCompactPath()
Gets the "compact-path" element


xgetCompactPath

org.apache.xmlbeans.XmlBoolean xgetCompactPath()
Gets (as xml) the "compact-path" element


isSetCompactPath

boolean isSetCompactPath()
True if has "compact-path" element


setCompactPath

void setCompactPath(boolean compactPath)
Sets the "compact-path" element


xsetCompactPath

void xsetCompactPath(org.apache.xmlbeans.XmlBoolean compactPath)
Sets (as xml) the "compact-path" element


unsetCompactPath

void unsetCompactPath()
Unsets the "compact-path" element



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