Package | Description |
---|---|
com.eviware.soapui.impl.wadl.inference.schema.types | |
com.eviware.soapui.inferredSchema | |
com.eviware.soapui.inferredSchema.impl |
Modifier and Type | Method and Description |
---|---|
void |
ComplexType.save(ComplexTypeConfig xml) |
Constructor and Description |
---|
ComplexType(ComplexTypeConfig xml,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
ComplexTypeConfig |
SchemaConfig.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element
|
ComplexTypeConfig[] |
SchemaConfig.getComplexTypeArray()
Deprecated.
|
ComplexTypeConfig |
SchemaConfig.getComplexTypeArray(int i)
Gets ith "complexType" element
|
ComplexTypeConfig |
SchemaConfig.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element
|
static ComplexTypeConfig |
ComplexTypeConfig.Factory.newInstance() |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(File file) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(InputStream is) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(Node node) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(Reader r) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(String xmlAsString) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(URL u) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(XMLStreamReader sr) |
static ComplexTypeConfig |
ComplexTypeConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<ComplexTypeConfig> |
SchemaConfig.getComplexTypeList()
Gets a List of "complexType" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaConfig.setComplexTypeArray(ComplexTypeConfig[] complexTypeArray)
Sets array of all "complexType" element
|
void |
SchemaConfig.setComplexTypeArray(int i,
ComplexTypeConfig complexType)
Sets ith "complexType" element
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexTypeConfigImpl
An XML ComplexType(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
ComplexTypeConfig |
SchemaConfigImpl.addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element
|
ComplexTypeConfig[] |
SchemaConfigImpl.getComplexTypeArray()
Deprecated.
|
ComplexTypeConfig |
SchemaConfigImpl.getComplexTypeArray(int i)
Gets ith "complexType" element
|
ComplexTypeConfig |
SchemaConfigImpl.insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element
|
Modifier and Type | Method and Description |
---|---|
List<ComplexTypeConfig> |
SchemaConfigImpl.getComplexTypeList()
Gets a List of "complexType" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaConfigImpl.setComplexTypeArray(ComplexTypeConfig[] complexTypeArray)
Sets array of all "complexType" element
|
void |
SchemaConfigImpl.setComplexTypeArray(int i,
ComplexTypeConfig complexType)
Sets ith "complexType" element
|
Copyright © 2019. All Rights Reserved.