|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TSSGeneralNameType | |
org.openejb.xbeans.csiv2.tss | |
org.openejb.xbeans.csiv2.tss.impl |
Uses of TSSGeneralNameType in org.openejb.xbeans.csiv2.tss |
Methods in org.openejb.xbeans.csiv2.tss that return TSSGeneralNameType | |
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 |
TSSGeneralNameType |
TSSSasMechType.ServiceConfigurationList.addNewGeneralName()
Appends and returns a new empty value (as xml) as the last "generalName" element |
static TSSGeneralNameType |
TSSGeneralNameType.Factory.newInstance()
|
static TSSGeneralNameType |
TSSGeneralNameType.Factory.newInstance(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(File file)
|
static TSSGeneralNameType |
TSSGeneralNameType.Factory.parse(File file,
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(InputStream is)
|
static TSSGeneralNameType |
TSSGeneralNameType.Factory.parse(InputStream is,
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(javax.xml.stream.XMLStreamReader sr)
|
static TSSGeneralNameType |
TSSGeneralNameType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
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(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 |
Methods in org.openejb.xbeans.csiv2.tss with parameters of type TSSGeneralNameType | |
void |
TSSSasMechType.ServiceConfigurationList.setGeneralNameArray(TSSGeneralNameType[] generalNameArray)
Sets array of all "generalName" element |
void |
TSSSasMechType.ServiceConfigurationList.setGeneralNameArray(int i,
TSSGeneralNameType generalName)
Sets ith "generalName" element |
Uses of TSSGeneralNameType in org.openejb.xbeans.csiv2.tss.impl |
Classes in org.openejb.xbeans.csiv2.tss.impl that implement TSSGeneralNameType | |
class |
TSSGeneralNameTypeImpl
An XML generalNameType(@http://www.openejb.org/xml/ns/corba-tss-config-2.0). |
Methods in org.openejb.xbeans.csiv2.tss.impl that return TSSGeneralNameType | |
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 |
TSSGeneralNameType |
TSSSasMechTypeImpl.ServiceConfigurationListImpl.addNewGeneralName()
Appends and returns a new empty value (as xml) as the last "generalName" element |
Methods in org.openejb.xbeans.csiv2.tss.impl with parameters of type TSSGeneralNameType | |
void |
TSSSasMechTypeImpl.ServiceConfigurationListImpl.setGeneralNameArray(TSSGeneralNameType[] generalNameArray)
Sets array of all "generalName" element |
void |
TSSSasMechTypeImpl.ServiceConfigurationListImpl.setGeneralNameArray(int i,
TSSGeneralNameType generalName)
Sets ith "generalName" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |