Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
PkgNSType |
GlobalType.addNewPackageNamespace()
Appends and returns a new empty value (as xml) as the last "package-namespace" element
|
PkgNSType[] |
GlobalType.getPackageNamespaceArray()
Deprecated.
|
PkgNSType |
GlobalType.getPackageNamespaceArray(int i)
Gets ith "package-namespace" element
|
PkgNSType |
GlobalType.insertNewPackageNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "package-namespace" element
|
static PkgNSType |
PkgNSType.Factory.newInstance() |
static PkgNSType |
PkgNSType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PkgNSType |
PkgNSType.Factory.parse(File file) |
static PkgNSType |
PkgNSType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PkgNSType |
PkgNSType.Factory.parse(InputStream is) |
static PkgNSType |
PkgNSType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PkgNSType |
PkgNSType.Factory.parse(Node node) |
static PkgNSType |
PkgNSType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PkgNSType |
PkgNSType.Factory.parse(Reader r) |
static PkgNSType |
PkgNSType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PkgNSType |
PkgNSType.Factory.parse(String xmlAsString) |
static PkgNSType |
PkgNSType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PkgNSType |
PkgNSType.Factory.parse(URL u) |
static PkgNSType |
PkgNSType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PkgNSType |
PkgNSType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PkgNSType |
PkgNSType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PkgNSType |
PkgNSType.Factory.parse(XMLStreamReader sr) |
static PkgNSType |
PkgNSType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<PkgNSType> |
GlobalType.getPackageNamespaceList()
Gets a List of "package-namespace" elements
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalType.setPackageNamespaceArray(int i,
PkgNSType packageNamespace)
Sets ith "package-namespace" element
|
void |
GlobalType.setPackageNamespaceArray(PkgNSType[] packageNamespaceArray)
Sets array of all "package-namespace" element
|
Modifier and Type | Class and Description |
---|---|
class |
PkgNSTypeImpl
An XML pkgNSType(@http://www.jboss.org/jbossws-tools).
|
Modifier and Type | Method and Description |
---|---|
PkgNSType |
GlobalTypeImpl.addNewPackageNamespace()
Appends and returns a new empty value (as xml) as the last "package-namespace" element
|
PkgNSType[] |
GlobalTypeImpl.getPackageNamespaceArray()
Deprecated.
|
PkgNSType |
GlobalTypeImpl.getPackageNamespaceArray(int i)
Gets ith "package-namespace" element
|
PkgNSType |
GlobalTypeImpl.insertNewPackageNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "package-namespace" element
|
Modifier and Type | Method and Description |
---|---|
List<PkgNSType> |
GlobalTypeImpl.getPackageNamespaceList()
Gets a List of "package-namespace" elements
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalTypeImpl.setPackageNamespaceArray(int i,
PkgNSType packageNamespace)
Sets ith "package-namespace" element
|
void |
GlobalTypeImpl.setPackageNamespaceArray(PkgNSType[] packageNamespaceArray)
Sets array of all "package-namespace" element
|
Copyright © 2019. All Rights Reserved.