public interface LoginModulesType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoginModulesType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
LoginModuleType |
addNewLoginModule()
Appends and returns a new empty value (as xml) as the last "login-module" element
|
LoginModuleType[] |
getLoginModuleArray()
Gets array of all "login-module" elements
|
LoginModuleType |
getLoginModuleArray(int i)
Gets ith "login-module" element
|
LoginModuleType |
insertNewLoginModule(int i)
Inserts and returns a new empty value (as xml) as the ith "login-module" element
|
void |
removeLoginModule(int i)
Removes the ith "login-module" element
|
void |
setLoginModuleArray(int i,
LoginModuleType loginModule)
Sets ith "login-module" element
|
void |
setLoginModuleArray(LoginModuleType[] loginModuleArray)
Sets array of all "login-module" element
|
int |
sizeOfLoginModuleArray()
Returns number of "login-module" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextLoginModuleType[] getLoginModuleArray()
LoginModuleType getLoginModuleArray(int i)
int sizeOfLoginModuleArray()
void setLoginModuleArray(LoginModuleType[] loginModuleArray)
void setLoginModuleArray(int i,
LoginModuleType loginModule)
LoginModuleType insertNewLoginModule(int i)
LoginModuleType addNewLoginModule()
void removeLoginModule(int i)
Copyright © 2014–2016. All rights reserved.