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-2.0). 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
 XmlAttributeType addNewXmlOption()
          Appends and returns a new empty value (as xml) as the last "xml-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
 XmlAttributeType[] getXmlOptionArray()
          Gets array of all "xml-option" elements
 XmlAttributeType getXmlOptionArray(int i)
          Gets ith "xml-option" element
 GerOptionType insertNewOption(int i)
          Inserts and returns a new empty value (as xml) as the ith "option" element
 XmlAttributeType insertNewXmlOption(int i)
          Inserts and returns a new empty value (as xml) as the ith "xml-option" element
 void removeOption(int i)
          Removes the ith "option" element
 void removeXmlOption(int i)
          Removes the ith "xml-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 setXmlOptionArray(int i, XmlAttributeType xmlOption)
          Sets ith "xml-option" element
 void setXmlOptionArray(XmlAttributeType[] xmlOptionArray)
          Sets array of all "xml-option" element
 int sizeOfOptionArray()
          Returns number of "option" element
 int sizeOfXmlOptionArray()
          Returns number of "xml-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
 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
 
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


getXmlOptionArray

XmlAttributeType[] getXmlOptionArray()
Gets array of all "xml-option" elements


getXmlOptionArray

XmlAttributeType getXmlOptionArray(int i)
Gets ith "xml-option" element


sizeOfXmlOptionArray

int sizeOfXmlOptionArray()
Returns number of "xml-option" element


setXmlOptionArray

void setXmlOptionArray(XmlAttributeType[] xmlOptionArray)
Sets array of all "xml-option" element


setXmlOptionArray

void setXmlOptionArray(int i,
                       XmlAttributeType xmlOption)
Sets ith "xml-option" element


insertNewXmlOption

XmlAttributeType insertNewXmlOption(int i)
Inserts and returns a new empty value (as xml) as the ith "xml-option" element


addNewXmlOption

XmlAttributeType addNewXmlOption()
Appends and returns a new empty value (as xml) as the last "xml-option" element


removeXmlOption

void removeXmlOption(int i)
Removes the ith "xml-option" element



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