Package | Description |
---|---|
com.eviware.soapui.impl.wadl.inference.schema | |
com.eviware.soapui.inferredSchema | |
com.eviware.soapui.inferredSchema.impl |
Modifier and Type | Method and Description |
---|---|
void |
Schema.save(SchemaConfig xml)
Save the Schema to an XmlObject.
|
Constructor and Description |
---|
Schema(SchemaConfig xml,
SchemaSystem schemaSystem)
Constructs a Schema object using previously saved data.
|
Modifier and Type | Method and Description |
---|---|
SchemaConfig |
SchemaSetConfig.addNewSchema()
Appends and returns a new empty value (as xml) as the last "schema" element
|
SchemaConfig[] |
SchemaSetConfig.getSchemaArray()
Deprecated.
|
SchemaConfig |
SchemaSetConfig.getSchemaArray(int i)
Gets ith "schema" element
|
SchemaConfig |
SchemaSetConfig.insertNewSchema(int i)
Inserts and returns a new empty value (as xml) as the ith "schema" element
|
static SchemaConfig |
SchemaConfig.Factory.newInstance() |
static SchemaConfig |
SchemaConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SchemaConfig |
SchemaConfig.Factory.parse(File file) |
static SchemaConfig |
SchemaConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SchemaConfig |
SchemaConfig.Factory.parse(InputStream is) |
static SchemaConfig |
SchemaConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SchemaConfig |
SchemaConfig.Factory.parse(Node node) |
static SchemaConfig |
SchemaConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SchemaConfig |
SchemaConfig.Factory.parse(Reader r) |
static SchemaConfig |
SchemaConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SchemaConfig |
SchemaConfig.Factory.parse(String xmlAsString) |
static SchemaConfig |
SchemaConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SchemaConfig |
SchemaConfig.Factory.parse(URL u) |
static SchemaConfig |
SchemaConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SchemaConfig |
SchemaConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SchemaConfig |
SchemaConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SchemaConfig |
SchemaConfig.Factory.parse(XMLStreamReader sr) |
static SchemaConfig |
SchemaConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<SchemaConfig> |
SchemaSetConfig.getSchemaList()
Gets a List of "schema" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaSetConfig.setSchemaArray(int i,
SchemaConfig schema)
Sets ith "schema" element
|
void |
SchemaSetConfig.setSchemaArray(SchemaConfig[] schemaArray)
Sets array of all "schema" element
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaConfigImpl
An XML Schema(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
SchemaConfig |
SchemaSetConfigImpl.addNewSchema()
Appends and returns a new empty value (as xml) as the last "schema" element
|
SchemaConfig[] |
SchemaSetConfigImpl.getSchemaArray()
Deprecated.
|
SchemaConfig |
SchemaSetConfigImpl.getSchemaArray(int i)
Gets ith "schema" element
|
SchemaConfig |
SchemaSetConfigImpl.insertNewSchema(int i)
Inserts and returns a new empty value (as xml) as the ith "schema" element
|
Modifier and Type | Method and Description |
---|---|
List<SchemaConfig> |
SchemaSetConfigImpl.getSchemaList()
Gets a List of "schema" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaSetConfigImpl.setSchemaArray(int i,
SchemaConfig schema)
Sets ith "schema" element
|
void |
SchemaSetConfigImpl.setSchemaArray(SchemaConfig[] schemaArray)
Sets array of all "schema" element
|
Copyright © 2019. All Rights Reserved.