Uses of Interface
org.apache.geronimo.xbeans.geronimo.loginconfig.GerOptionType

Packages that use GerOptionType
org.apache.geronimo.xbeans.geronimo.loginconfig   
org.apache.geronimo.xbeans.geronimo.loginconfig.impl   
 

Uses of GerOptionType in org.apache.geronimo.xbeans.geronimo.loginconfig
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig that return GerOptionType
 GerOptionType GerLoginModuleType.addNewOption()
          Appends and returns a new empty value (as xml) as the last "option" element
 GerOptionType[] GerLoginModuleType.getOptionArray()
          Gets array of all "option" elements
 GerOptionType GerLoginModuleType.getOptionArray(int i)
          Gets ith "option" element
 GerOptionType GerLoginModuleType.insertNewOption(int i)
          Inserts and returns a new empty value (as xml) as the ith "option" element
static GerOptionType GerOptionType.Factory.newInstance()
           
static GerOptionType GerOptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerOptionType GerOptionType.Factory.parse(File file)
           
static GerOptionType GerOptionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerOptionType GerOptionType.Factory.parse(InputStream is)
           
static GerOptionType GerOptionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerOptionType GerOptionType.Factory.parse(Node node)
           
static GerOptionType GerOptionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerOptionType GerOptionType.Factory.parse(Reader r)
           
static GerOptionType GerOptionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerOptionType GerOptionType.Factory.parse(String xmlAsString)
           
static GerOptionType GerOptionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerOptionType GerOptionType.Factory.parse(URL u)
           
static GerOptionType GerOptionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerOptionType GerOptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerOptionType GerOptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerOptionType GerOptionType.Factory.parse(XMLStreamReader sr)
           
static GerOptionType GerOptionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig with parameters of type GerOptionType
 void GerLoginModuleType.setOptionArray(GerOptionType[] optionArray)
          Sets array of all "option" element
 void GerLoginModuleType.setOptionArray(int i, GerOptionType option)
          Sets ith "option" element
 

Uses of GerOptionType in org.apache.geronimo.xbeans.geronimo.loginconfig.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.loginconfig.impl that implement GerOptionType
 class GerOptionTypeImpl
          An XML optionType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl that return GerOptionType
 GerOptionType GerLoginModuleTypeImpl.addNewOption()
          Appends and returns a new empty value (as xml) as the last "option" element
 GerOptionType[] GerLoginModuleTypeImpl.getOptionArray()
          Gets array of all "option" elements
 GerOptionType GerLoginModuleTypeImpl.getOptionArray(int i)
          Gets ith "option" element
 GerOptionType GerLoginModuleTypeImpl.insertNewOption(int i)
          Inserts and returns a new empty value (as xml) as the ith "option" element
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl with parameters of type GerOptionType
 void GerLoginModuleTypeImpl.setOptionArray(GerOptionType[] optionArray)
          Sets array of all "option" element
 void GerLoginModuleTypeImpl.setOptionArray(int i, GerOptionType option)
          Sets ith "option" element
 



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