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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css that return CSSTrustNooneType
 CSSTrustNooneType CSSSSLType.addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 CSSTrustNooneType CSSSECIOPType.addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 CSSTrustNooneType CSSSSLType.getTrustNoone()
          Gets the "trustNoone" element
 CSSTrustNooneType CSSSECIOPType.getTrustNoone()
          Gets the "trustNoone" element
static CSSTrustNooneType CSSTrustNooneType.Factory.newInstance()
           
static CSSTrustNooneType CSSTrustNooneType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(File file)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(InputStream is)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(Node node)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(Reader r)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(String xmlAsString)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(URL u)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(XMLStreamReader sr)
           
static CSSTrustNooneType CSSTrustNooneType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSTrustNooneType
 void CSSSSLType.setTrustNoone(CSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 void CSSSECIOPType.setTrustNoone(CSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSTrustNooneType
 CSSTrustNooneType CSSSSLTypeImpl.addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 CSSTrustNooneType CSSSECIOPTypeImpl.addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 CSSTrustNooneType CSSSSLTypeImpl.getTrustNoone()
          Gets the "trustNoone" element
 CSSTrustNooneType CSSSECIOPTypeImpl.getTrustNoone()
          Gets the "trustNoone" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSTrustNooneType
 void CSSSSLTypeImpl.setTrustNoone(CSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 void CSSSECIOPTypeImpl.setTrustNoone(CSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 



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