public interface RealmType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
RealmType.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 |
|---|---|
AuthenticationType |
addNewAuthentication()
Appends and returns a new empty "authentication" element
|
CollapsedString |
addNewUserPrincipalClass()
Appends and returns a new empty value (as xml) as the last "user-principal-class" element
|
void |
addUserPrincipalClass(String userPrincipalClass)
Appends the value as the last "user-principal-class" element
|
AuthenticationType |
getAuthentication()
Gets the "authentication" element
|
String |
getDescription()
Gets the "description" element
|
String |
getName()
Gets the "name" element
|
String[] |
getUserPrincipalClassArray()
Gets array of all "user-principal-class" elements
|
String |
getUserPrincipalClassArray(int i)
Gets ith "user-principal-class" element
|
CollapsedString |
insertNewUserPrincipalClass(int i)
Inserts and returns a new empty value (as xml) as the ith "user-principal-class" element
|
void |
insertUserPrincipalClass(int i,
String userPrincipalClass)
Inserts the value as the ith "user-principal-class" element
|
boolean |
isSetDescription()
True if has "description" element
|
void |
removeUserPrincipalClass(int i)
Removes the ith "user-principal-class" element
|
void |
setAuthentication(AuthenticationType authentication)
Sets the "authentication" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setUserPrincipalClassArray(int i,
String userPrincipalClass)
Sets ith "user-principal-class" element
|
void |
setUserPrincipalClassArray(String[] userPrincipalClassArray)
Sets array of all "user-principal-class" element
|
int |
sizeOfUserPrincipalClassArray()
Returns number of "user-principal-class" element
|
void |
unsetDescription()
Unsets the "description" element
|
CollapsedString |
xgetDescription()
Gets (as xml) the "description" element
|
CollapsedString |
xgetName()
Gets (as xml) the "name" element
|
CollapsedString[] |
xgetUserPrincipalClassArray()
Gets (as xml) array of all "user-principal-class" elements
|
CollapsedString |
xgetUserPrincipalClassArray(int i)
Gets (as xml) ith "user-principal-class" element
|
void |
xsetDescription(CollapsedString description)
Sets (as xml) the "description" element
|
void |
xsetName(CollapsedString name)
Sets (as xml) the "name" element
|
void |
xsetUserPrincipalClassArray(CollapsedString[] userPrincipalClassArray)
Sets (as xml) array of all "user-principal-class" element
|
void |
xsetUserPrincipalClassArray(int i,
CollapsedString userPrincipalClass)
Sets (as xml) ith "user-principal-class" 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 getName()
CollapsedString xgetName()
void setName(String name)
void xsetName(CollapsedString name)
String getDescription()
CollapsedString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(CollapsedString description)
void unsetDescription()
String[] getUserPrincipalClassArray()
String getUserPrincipalClassArray(int i)
CollapsedString[] xgetUserPrincipalClassArray()
CollapsedString xgetUserPrincipalClassArray(int i)
int sizeOfUserPrincipalClassArray()
void setUserPrincipalClassArray(String[] userPrincipalClassArray)
void setUserPrincipalClassArray(int i,
String userPrincipalClass)
void xsetUserPrincipalClassArray(CollapsedString[] userPrincipalClassArray)
void xsetUserPrincipalClassArray(int i,
CollapsedString userPrincipalClass)
void insertUserPrincipalClass(int i,
String userPrincipalClass)
void addUserPrincipalClass(String userPrincipalClass)
CollapsedString insertNewUserPrincipalClass(int i)
CollapsedString addNewUserPrincipalClass()
void removeUserPrincipalClass(int i)
AuthenticationType getAuthentication()
void setAuthentication(AuthenticationType authentication)
AuthenticationType addNewAuthentication()
Copyright © 2014–2016. All rights reserved.