org.apache.geronimo.xbeans.geronimo.loginconfig
Interface GerAbstractLoginModuleType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
GerLoginModuleRefType, GerLoginModuleType
All Known Implementing Classes:
GerAbstractLoginModuleTypeImpl, GerLoginModuleRefTypeImpl, GerLoginModuleTypeImpl

public interface GerAbstractLoginModuleType
extends org.apache.xmlbeans.XmlObject

An XML abstract-login-moduleType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0). This is a complex type.


Nested Class Summary
static class GerAbstractLoginModuleType.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
 GerControlFlagType.Enum getControlFlag()
          Gets the "control-flag" attribute
 boolean getWrapPrincipals()
          Gets the "wrap-principals" attribute
 boolean isSetWrapPrincipals()
          True if has "wrap-principals" attribute
 void setControlFlag(GerControlFlagType.Enum controlFlag)
          Sets the "control-flag" attribute
 void setWrapPrincipals(boolean wrapPrincipals)
          Sets the "wrap-principals" attribute
 void unsetWrapPrincipals()
          Unsets the "wrap-principals" attribute
 GerControlFlagType xgetControlFlag()
          Gets (as xml) the "control-flag" attribute
 org.apache.xmlbeans.XmlBoolean xgetWrapPrincipals()
          Gets (as xml) the "wrap-principals" attribute
 void xsetControlFlag(GerControlFlagType controlFlag)
          Sets (as xml) the "control-flag" attribute
 void xsetWrapPrincipals(org.apache.xmlbeans.XmlBoolean wrapPrincipals)
          Sets (as xml) the "wrap-principals" attribute
 
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

getControlFlag

GerControlFlagType.Enum getControlFlag()
Gets the "control-flag" attribute


xgetControlFlag

GerControlFlagType xgetControlFlag()
Gets (as xml) the "control-flag" attribute


setControlFlag

void setControlFlag(GerControlFlagType.Enum controlFlag)
Sets the "control-flag" attribute


xsetControlFlag

void xsetControlFlag(GerControlFlagType controlFlag)
Sets (as xml) the "control-flag" attribute


getWrapPrincipals

boolean getWrapPrincipals()
Gets the "wrap-principals" attribute


xgetWrapPrincipals

org.apache.xmlbeans.XmlBoolean xgetWrapPrincipals()
Gets (as xml) the "wrap-principals" attribute


isSetWrapPrincipals

boolean isSetWrapPrincipals()
True if has "wrap-principals" attribute


setWrapPrincipals

void setWrapPrincipals(boolean wrapPrincipals)
Sets the "wrap-principals" attribute


xsetWrapPrincipals

void xsetWrapPrincipals(org.apache.xmlbeans.XmlBoolean wrapPrincipals)
Sets (as xml) the "wrap-principals" attribute


unsetWrapPrincipals

void unsetWrapPrincipals()
Unsets the "wrap-principals" attribute



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