org.apache.geronimo.xbeans.ejb
Interface SecurityIdentityType

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

public interface SecurityIdentityType
extends org.apache.xmlbeans.XmlObject

An XML security-identityType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class SecurityIdentityType.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
 RunAsType addNewRunAs()
          Appends and returns a new empty "run-as" element
 EmptyType addNewUseCallerIdentity()
          Appends and returns a new empty "use-caller-identity" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 RunAsType getRunAs()
          Gets the "run-as" element
 EmptyType getUseCallerIdentity()
          Gets the "use-caller-identity" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetRunAs()
          True if has "run-as" element
 boolean isSetUseCallerIdentity()
          True if has "use-caller-identity" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setRunAs(RunAsType runAs)
          Sets the "run-as" element
 void setUseCallerIdentity(EmptyType useCallerIdentity)
          Sets the "use-caller-identity" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetRunAs()
          Unsets the "run-as" element
 void unsetUseCallerIdentity()
          Unsets the "use-caller-identity" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getDescriptionArray

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


getDescriptionArray

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


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

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


setDescriptionArray

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


insertNewDescription

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


addNewDescription

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


removeDescription

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


getUseCallerIdentity

public EmptyType getUseCallerIdentity()
Gets the "use-caller-identity" element


isSetUseCallerIdentity

public boolean isSetUseCallerIdentity()
True if has "use-caller-identity" element


setUseCallerIdentity

public void setUseCallerIdentity(EmptyType useCallerIdentity)
Sets the "use-caller-identity" element


addNewUseCallerIdentity

public EmptyType addNewUseCallerIdentity()
Appends and returns a new empty "use-caller-identity" element


unsetUseCallerIdentity

public void unsetUseCallerIdentity()
Unsets the "use-caller-identity" element


getRunAs

public RunAsType getRunAs()
Gets the "run-as" element


isSetRunAs

public boolean isSetRunAs()
True if has "run-as" element


setRunAs

public void setRunAs(RunAsType runAs)
Sets the "run-as" element


addNewRunAs

public RunAsType addNewRunAs()
Appends and returns a new empty "run-as" element


unsetRunAs

public void unsetRunAs()
Unsets the "run-as" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.