| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
TypesType |
TypesDocument.addNewTypes()
Appends and returns a new empty "types" element
|
TypesType |
DescriptionType.addNewTypes()
Appends and returns a new empty value (as xml) as the last "types" element
|
TypesType |
TypesDocument.getTypes()
Gets the "types" element
|
TypesType[] |
DescriptionType.getTypesArray()
Gets array of all "types" elements
|
TypesType |
DescriptionType.getTypesArray(int i)
Gets ith "types" element
|
TypesType |
DescriptionType.insertNewTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "types" element
|
static TypesType |
TypesType.Factory.newInstance() |
static TypesType |
TypesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TypesType |
TypesType.Factory.parse(File file) |
static TypesType |
TypesType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TypesType |
TypesType.Factory.parse(InputStream is) |
static TypesType |
TypesType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TypesType |
TypesType.Factory.parse(Node node) |
static TypesType |
TypesType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TypesType |
TypesType.Factory.parse(Reader r) |
static TypesType |
TypesType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TypesType |
TypesType.Factory.parse(String xmlAsString) |
static TypesType |
TypesType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TypesType |
TypesType.Factory.parse(URL u) |
static TypesType |
TypesType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TypesType |
TypesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TypesType |
TypesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TypesType |
TypesType.Factory.parse(XMLStreamReader sr) |
static TypesType |
TypesType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypesDocument.setTypes(TypesType types)
Sets the "types" element
|
void |
DescriptionType.setTypesArray(int i,
TypesType types)
Sets ith "types" element
|
void |
DescriptionType.setTypesArray(TypesType[] typesArray)
Sets array of all "types" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypesTypeImpl
An XML TypesType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
TypesType |
TypesDocumentImpl.addNewTypes()
Appends and returns a new empty "types" element
|
TypesType |
DescriptionTypeImpl.addNewTypes()
Appends and returns a new empty value (as xml) as the last "types" element
|
TypesType |
TypesDocumentImpl.getTypes()
Gets the "types" element
|
TypesType[] |
DescriptionTypeImpl.getTypesArray()
Gets array of all "types" elements
|
TypesType |
DescriptionTypeImpl.getTypesArray(int i)
Gets ith "types" element
|
TypesType |
DescriptionTypeImpl.insertNewTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "types" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypesDocumentImpl.setTypes(TypesType types)
Sets the "types" element
|
void |
DescriptionTypeImpl.setTypesArray(int i,
TypesType types)
Sets ith "types" element
|
void |
DescriptionTypeImpl.setTypesArray(TypesType[] typesArray)
Sets array of all "types" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.