org.apache.geronimo.xml.ns.security12
Interface RoleType

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

public interface RoleType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class RoleType.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
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 DistinguishedNameType addNewDistinguishedName()
          Appends and returns a new empty value (as xml) as the last "distinguished-name" element
 LoginDomainPrincipalType addNewLoginDomainPrincipal()
          Appends and returns a new empty value (as xml) as the last "login-domain-principal" element
 PrincipalType addNewPrincipal()
          Appends and returns a new empty value (as xml) as the last "principal" element
 RealmPrincipalType addNewRealmPrincipal()
          Appends and returns a new empty value (as xml) as the last "realm-principal" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 DistinguishedNameType[] getDistinguishedNameArray()
          Gets array of all "distinguished-name" elements
 DistinguishedNameType getDistinguishedNameArray(int i)
          Gets ith "distinguished-name" element
 LoginDomainPrincipalType[] getLoginDomainPrincipalArray()
          Gets array of all "login-domain-principal" elements
 LoginDomainPrincipalType getLoginDomainPrincipalArray(int i)
          Gets ith "login-domain-principal" element
 PrincipalType[] getPrincipalArray()
          Gets array of all "principal" elements
 PrincipalType getPrincipalArray(int i)
          Gets ith "principal" element
 RealmPrincipalType[] getRealmPrincipalArray()
          Gets array of all "realm-principal" elements
 RealmPrincipalType getRealmPrincipalArray(int i)
          Gets ith "realm-principal" element
 String getRoleName()
          Gets the "role-name" attribute
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 DistinguishedNameType insertNewDistinguishedName(int i)
          Inserts and returns a new empty value (as xml) as the ith "distinguished-name" element
 LoginDomainPrincipalType insertNewLoginDomainPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "login-domain-principal" element
 PrincipalType insertNewPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "principal" element
 RealmPrincipalType insertNewRealmPrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "realm-principal" element
 void removeDescription(int i)
          Removes the ith "description" element
 void removeDistinguishedName(int i)
          Removes the ith "distinguished-name" element
 void removeLoginDomainPrincipal(int i)
          Removes the ith "login-domain-principal" element
 void removePrincipal(int i)
          Removes the ith "principal" element
 void removeRealmPrincipal(int i)
          Removes the ith "realm-principal" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setDistinguishedNameArray(DistinguishedNameType[] distinguishedNameArray)
          Sets array of all "distinguished-name" element
 void setDistinguishedNameArray(int i, DistinguishedNameType distinguishedName)
          Sets ith "distinguished-name" element
 void setLoginDomainPrincipalArray(int i, LoginDomainPrincipalType loginDomainPrincipal)
          Sets ith "login-domain-principal" element
 void setLoginDomainPrincipalArray(LoginDomainPrincipalType[] loginDomainPrincipalArray)
          Sets array of all "login-domain-principal" element
 void setPrincipalArray(int i, PrincipalType principal)
          Sets ith "principal" element
 void setPrincipalArray(PrincipalType[] principalArray)
          Sets array of all "principal" element
 void setRealmPrincipalArray(int i, RealmPrincipalType realmPrincipal)
          Sets ith "realm-principal" element
 void setRealmPrincipalArray(RealmPrincipalType[] realmPrincipalArray)
          Sets array of all "realm-principal" element
 void setRoleName(String roleName)
          Sets the "role-name" attribute
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfDistinguishedNameArray()
          Returns number of "distinguished-name" element
 int sizeOfLoginDomainPrincipalArray()
          Returns number of "login-domain-principal" element
 int sizeOfPrincipalArray()
          Returns number of "principal" element
 int sizeOfRealmPrincipalArray()
          Returns number of "realm-principal" element
 org.apache.xmlbeans.XmlString xgetRoleName()
          Gets (as xml) the "role-name" attribute
 void xsetRoleName(org.apache.xmlbeans.XmlString roleName)
          Sets (as xml) the "role-name" attribute
 
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

getDescriptionArray

DescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

DescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

void setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

void setDescriptionArray(int i,
                         DescriptionType description)
Sets ith "description" element


insertNewDescription

DescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

DescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getRealmPrincipalArray

RealmPrincipalType[] getRealmPrincipalArray()
Gets array of all "realm-principal" elements


getRealmPrincipalArray

RealmPrincipalType getRealmPrincipalArray(int i)
Gets ith "realm-principal" element


sizeOfRealmPrincipalArray

int sizeOfRealmPrincipalArray()
Returns number of "realm-principal" element


