org.jboss.soa.esb.listeners.config.xbeanmodel101
Interface SecurityDocument.Security

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SecurityDocumentImpl.SecurityImpl
Enclosing interface:
SecurityDocument

public static interface SecurityDocument.Security
extends org.apache.xmlbeans.XmlObject

An XML security(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd). This is a complex type.


Nested Class Summary
static class SecurityDocument.Security.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
 PropertyDocument.Property addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 java.lang.String getCallbackHandler()
          Gets the "callbackHandler" attribute
 java.lang.String getModuleName()
          Gets the "moduleName" attribute
 PropertyDocument.Property[] getPropertyArray()
          Deprecated.  
 PropertyDocument.Property getPropertyArray(int i)
          Gets ith "property" element
 java.util.List<PropertyDocument.Property> getPropertyList()
          Gets a List of "property" elements
 java.lang.String getRolesAllowed()
          Gets the "rolesAllowed" attribute
 java.lang.String getRunAs()
          Gets the "runAs" attribute
 java.lang.String getUseCallerIdentity()
          Gets the "useCallerIdentity" attribute
 PropertyDocument.Property insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
 boolean isSetCallbackHandler()
          True if has "callbackHandler" attribute
 boolean isSetRolesAllowed()
          True if has "rolesAllowed" attribute
 boolean isSetRunAs()
          True if has "runAs" attribute
 boolean isSetUseCallerIdentity()
          True if has "useCallerIdentity" attribute
 void removeProperty(int i)
          Removes the ith "property" element
 void setCallbackHandler(java.lang.String callbackHandler)
          Sets the "callbackHandler" attribute
 void setModuleName(java.lang.String moduleName)
          Sets the "moduleName" attribute
 void setPropertyArray(int i, PropertyDocument.Property property)
          Sets ith "property" element
 void setPropertyArray(PropertyDocument.Property[] propertyArray)
          Sets array of all "property" element
 void setRolesAllowed(java.lang.String rolesAllowed)
          Sets the "rolesAllowed" attribute
 void setRunAs(java.lang.String runAs)
          Sets the "runAs" attribute
 void setUseCallerIdentity(java.lang.String useCallerIdentity)
          Sets the "useCallerIdentity" attribute
 int sizeOfPropertyArray()
          Returns number of "property" element
 void unsetCallbackHandler()
          Unsets the "callbackHandler" attribute
 void unsetRolesAllowed()
          Unsets the "rolesAllowed" attribute
 void unsetRunAs()
          Unsets the "runAs" attribute
 void unsetUseCallerIdentity()
          Unsets the "useCallerIdentity" attribute
 org.apache.xmlbeans.XmlString xgetCallbackHandler()
          Gets (as xml) the "callbackHandler" attribute
 org.apache.xmlbeans.XmlString xgetModuleName()
          Gets (as xml) the "moduleName" attribute
 org.apache.xmlbeans.XmlString xgetRolesAllowed()
          Gets (as xml) the "rolesAllowed" attribute
 org.apache.xmlbeans.XmlString xgetRunAs()
          Gets (as xml) the "runAs" attribute
 org.apache.xmlbeans.XmlString xgetUseCallerIdentity()
          Gets (as xml) the "useCallerIdentity" attribute
 void xsetCallbackHandler(org.apache.xmlbeans.XmlString callbackHandler)
          Sets (as xml) the "callbackHandler" attribute
 void xsetModuleName(org.apache.xmlbeans.XmlString moduleName)
          Sets (as xml) the "moduleName" attribute
 void xsetRolesAllowed(org.apache.xmlbeans.XmlString rolesAllowed)
          Sets (as xml) the "rolesAllowed" attribute
 void xsetRunAs(org.apache.xmlbeans.XmlString runAs)
          Sets (as xml) the "runAs" attribute
 void xsetUseCallerIdentity(org.apache.xmlbeans.XmlString useCallerIdentity)
          Sets (as xml) the "useCallerIdentity" 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

getPropertyList

java.util.List<PropertyDocument.Property> getPropertyList()
Gets a List of "property" elements


getPropertyArray

PropertyDocument.Property[] getPropertyArray()
Deprecated. 

