org.apache.geronimo.xbeans.geronimo.loginconfig
Interface GerLoginConfigType

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

public interface GerLoginConfigType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerLoginConfigType.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
 GerLoginModuleType addNewLoginModule()
          Appends and returns a new empty value (as xml) as the last "login-module" element
 GerLoginModuleRefType addNewLoginModuleRef()
          Appends and returns a new empty value (as xml) as the last "login-module-ref" element
 GerLoginModuleType[] getLoginModuleArray()
          Gets array of all "login-module" elements
 GerLoginModuleType getLoginModuleArray(int i)
          Gets ith "login-module" element
 GerLoginModuleRefType[] getLoginModuleRefArray()
          Gets array of all "login-module-ref" elements
 GerLoginModuleRefType getLoginModuleRefArray(int i)
          Gets ith "login-module-ref" element
 GerLoginModuleType insertNewLoginModule(int i)
          Inserts and returns a new empty value (as xml) as the ith "login-module" element
 GerLoginModuleRefType insertNewLoginModuleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "login-module-ref" element
 void removeLoginModule(int i)
          Removes the ith "login-module" element
 void removeLoginModuleRef(int i)
          Removes the ith "login-module-ref" element
 void setLoginModuleArray(GerLoginModuleType[] loginModuleArray)
          Sets array of all "login-module" element
 void setLoginModuleArray(int i, GerLoginModuleType loginModule)
          Sets ith "login-module" element
 void setLoginModuleRefArray(GerLoginModuleRefType[] loginModuleRefArray)
          Sets array of all "login-module-ref" element
 void setLoginModuleRefArray(int i, GerLoginModuleRefType loginModuleRef)
          Sets ith "login-module-ref" element
 int sizeOfLoginModuleArray()
          Returns number of "login-module" element
 int sizeOfLoginModuleRefArray()
          Returns number of "login-module-ref" 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

getLoginModuleRefArray

GerLoginModuleRefType[] getLoginModuleRefArray()
Gets array of all "login-module-ref" elements


getLoginModuleRefArray

GerLoginModuleRefType getLoginModuleRefArray(int i)
Gets ith "login-module-ref" element


sizeOfLoginModuleRefArray

int sizeOfLoginModuleRefArray()
Returns number of "login-module-ref" element


setLoginModuleRefArray

void setLoginModuleRefArray(GerLoginModuleRefType[] loginModuleRefArray)
Sets array of all "login-module-ref" element


setLoginModuleRefArray

void setLoginModuleRefArray(int i,
                            GerLoginModuleRefType loginModuleRef)
Sets ith "login-module-ref" element


insertNewLoginModuleRef

GerLoginModuleRefType insertNewLoginModuleRef(int i)
Inserts and returns a new empty value (as xml) as the ith "login-module-ref" element


addNewLoginModuleRef

GerLoginModuleRefType addNewLoginModuleRef()
Appends and returns a new empty value (as xml) as the last "login-module-ref" element


removeLoginModuleRef

void removeLoginModuleRef(int i)
Removes the ith "login-module-ref" element


getLoginModuleArray

GerLoginModuleType[] getLoginModuleArray()
Gets array of all "login-module" elements


getLoginModuleArray

GerLoginModuleType getLoginModuleArray(int i)
Gets ith "login-module" element


sizeOfLoginModuleArray

int sizeOfLoginModuleArray()
Returns number of "login-module" element


setLoginModuleArray

void setLoginModuleArray(GerLoginModuleType[] loginModuleArray)
Sets array of all "login-module" element


setLoginModuleArray

void setLoginModuleArray(int i,
                         GerLoginModuleType loginModule)
Sets ith "login-module" element


insertNewLoginModule

GerLoginModuleType insertNewLoginModule(int i)
Inserts and returns a new empty value (as xml) as the ith "login-module" element


addNewLoginModule

GerLoginModuleType addNewLoginModule()
Appends and returns a new empty value (as xml) as the last "login-module" element


removeLoginModule

void removeLoginModule(int i)
Removes the ith "login-module" element



Copyright © 2006 Apache Software Foundation. All Rights Reserved.