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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSITTDistinguishedNameType
 void TSSIdentityTokenTypeList.setITTDistinguishedName(TSSITTDistinguishedNameType ittDistinguishedName)
          Sets the "ITTDistinguishedName" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSITTDistinguishedNameType
 TSSITTDistinguishedNameType TSSIdentityTokenTypeListImpl.addNewITTDistinguishedName()
          Appends and returns a new empty "ITTDistinguishedName" element
 TSSITTDistinguishedNameType TSSIdentityTokenTypeListImpl.getITTDistinguishedName()
          Gets the "ITTDistinguishedName" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSITTDistinguishedNameType
 void TSSIdentityTokenTypeListImpl.setITTDistinguishedName(TSSITTDistinguishedNameType ittDistinguishedName)
          Sets the "ITTDistinguishedName" element
 



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