Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.tss.TSSITTAbsentType

Packages that use TSSITTAbsentType
org.apache.geronimo.corba.xbeans.csiv2.tss   
org.apache.geronimo.corba.xbeans.csiv2.tss.impl   
 

Uses of TSSITTAbsentType in org.apache.geronimo.corba.xbeans.csiv2.tss
 

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSITTAbsentType
 void TSSIdentityTokenTypeList.setITTAbsent(TSSITTAbsentType ittAbsent)
          Sets the "ITTAbsent" element
 

Uses of TSSITTAbsentType in org.apache.geronimo.corba.xbeans.csiv2.tss.impl
 

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

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

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



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