Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.css.CSSAssociationOptionList

Packages that use CSSAssociationOptionList
org.apache.geronimo.corba.xbeans.csiv2.css   
org.apache.geronimo.corba.xbeans.csiv2.css.impl   
 

Uses of CSSAssociationOptionList in org.apache.geronimo.corba.xbeans.csiv2.css
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css that return CSSAssociationOptionList
static CSSAssociationOptionList CSSAssociationOptionList.Factory.newInstance()
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.newValue(Object obj)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(File file)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(InputStream is)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(Node node)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(Reader r)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(String xmlAsString)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(URL u)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(XMLStreamReader sr)
           
static CSSAssociationOptionList CSSAssociationOptionList.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 CSSAssociationOptionList CSSSSLType.xgetRequires()
          Gets (as xml) the "requires" element
 CSSAssociationOptionList CSSSECIOPType.xgetRequires()
          Gets (as xml) the "requires" element
 CSSAssociationOptionList CSSSSLType.xgetSupports()
          Gets (as xml) the "supports" element
 CSSAssociationOptionList CSSSECIOPType.xgetSupports()
          Gets (as xml) the "supports" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSAssociationOptionList
 void CSSSSLType.xsetRequires(CSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void CSSSECIOPType.xsetRequires(CSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void CSSSSLType.xsetSupports(CSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 void CSSSECIOPType.xsetSupports(CSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 

Uses of CSSAssociationOptionList in org.apache.geronimo.corba.xbeans.csiv2.css.impl
 

Classes in org.apache.geronimo.corba.xbeans.csiv2.css.impl that implement CSSAssociationOptionList
 class CSSAssociationOptionListImpl
          An XML associationOptionList(@http://openejb.apache.org/xml/ns/corba-css-config-2.1).
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSAssociationOptionList
 CSSAssociationOptionList CSSSSLTypeImpl.xgetRequires()
          Gets (as xml) the "requires" element
 CSSAssociationOptionList CSSSECIOPTypeImpl.xgetRequires()
          Gets (as xml) the "requires" element
 CSSAssociationOptionList CSSSSLTypeImpl.xgetSupports()
          Gets (as xml) the "supports" element
 CSSAssociationOptionList CSSSECIOPTypeImpl.xgetSupports()
          Gets (as xml) the "supports" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSAssociationOptionList
 void CSSSSLTypeImpl.xsetRequires(CSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void CSSSECIOPTypeImpl.xsetRequires(CSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void CSSSSLTypeImpl.xsetSupports(CSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 void CSSSECIOPTypeImpl.xsetSupports(CSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 



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