org.apache.geronimo.deployment.xbeans
Interface EnvironmentType

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

public interface EnvironmentType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class EnvironmentType.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
 DependenciesType addNewDependencies()
          Appends and returns a new empty "dependencies" element
 ClassFilterType addNewHiddenClasses()
          Appends and returns a new empty "hidden-classes" element
 EmptyType addNewInverseClassloading()
          Appends and returns a new empty "inverse-classloading" element
 ArtifactType addNewModuleId()
          Appends and returns a new empty "moduleId" element
 ClassFilterType addNewNonOverridableClasses()
          Appends and returns a new empty "non-overridable-classes" element
 EmptyType addNewSuppressDefaultEnvironment()
          Appends and returns a new empty "suppress-default-environment" element
 DependenciesType getDependencies()
          Gets the "dependencies" element
 ClassFilterType getHiddenClasses()
          Gets the "hidden-classes" element
 EmptyType getInverseClassloading()
          Gets the "inverse-classloading" element
 ArtifactType getModuleId()
          Gets the "moduleId" element
 ClassFilterType getNonOverridableClasses()
          Gets the "non-overridable-classes" element
 EmptyType getSuppressDefaultEnvironment()
          Gets the "suppress-default-environment" element
 boolean isSetDependencies()
          True if has "dependencies" element
 boolean isSetHiddenClasses()
          True if has "hidden-classes" element
 boolean isSetInverseClassloading()
          True if has "inverse-classloading" element
 boolean isSetModuleId()
          True if has "moduleId" element
 boolean isSetNonOverridableClasses()
          True if has "non-overridable-classes" element
 boolean isSetSuppressDefaultEnvironment()
          True if has "suppress-default-environment" element
 void setDependencies(DependenciesType dependencies)
          Sets the "dependencies" element
 void setHiddenClasses(ClassFilterType hiddenClasses)
          Sets the "hidden-classes" element
 void setInverseClassloading(EmptyType inverseClassloading)
          Sets the "inverse-classloading" element
 void setModuleId(ArtifactType moduleId)
          Sets the "moduleId" element
 void setNonOverridableClasses(ClassFilterType nonOverridableClasses)
          Sets the "non-overridable-classes" element
 void setSuppressDefaultEnvironment(EmptyType suppressDefaultEnvironment)
          Sets the "suppress-default-environment" element
 void unsetDependencies()
          Unsets the "dependencies" element
 void unsetHiddenClasses()
          Unsets the "hidden-classes" element
 void unsetInverseClassloading()
          Unsets the "inverse-classloading" element
 void unsetModuleId()
          Unsets the "moduleId" element
 void unsetNonOverridableClasses()
          Unsets the "non-overridable-classes" element
 void unsetSuppressDefaultEnvironment()
          Unsets the "suppress-default-environment" 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

getModuleId

ArtifactType getModuleId()
Gets the "moduleId" element


isSetModuleId

boolean isSetModuleId()
True if has "moduleId" element


setModuleId

void setModuleId(ArtifactType moduleId)
Sets the "moduleId" element


addNewModuleId

ArtifactType addNewModuleId()
Appends and returns a new empty "moduleId" element


unsetModuleId

void unsetModuleId()
Unsets the "moduleId" element


getDependencies

DependenciesType getDependencies()
Gets the "dependencies" element


isSetDependencies

boolean isSetDependencies()
True if has "dependencies" element


setDependencies

void setDependencies(DependenciesType dependencies)
Sets the "dependencies" element


addNewDependencies

DependenciesType addNewDependencies()
Appends and returns a new empty "dependencies" element


unsetDependencies

void unsetDependencies()
Unsets the "dependencies" element


getHiddenClasses

ClassFilterType getHiddenClasses()
Gets the "hidden-classes" element


isSetHiddenClasses

boolean isSetHiddenClasses()
True if has "hidden-classes" element


setHiddenClasses

void setHiddenClasses(ClassFilterType hiddenClasses)
Sets the "hidden-classes" element


addNewHiddenClasses

ClassFilterType addNewHiddenClasses()
Appends and returns a new empty "hidden-classes" element


unsetHiddenClasses

void unsetHiddenClasses()
Unsets the "hidden-classes" element


getNonOverridableClasses

ClassFilterType getNonOverridableClasses()
Gets the "non-overridable-classes" element


isSetNonOverridableClasses

boolean isSetNonOverridableClasses()
True if has "non-overridable-classes" element


setNonOverridableClasses

void setNonOverridableClasses(ClassFilterType nonOverridableClasses)
Sets the "non-overridable-classes" element


addNewNonOverridableClasses

ClassFilterType addNewNonOverridableClasses()
Appends and returns a new empty "non-overridable-classes" element


unsetNonOverridableClasses

void unsetNonOverridableClasses()
Unsets the "non-overridable-classes" element


getInverseClassloading

EmptyType getInverseClassloading()
Gets the "inverse-classloading" element


isSetInverseClassloading

boolean isSetInverseClassloading()
True if has "inverse-classloading" element


setInverseClassloading

void setInverseClassloading(EmptyType inverseClassloading)
Sets the "inverse-classloading" element


addNewInverseClassloading

EmptyType addNewInverseClassloading()
Appends and returns a new empty "inverse-classloading" element


unsetInverseClassloading

void unsetInverseClassloading()
Unsets the "inverse-classloading" element


getSuppressDefaultEnvironment

EmptyType getSuppressDefaultEnvironment()
Gets the "suppress-default-environment" element


isSetSuppressDefaultEnvironment

boolean isSetSuppressDefaultEnvironment()
True if has "suppress-default-environment" element


setSuppressDefaultEnvironment

void setSuppressDefaultEnvironment(EmptyType suppressDefaultEnvironment)
Sets the "suppress-default-environment" element


addNewSuppressDefaultEnvironment

EmptyType addNewSuppressDefaultEnvironment()
Appends and returns a new empty "suppress-default-environment" element


unsetSuppressDefaultEnvironment

void unsetSuppressDefaultEnvironment()
Unsets the "suppress-default-environment" element



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