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

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
LoginDomainPrincipalType, RealmPrincipalType
All Known Implementing Classes:
LoginDomainPrincipalTypeImpl, PrincipalTypeImpl, RealmPrincipalTypeImpl

public interface PrincipalType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class PrincipalType.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
 String getClass1()
          Gets the "class" attribute
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 boolean getDesignatedRunAs()
          Gets the "designated-run-as" attribute
 String getName()
          Gets the "name" attribute
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetDesignatedRunAs()
          True if has "designated-run-as" attribute
 void removeDescription(int i)
          Removes the ith "description" element
 void setClass1(String class1)
          Sets the "class" attribute
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setDesignatedRunAs(boolean designatedRunAs)
          Sets the "designated-run-as" attribute
 void setName(String name)
          Sets the "name" attribute
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetDesignatedRunAs()
          Unsets the "designated-run-as" attribute
 org.apache.xmlbeans.XmlString xgetClass1()
          Gets (as xml) the "class" attribute
 org.apache.xmlbeans.XmlBoolean xgetDesignatedRunAs()
          Gets (as xml) the "designated-run-as" attribute
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" attribute
 void xsetClass1(org.apache.xmlbeans.XmlString class1)
          Sets (as xml) the "class" attribute
 void xsetDesignatedRunAs(org.apache.xmlbeans.XmlBoolean designatedRunAs)
          Sets (as xml) the "designated-run-as" attribute
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "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


getClass1

String getClass1()
Gets the "class" attribute


xgetClass1

org.apache.xmlbeans.XmlString xgetClass1()
Gets (as xml) the "class" attribute


setClass1

void setClass1(String class1)
Sets the "class" attribute


xsetClass1

void xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" attribute


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


getDesignatedRunAs

boolean getDesignatedRunAs()
Gets the "designated-run-as" attribute


xgetDesignatedRunAs

org.apache.xmlbeans.XmlBoolean xgetDesignatedRunAs()
Gets (as xml) the "designated-run-as" attribute


isSetDesignatedRunAs

boolean isSetDesignatedRunAs()
True if has "designated-run-as" attribute


setDesignatedRunAs

void setDesignatedRunAs(boolean designatedRunAs)
Sets the "designated-run-as" attribute


xsetDesignatedRunAs

void xsetDesignatedRunAs(org.apache.xmlbeans.XmlBoolean designatedRunAs)
Sets (as xml) the "designated-run-as" attribute


unsetDesignatedRunAs

void unsetDesignatedRunAs()
Unsets the "designated-run-as" attribute



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