Package | Description |
---|---|
com.eviware.soapui.impl.wadl.inference.schema | |
com.eviware.soapui.inferredSchema | |
com.eviware.soapui.inferredSchema.impl |
Modifier and Type | Method and Description |
---|---|
ContentConfig |
Content.save()
Save the Content to an XmlObject.
|
Modifier and Type | Method and Description |
---|---|
static Content |
Content.Factory.parse(ContentConfig xml,
Schema schema)
Constructs a Content object using previously saved data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EmptyContentConfig
An XML EmptyContent(@http://www.eviware.com/soapui/InferredSchema).
|
interface |
SequenceContentConfig
An XML SequenceContent(@http://www.eviware.com/soapui/InferredSchema).
|
interface |
SimpleContentConfig
An XML SimpleContent(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
ContentConfig |
ComplexTypeConfig.addNewContent()
Appends and returns a new empty "content" element
|
ContentConfig |
ComplexTypeConfig.getContent()
Gets the "content" element
|
static ContentConfig |
ContentConfig.Factory.newInstance() |
static ContentConfig |
ContentConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ContentConfig |
ContentConfig.Factory.parse(File file) |
static ContentConfig |
ContentConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ContentConfig |
ContentConfig.Factory.parse(InputStream is) |
static ContentConfig |
ContentConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ContentConfig |
ContentConfig.Factory.parse(Node node) |
static ContentConfig |
ContentConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ContentConfig |
ContentConfig.Factory.parse(Reader r) |
static ContentConfig |
ContentConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ContentConfig |
ContentConfig.Factory.parse(String xmlAsString) |
static ContentConfig |
ContentConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ContentConfig |
ContentConfig.Factory.parse(URL u) |
static ContentConfig |
ContentConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ContentConfig |
ContentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ContentConfig |
ContentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ContentConfig |
ContentConfig.Factory.parse(XMLStreamReader sr) |
static ContentConfig |
ContentConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ComplexTypeConfig.setContent(ContentConfig content)
Sets the "content" element
|
Modifier and Type | Class and Description |
---|---|
class |
ContentConfigImpl
An XML Content(@http://www.eviware.com/soapui/InferredSchema).
|
class |
EmptyContentConfigImpl
An XML EmptyContent(@http://www.eviware.com/soapui/InferredSchema).
|
class |
SequenceContentConfigImpl
An XML SequenceContent(@http://www.eviware.com/soapui/InferredSchema).
|
class |
SimpleContentConfigImpl
An XML SimpleContent(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
ContentConfig |
ComplexTypeConfigImpl.addNewContent()
Appends and returns a new empty "content" element
|
ContentConfig |
ComplexTypeConfigImpl.getContent()
Gets the "content" element
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexTypeConfigImpl.setContent(ContentConfig content)
Sets the "content" element
|
Copyright © 2019. All Rights Reserved.