setRealmPrincipalArray

void setRealmPrincipalArray(RealmPrincipalType[] realmPrincipalArray)
Sets array of all "realm-principal" element


setRealmPrincipalArray

void setRealmPrincipalArray(int i,
                            RealmPrincipalType realmPrincipal)
Sets ith "realm-principal" element


insertNewRealmPrincipal

RealmPrincipalType insertNewRealmPrincipal(int i)
Inserts and returns a new empty value (as xml) as the ith "realm-principal" element


addNewRealmPrincipal

RealmPrincipalType addNewRealmPrincipal()
Appends and returns a new empty value (as xml) as the last "realm-principal" element


removeRealmPrincipal

void removeRealmPrincipal(int i)
Removes the ith "realm-principal" element


getLoginDomainPrincipalArray

LoginDomainPrincipalType[] getLoginDomainPrincipalArray()
Gets array of all "login-domain-principal" elements


getLoginDomainPrincipalArray

LoginDomainPrincipalType getLoginDomainPrincipalArray(int i)
Gets ith "login-domain-principal" element


sizeOfLoginDomainPrincipalArray

int sizeOfLoginDomainPrincipalArray()
Returns number of "login-domain-principal" element


setLoginDomainPrincipalArray

void setLoginDomainPrincipalArray(LoginDomainPrincipalType[] loginDomainPrincipalArray)
Sets array of all "login-domain-principal" element


setLoginDomainPrincipalArray

void setLoginDomainPrincipalArray(int i,
                                  LoginDomainPrincipalType loginDomainPrincipal)
Sets ith "login-domain-principal" element


insertNewLoginDomainPrincipal

LoginDomainPrincipalType insertNewLoginDomainPrincipal(int i)
Inserts and returns a new empty value (as xml) as the ith "login-domain-principal" element


addNewLoginDomainPrincipal

LoginDomainPrincipalType addNewLoginDomainPrincipal()
Appends and returns a new empty value (as xml) as the last "login-domain-principal" element


removeLoginDomainPrincipal

void removeLoginDomainPrincipal(int i)
Removes the ith "login-domain-principal" element


getPrincipalArray

PrincipalType[] getPrincipalArray()
Gets array of all "principal" elements


getPrincipalArray

PrincipalType getPrincipalArray(int i)
Gets ith "principal" element


sizeOfPrincipalArray

int sizeOfPrincipalArray()
Returns number of "principal" element


setPrincipalArray

void setPrincipalArray(PrincipalType[] principalArray)
Sets array of all "principal" element


setPrincipalArray

void setPrincipalArray(int i,
                       PrincipalType principal)
Sets ith "principal" element


insertNewPrincipal

PrincipalType insertNewPrincipal(int i)
Inserts and returns a new empty value (as xml) as the ith "principal" element


addNewPrincipal

PrincipalType addNewPrincipal()
Appends and returns a new empty value (as xml) as the last "principal" element


removePrincipal

void removePrincipal(int i)
Removes the ith "principal" element


getDistinguishedNameArray

DistinguishedNameType[] getDistinguishedNameArray()
Gets array of all "distinguished-name" elements


getDistinguishedNameArray

DistinguishedNameType getDistinguishedNameArray(int i)
Gets ith "distinguished-name" element


sizeOfDistinguishedNameArray

int sizeOfDistinguishedNameArray()
Returns number of "distinguished-name" element


setDistinguishedNameArray

void setDistinguishedNameArray(DistinguishedNameType[] distinguishedNameArray)
Sets array of all "distinguished-name" element


setDistinguishedNameArray

void setDistinguishedNameArray(int i,
                               DistinguishedNameType distinguishedName)
Sets ith "distinguished-name" element


insertNewDistinguishedName

DistinguishedNameType insertNewDistinguishedName(int i)
Inserts and returns a new empty value (as xml) as the ith "distinguished-name" element


addNewDistinguishedName

DistinguishedNameType addNewDistinguishedName()
Appends and returns a new empty value (as xml) as the last "distinguished-name" element


removeDistinguishedName

void removeDistinguishedName(int i)
Removes the ith "distinguished-name" element


getRoleName

String getRoleName()
Gets the "role-name" attribute


xgetRoleName

org.apache.xmlbeans.XmlString xgetRoleName()
Gets (as xml) the "role-name" attribute


setRoleName

void setRoleName(String roleName)
Sets the "role-name" attribute


xsetRoleName

void xsetRoleName(org.apache.xmlbeans.XmlString roleName)
Sets (as xml) the "role-name" attribute



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