Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
ParameterType |
OperationType.addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
|
ParameterType[] |
OperationType.getParameterArray()
Deprecated.
|
ParameterType |
OperationType.getParameterArray(int i)
Gets ith "parameter" element
|
ParameterType |
OperationType.insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
|
static ParameterType |
ParameterType.Factory.newInstance() |
static ParameterType |
ParameterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ParameterType |
ParameterType.Factory.parse(File file) |
static ParameterType |
ParameterType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ParameterType |
ParameterType.Factory.parse(InputStream is) |
static ParameterType |
ParameterType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ParameterType |
ParameterType.Factory.parse(Node node) |
static ParameterType |
ParameterType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ParameterType |
ParameterType.Factory.parse(Reader r) |
static ParameterType |
ParameterType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ParameterType |
ParameterType.Factory.parse(String xmlAsString) |
static ParameterType |
ParameterType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ParameterType |
ParameterType.Factory.parse(URL u) |
static ParameterType |
ParameterType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ParameterType |
ParameterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ParameterType |
ParameterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ParameterType |
ParameterType.Factory.parse(XMLStreamReader sr) |
static ParameterType |
ParameterType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<ParameterType> |
OperationType.getParameterList()
Gets a List of "parameter" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OperationType.setParameterArray(int i,
ParameterType parameter)
Sets ith "parameter" element
|
void |
OperationType.setParameterArray(ParameterType[] parameterArray)
Sets array of all "parameter" element
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterTypeImpl
An XML parameterType(@http://www.jboss.org/jbossws-tools).
|
Modifier and Type | Method and Description |
---|---|
ParameterType |
OperationTypeImpl.addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
|
ParameterType[] |
OperationTypeImpl.getParameterArray()
Deprecated.
|
ParameterType |
OperationTypeImpl.getParameterArray(int i)
Gets ith "parameter" element
|
ParameterType |
OperationTypeImpl.insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
|
Modifier and Type | Method and Description |
---|---|
List<ParameterType> |
OperationTypeImpl.getParameterList()
Gets a List of "parameter" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OperationTypeImpl.setParameterArray(int i,
ParameterType parameter)
Sets ith "parameter" element
|
void |
OperationTypeImpl.setParameterArray(ParameterType[] parameterArray)
Sets array of all "parameter" element
|
Copyright © 2019. All Rights Reserved.