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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSITTAbsentType
 void CSSSasMechType.setITTAbsent(CSSITTAbsentType ittAbsent)
          Sets the "ITTAbsent" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSITTAbsentType
 CSSITTAbsentType CSSSasMechTypeImpl.addNewITTAbsent()
          Appends and returns a new empty "ITTAbsent" element
 CSSITTAbsentType CSSSasMechTypeImpl.getITTAbsent()
          Gets the "ITTAbsent" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSITTAbsentType
 void CSSSasMechTypeImpl.setITTAbsent(CSSITTAbsentType ittAbsent)
          Sets the "ITTAbsent" element
 



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