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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSGeneralNameType
 TSSGeneralNameType TSSSasMechType.ServiceConfigurationList.addNewGeneralName()
          Appends and returns a new empty value (as xml) as the last "generalName" element
 TSSGeneralNameType[] TSSSasMechType.ServiceConfigurationList.getGeneralNameArray()
          Gets array of all "generalName" elements
 TSSGeneralNameType TSSSasMechType.ServiceConfigurationList.getGeneralNameArray(int i)
          Gets ith "generalName" element
 TSSGeneralNameType TSSSasMechType.ServiceConfigurationList.insertNewGeneralName(int i)
          Inserts and returns a new empty value (as xml) as the ith "generalName" element
static TSSGeneralNameType TSSGeneralNameType.Factory.newInstance()
           
static TSSGeneralNameType TSSGeneralNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(File file)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(InputStream is)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(Node node)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(Reader r)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(String xmlAsString)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(URL u)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(XMLStreamReader sr)
           
static TSSGeneralNameType TSSGeneralNameType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSGeneralNameType
 void TSSSasMechType.ServiceConfigurationList.setGeneralNameArray(int i, TSSGeneralNameType generalName)
          Sets ith "generalName" element
 void TSSSasMechType.ServiceConfigurationList.setGeneralNameArray(TSSGeneralNameType[] generalNameArray)
          Sets array of all "generalName" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSGeneralNameType
 TSSGeneralNameType TSSSasMechTypeImpl.ServiceConfigurationListImpl.addNewGeneralName()
          Appends and returns a new empty value (as xml) as the last "generalName" element
 TSSGeneralNameType[] TSSSasMechTypeImpl.ServiceConfigurationListImpl.getGeneralNameArray()
          Gets array of all "generalName" elements
 TSSGeneralNameType TSSSasMechTypeImpl.ServiceConfigurationListImpl.getGeneralNameArray(int i)
          Gets ith "generalName" element
 TSSGeneralNameType TSSSasMechTypeImpl.ServiceConfigurationListImpl.insertNewGeneralName(int i)
          Inserts and returns a new empty value (as xml) as the ith "generalName" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSGeneralNameType
 void TSSSasMechTypeImpl.ServiceConfigurationListImpl.setGeneralNameArray(int i, TSSGeneralNameType generalName)
          Sets ith "generalName" element
 void TSSSasMechTypeImpl.ServiceConfigurationListImpl.setGeneralNameArray(TSSGeneralNameType[] generalNameArray)
          Sets array of all "generalName" element
 



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