public interface LoginModuleType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoginModuleType.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 |
|---|---|
LoginModuleOptionsType |
addNewOptions()
Appends and returns a new empty "options" element
|
LoginModuleOptionsType |
getOptions()
Gets the "options" element
|
SuccessType.Enum |
getSuccess()
Gets the "success" element
|
String |
getType()
Gets the "type" element
|
boolean |
isSetOptions()
True if has "options" element
|
void |
setOptions(LoginModuleOptionsType options)
Sets the "options" element
|
void |
setSuccess(SuccessType.Enum success)
Sets the "success" element
|
void |
setType(String type)
Sets the "type" element
|
void |
unsetOptions()
Unsets the "options" element
|
SuccessType |
xgetSuccess()
Gets (as xml) the "success" element
|
CollapsedString |
xgetType()
Gets (as xml) the "type" element
|
void |
xsetSuccess(SuccessType success)
Sets (as xml) the "success" element
|
void |
xsetType(CollapsedString type)
Sets (as xml) the "type" 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, xmlTextString getType()
CollapsedString xgetType()
void setType(String type)
void xsetType(CollapsedString type)
SuccessType.Enum getSuccess()
SuccessType xgetSuccess()
void setSuccess(SuccessType.Enum success)
void xsetSuccess(SuccessType success)
LoginModuleOptionsType getOptions()
boolean isSetOptions()
void setOptions(LoginModuleOptionsType options)
LoginModuleOptionsType addNewOptions()
void unsetOptions()
Copyright © 2014–2016. All rights reserved.