org.apache.geronimo.xbeans.geronimo.security.subjectinfo
Interface GerRoleType

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

public interface GerRoleType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerRoleType.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
 GerDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 String getId()
          Gets the "id" element
 String getRealm()
          Gets the "realm" element
 String getRoleName()
          Gets the "role-name" attribute
 GerDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void setId(String id)
          Sets the "id" element
 void setRealm(String realm)
          Sets the "realm" element
 void setRoleName(String roleName)
          Sets the "role-name" attribute
 int sizeOfDescriptionArray()
          Returns number of "description" element
 org.apache.xmlbeans.XmlString xgetId()
          Gets (as xml) the "id" element
 org.apache.xmlbeans.XmlString xgetRealm()
          Gets (as xml) the "realm" element
 org.apache.xmlbeans.XmlString xgetRoleName()
          Gets (as xml) the "role-name" attribute
 void xsetId(org.apache.xmlbeans.XmlString id)
          Sets (as xml) the "id" element
 void xsetRealm(org.apache.xmlbeans.XmlString realm)
          Sets (as xml) the "realm" element
 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

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


getDescriptionArray

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


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

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


setDescriptionArray

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


insertNewDescription

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


addNewDescription

GerDescriptionType 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


getRealm

String getRealm()
Gets the "realm" element


xgetRealm

org.apache.xmlbeans.XmlString xgetRealm()
Gets (as xml) the "realm" element


setRealm

void setRealm(String realm)
Sets the "realm" element


xsetRealm

void xsetRealm(org.apache.xmlbeans.XmlString realm)
Sets (as xml) the "realm" element


getId

String getId()
Gets the "id" element


xgetId

org.apache.xmlbeans.XmlString xgetId()
Gets (as xml) the "id" element


setId

void setId(String id)
Sets the "id" element


xsetId

void xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" 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.