Uses of Interface
org.apache.geronimo.xbeans.j2ee.SecurityRoleRefType

Packages that use SecurityRoleRefType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of SecurityRoleRefType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return SecurityRoleRefType
 SecurityRoleRefType[] EntityBeanType.getSecurityRoleRefArray()
          Gets array of all "security-role-ref" elements
 SecurityRoleRefType EntityBeanType.getSecurityRoleRefArray(int i)
          Gets ith "security-role-ref" element
 SecurityRoleRefType EntityBeanType.insertNewSecurityRoleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-role-ref" element
 SecurityRoleRefType EntityBeanType.addNewSecurityRoleRef()
          Appends and returns a new empty value (as xml) as the last "security-role-ref" element
 SecurityRoleRefType[] SessionBeanType.getSecurityRoleRefArray()
          Gets array of all "security-role-ref" elements
 SecurityRoleRefType SessionBeanType.getSecurityRoleRefArray(int i)
          Gets ith "security-role-ref" element
 SecurityRoleRefType SessionBeanType.insertNewSecurityRoleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-role-ref" element
 SecurityRoleRefType SessionBeanType.addNewSecurityRoleRef()
          Appends and returns a new empty value (as xml) as the last "security-role-ref" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type SecurityRoleRefType
 void EntityBeanType.setSecurityRoleRefArray(SecurityRoleRefType[] securityRoleRefArray)
          Sets array of all "security-role-ref" element
 void EntityBeanType.setSecurityRoleRefArray(int i, SecurityRoleRefType securityRoleRef)
          Sets ith "security-role-ref" element
 void SessionBeanType.setSecurityRoleRefArray(SecurityRoleRefType[] securityRoleRefArray)
          Sets array of all "security-role-ref" element
 void SessionBeanType.setSecurityRoleRefArray(int i, SecurityRoleRefType securityRoleRef)
          Sets ith "security-role-ref" element
 

Uses of SecurityRoleRefType in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return SecurityRoleRefType
 SecurityRoleRefType[] EntityBeanTypeImpl.getSecurityRoleRefArray()
          Gets array of all "security-role-ref" elements
 SecurityRoleRefType EntityBeanTypeImpl.getSecurityRoleRefArray(int i)
          Gets ith "security-role-ref" element
 SecurityRoleRefType EntityBeanTypeImpl.insertNewSecurityRoleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-role-ref" element
 SecurityRoleRefType EntityBeanTypeImpl.addNewSecurityRoleRef()
          Appends and returns a new empty value (as xml) as the last "security-role-ref" element
 SecurityRoleRefType[] SessionBeanTypeImpl.getSecurityRoleRefArray()
          Gets array of all "security-role-ref" elements
 SecurityRoleRefType SessionBeanTypeImpl.getSecurityRoleRefArray(int i)
          Gets ith "security-role-ref" element
 SecurityRoleRefType SessionBeanTypeImpl.insertNewSecurityRoleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-role-ref" element
 SecurityRoleRefType SessionBeanTypeImpl.addNewSecurityRoleRef()
          Appends and returns a new empty value (as xml) as the last "security-role-ref" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type SecurityRoleRefType
 void EntityBeanTypeImpl.setSecurityRoleRefArray(SecurityRoleRefType[] securityRoleRefArray)
          Sets array of all "security-role-ref" element
 void EntityBeanTypeImpl.setSecurityRoleRefArray(int i, SecurityRoleRefType securityRoleRef)
          Sets ith "security-role-ref" element
 void SessionBeanTypeImpl.setSecurityRoleRefArray(SecurityRoleRefType[] securityRoleRefArray)
          Sets array of all "security-role-ref" element
 void SessionBeanTypeImpl.setSecurityRoleRefArray(int i, SecurityRoleRefType securityRoleRef)
          Sets ith "security-role-ref" element
 

Uses of SecurityRoleRefType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return SecurityRoleRefType
static SecurityRoleRefType SecurityRoleRefType.Factory.newInstance()
           
static SecurityRoleRefType SecurityRoleRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(String s)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(File f)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(URL u)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(InputStream is)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(Reader r)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(Node node)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static SecurityRoleRefType SecurityRoleRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of SecurityRoleRefType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement SecurityRoleRefType
 class SecurityRoleRefTypeImpl
          An XML security-role-refType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of SecurityRoleRefType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return SecurityRoleRefType
 SecurityRoleRefType[] ServletType.getSecurityRoleRefArray()
          Gets array of all "security-role-ref" elements
 SecurityRoleRefType ServletType.getSecurityRoleRefArray(int i)
          Gets ith "security-role-ref" element
 SecurityRoleRefType ServletType.insertNewSecurityRoleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-role-ref" element
 SecurityRoleRefType ServletType.addNewSecurityRoleRef()
          Appends and returns a new empty value (as xml) as the last "security-role-ref" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type SecurityRoleRefType
 void ServletType.setSecurityRoleRefArray(SecurityRoleRefType[] securityRoleRefArray)
          Sets array of all "security-role-ref" element
 void ServletType.setSecurityRoleRefArray(int i, SecurityRoleRefType securityRoleRef)
          Sets ith "security-role-ref" element
 

Uses of SecurityRoleRefType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return SecurityRoleRefType
 SecurityRoleRefType[] ServletTypeImpl.getSecurityRoleRefArray()
          Gets array of all "security-role-ref" elements
 SecurityRoleRefType ServletTypeImpl.getSecurityRoleRefArray(int i)
          Gets ith "security-role-ref" element
 SecurityRoleRefType ServletTypeImpl.insertNewSecurityRoleRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-role-ref" element
 SecurityRoleRefType ServletTypeImpl.addNewSecurityRoleRef()
          Appends and returns a new empty value (as xml) as the last "security-role-ref" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type SecurityRoleRefType
 void ServletTypeImpl.setSecurityRoleRefArray(SecurityRoleRefType[] securityRoleRefArray)
          Sets array of all "security-role-ref" element
 void ServletTypeImpl.setSecurityRoleRefArray(int i, SecurityRoleRefType securityRoleRef)
          Sets ith "security-role-ref" element
 



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