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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSITTAnonymousType
 void TSSIdentityTokenTypeList.setITTAnonymous(TSSITTAnonymousType ittAnonymous)
          Sets the "ITTAnonymous" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSITTAnonymousType
 TSSITTAnonymousType TSSIdentityTokenTypeListImpl.addNewITTAnonymous()
          Appends and returns a new empty "ITTAnonymous" element
 TSSITTAnonymousType TSSIdentityTokenTypeListImpl.getITTAnonymous()
          Gets the "ITTAnonymous" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSITTAnonymousType
 void TSSIdentityTokenTypeListImpl.setITTAnonymous(TSSITTAnonymousType ittAnonymous)
          Sets the "ITTAnonymous" element
 



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