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

Packages that use GerAbstractSecurityType
org.apache.geronimo.xbeans.geronimo.j2ee   
org.apache.geronimo.xbeans.geronimo.j2ee.impl   
 

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

Methods in org.apache.geronimo.xbeans.geronimo.j2ee that return GerAbstractSecurityType
 GerAbstractSecurityType GerSecurityDocument.addNewSecurity()
          Appends and returns a new empty "security" element
 GerAbstractSecurityType GerApplicationType.addNewSecurity()
          Appends and returns a new empty "security" element
 GerAbstractSecurityType GerSecurityDocument.getSecurity()
          Gets the "security" element
 GerAbstractSecurityType GerApplicationType.getSecurity()
          Gets the "security" element
static GerAbstractSecurityType GerAbstractSecurityType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static GerAbstractSecurityType GerAbstractSecurityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(File file)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(InputStream is)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(Node node)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(Reader r)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(String xmlAsString)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(URL u)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(XMLStreamReader sr)
           
static GerAbstractSecurityType GerAbstractSecurityType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee with parameters of type GerAbstractSecurityType
 void GerSecurityDocument.setSecurity(GerAbstractSecurityType security)
          Sets the "security" element
 void GerApplicationType.setSecurity(GerAbstractSecurityType security)
          Sets the "security" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.j2ee.impl that implement GerAbstractSecurityType
 class GerAbstractSecurityTypeImpl
          An XML abstract-securityType(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl that return GerAbstractSecurityType
 GerAbstractSecurityType GerSecurityDocumentImpl.addNewSecurity()
          Appends and returns a new empty "security" element
 GerAbstractSecurityType GerApplicationTypeImpl.addNewSecurity()
          Appends and returns a new empty "security" element
 GerAbstractSecurityType GerSecurityDocumentImpl.getSecurity()
          Gets the "security" element
 GerAbstractSecurityType GerApplicationTypeImpl.getSecurity()
          Gets the "security" element
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl with parameters of type GerAbstractSecurityType
 void GerSecurityDocumentImpl.setSecurity(GerAbstractSecurityType security)
          Sets the "security" element
 void GerApplicationTypeImpl.setSecurity(GerAbstractSecurityType security)
          Sets the "security" element
 



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