Gets array of all "property" elements


getPropertyArray

PropertyDocument.Property getPropertyArray(int i)
Gets ith "property" element


sizeOfPropertyArray

int sizeOfPropertyArray()
Returns number of "property" element


setPropertyArray

void setPropertyArray(PropertyDocument.Property[] propertyArray)
Sets array of all "property" element


setPropertyArray

void setPropertyArray(int i,
                      PropertyDocument.Property property)
Sets ith "property" element


insertNewProperty

PropertyDocument.Property insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element


addNewProperty

PropertyDocument.Property addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element


removeProperty

void removeProperty(int i)
Removes the ith "property" element


getRunAs

java.lang.String getRunAs()
Gets the "runAs" attribute


xgetRunAs

org.apache.xmlbeans.XmlString xgetRunAs()
Gets (as xml) the "runAs" attribute


isSetRunAs

boolean isSetRunAs()
True if has "runAs" attribute


setRunAs

void setRunAs(java.lang.String runAs)
Sets the "runAs" attribute


xsetRunAs

void xsetRunAs(org.apache.xmlbeans.XmlString runAs)
Sets (as xml) the "runAs" attribute


unsetRunAs

void unsetRunAs()
Unsets the "runAs" attribute


getRolesAllowed

java.lang.String getRolesAllowed()
Gets the "rolesAllowed" attribute


xgetRolesAllowed

org.apache.xmlbeans.XmlString xgetRolesAllowed()
Gets (as xml) the "rolesAllowed" attribute


isSetRolesAllowed

boolean isSetRolesAllowed()
True if has "rolesAllowed" attribute


setRolesAllowed

void setRolesAllowed(java.lang.String rolesAllowed)
Sets the "rolesAllowed" attribute


xsetRolesAllowed

void xsetRolesAllowed(org.apache.xmlbeans.XmlString rolesAllowed)
Sets (as xml) the "rolesAllowed" attribute


unsetRolesAllowed

void unsetRolesAllowed()
Unsets the "rolesAllowed" attribute


getModuleName

java.lang.String getModuleName()
Gets the "moduleName" attribute


xgetModuleName

org.apache.xmlbeans.XmlString xgetModuleName()
Gets (as xml) the "moduleName" attribute


setModuleName

void setModuleName(java.lang.String moduleName)
Sets the "moduleName" attribute


xsetModuleName

void xsetModuleName(org.apache.xmlbeans.XmlString moduleName)
Sets (as xml) the "moduleName" attribute


getUseCallerIdentity

java.lang.String getUseCallerIdentity()
Gets the "useCallerIdentity" attribute


xgetUseCallerIdentity

org.apache.xmlbeans.XmlString xgetUseCallerIdentity()
Gets (as xml) the "useCallerIdentity" attribute


isSetUseCallerIdentity

boolean isSetUseCallerIdentity()
True if has "useCallerIdentity" attribute


setUseCallerIdentity

void setUseCallerIdentity(java.lang.String useCallerIdentity)
Sets the "useCallerIdentity" attribute


xsetUseCallerIdentity

void xsetUseCallerIdentity(org.apache.xmlbeans.XmlString useCallerIdentity)
Sets (as xml) the "useCallerIdentity" attribute


unsetUseCallerIdentity

void unsetUseCallerIdentity()
Unsets the "useCallerIdentity" attribute


getCallbackHandler

java.lang.String getCallbackHandler()
Gets the "callbackHandler" attribute


xgetCallbackHandler

org.apache.xmlbeans.XmlString xgetCallbackHandler()
Gets (as xml) the "callbackHandler" attribute


isSetCallbackHandler

boolean isSetCallbackHandler()
True if has "callbackHandler" attribute


setCallbackHandler

void setCallbackHandler(java.lang.String callbackHandler)
Sets the "callbackHandler" attribute


xsetCallbackHandler

void xsetCallbackHandler(org.apache.xmlbeans.XmlString callbackHandler)
Sets (as xml) the "callbackHandler" attribute


unsetCallbackHandler

void unsetCallbackHandler()
Unsets the "callbackHandler" attribute