org.apache.geronimo.xbeans.geronimo.loginconfig
Interface GerLoginModuleType

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

public interface GerLoginModuleType
extends GerAbstractLoginModuleType

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


Nested Class Summary
static class GerLoginModuleType.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
 GerOptionType addNewOption()
          Appends and returns a new empty value (as xml) as the last "option" element
 String getLoginDomainName()
          Gets the "login-domain-name" element
 String getLoginModuleClass()
          Gets the "login-module-class" element
 GerOptionType[] getOptionArray()
          Gets array of all "option" elements
 GerOptionType getOptionArray(int i)
          Gets ith "option" element
 boolean getServerSide()
          Gets the "server-side" attribute
 GerOptionType insertNewOption(int i)
          Inserts and returns a new empty value (as xml) as the ith "option" element
 void removeOption(int i)
          Removes the ith "option" element
 void setLoginDomainName(String loginDomainName)
          Sets the "login-domain-name" element
 void setLoginModuleClass(String loginModuleClass)
          Sets the "login-module-class" element
 void setOptionArray(GerOptionType[] optionArray)
          Sets array of all "option" element
 void setOptionArray(int i, GerOptionType option)
          Sets ith "option" element
 void setServerSide(boolean serverSide)
          Sets the "server-side" attribute
 int sizeOfOptionArray()
          Returns number of "option" element
 org.apache.xmlbeans.XmlString xgetLoginDomainName()
          Gets (as xml) the "login-domain-name" element
 org.apache.xmlbeans.XmlString xgetLoginModuleClass()
          Gets (as xml) the "login-module-class" element
 org.apache.xmlbeans.XmlBoolean xgetServerSide()
          Gets (as xml) the "server-side" attribute
 void xsetLoginDomainName(org.apache.xmlbeans.XmlString loginDomainName)
          Sets (as xml) the "login-domain-name" element
 void xsetLoginModuleClass(org.apache.xmlbeans.XmlString loginModuleClass)
          Sets (as xml) the "login-module-class" element
 void xsetServerSide(org.apache.xmlbeans.XmlBoolean serverSide)
          Sets (as xml) the "server-side" attribute
 
Methods inherited from interface org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType
getControlFlag, getWrapPrincipals, isSetWrapPrincipals, setControlFlag, setWrapPrincipals, unsetWrapPrincipals, xgetControlFlag, xgetWrapPrincipals, xsetControlFlag, xsetWrapPrincipals
 
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

getLoginDomainName

String getLoginDomainName()
Gets the "login-domain-name" element


xgetLoginDomainName

org.apache.xmlbeans.XmlString xgetLoginDomainName()
Gets (as xml) the "login-domain-name" element


setLoginDomainName

void setLoginDomainName(String loginDomainName)
Sets the "login-domain-name" element


xsetLoginDomainName

void xsetLoginDomainName(org.apache.xmlbeans.XmlString loginDomainName)
Sets (as xml) the "login-domain-name" element


getLoginModuleClass

String getLoginModuleClass()
Gets the "login-module-class" element


xgetLoginModuleClass

org.apache.xmlbeans.XmlString xgetLoginModuleClass()
Gets (as xml) the "login-module-class" element


setLoginModuleClass

void setLoginModuleClass(String loginModuleClass)
Sets the "login-module-class" element


xsetLoginModuleClass

void xsetLoginModuleClass(org.apache.xmlbeans.XmlString loginModuleClass)
Sets (as xml) the "login-module-class" element


getOptionArray

GerOptionType[] getOptionArray()
Gets array of all "option" elements


getOptionArray

GerOptionType getOptionArray(int i)
Gets ith "option" element


sizeOfOptionArray

int sizeOfOptionArray()
Returns number of "option" element


setOptionArray

void setOptionArray(GerOptionType[] optionArray)
Sets array of all "option" element


setOptionArray

void setOptionArray(int i,
                    GerOptionType option)
Sets ith "option" element


insertNewOption

GerOptionType insertNewOption(int i)
Inserts and returns a new empty value (as xml) as the ith "option" element


addNewOption

GerOptionType addNewOption()
Appends and returns a new empty value (as xml) as the last "option" element


removeOption

void removeOption(int i)
Removes the ith "option" element


getServerSide

boolean getServerSide()
Gets the "server-side" attribute


xgetServerSide

org.apache.xmlbeans.XmlBoolean xgetServerSide()
Gets (as xml) the "server-side" attribute


setServerSide

void setServerSide(boolean serverSide)
Sets the "server-side" attribute


xsetServerSide

void xsetServerSide(org.apache.xmlbeans.XmlBoolean serverSide)
Sets (as xml) the "server-side" attribute



Copyright © 2006 Apache Software Foundation. All Rights Reserved.