Package | Description |
---|---|
com.eviware.soapui.impl.wadl.inference.schema | |
com.eviware.soapui.inferredSchema | |
com.eviware.soapui.inferredSchema.impl |
Modifier and Type | Method and Description |
---|---|
ParticleConfig |
Particle.save() |
Modifier and Type | Method and Description |
---|---|
static Particle |
Particle.Factory.parse(ParticleConfig xml,
Schema schema)
Constructs a Particle object using previously saved data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeParticleConfig
An XML AttributeParticle(@http://www.eviware.com/soapui/InferredSchema).
|
interface |
ElementParticleConfig
An XML ElementParticle(@http://www.eviware.com/soapui/InferredSchema).
|
interface |
ReferenceParticleConfig
An XML ReferenceParticle(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
ParticleConfig |
ComplexTypeConfig.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
ParticleConfig |
SequenceContentConfig.addNewParticle()
Appends and returns a new empty value (as xml) as the last "particle" element
|
ParticleConfig |
SchemaConfig.addNewParticle()
Appends and returns a new empty value (as xml) as the last "particle" element
|
ParticleConfig[] |
ComplexTypeConfig.getAttributeArray()
Deprecated.
|
ParticleConfig |
ComplexTypeConfig.getAttributeArray(int i)
Gets ith "attribute" element
|
ParticleConfig[] |
SequenceContentConfig.getParticleArray()
Deprecated.
|
ParticleConfig[] |
SchemaConfig.getParticleArray()
Deprecated.
|
ParticleConfig |
SequenceContentConfig.getParticleArray(int i)
Gets ith "particle" element
|
ParticleConfig |
SchemaConfig.getParticleArray(int i)
Gets ith "particle" element
|
ParticleConfig |
ComplexTypeConfig.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
ParticleConfig |
SequenceContentConfig.insertNewParticle(int i)
Inserts and returns a new empty value (as xml) as the ith "particle" element
|
ParticleConfig |
SchemaConfig.insertNewParticle(int i)
Inserts and returns a new empty value (as xml) as the ith "particle" element
|
static ParticleConfig |
ParticleConfig.Factory.newInstance() |
static ParticleConfig |
ParticleConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ParticleConfig |
ParticleConfig.Factory.parse(File file) |
static ParticleConfig |
ParticleConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ParticleConfig |
ParticleConfig.Factory.parse(InputStream is) |
static ParticleConfig |
ParticleConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ParticleConfig |
ParticleConfig.Factory.parse(Node node) |
static ParticleConfig |
ParticleConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ParticleConfig |
ParticleConfig.Factory.parse(Reader r) |
static ParticleConfig |
ParticleConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ParticleConfig |
ParticleConfig.Factory.parse(String xmlAsString) |
static ParticleConfig |
ParticleConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ParticleConfig |
ParticleConfig.Factory.parse(URL u) |
static ParticleConfig |
ParticleConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ParticleConfig |
ParticleConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ParticleConfig |
ParticleConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ParticleConfig |
ParticleConfig.Factory.parse(XMLStreamReader sr) |
static ParticleConfig |
ParticleConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<ParticleConfig> |
ComplexTypeConfig.getAttributeList()
Gets a List of "attribute" elements
|
List<ParticleConfig> |
SequenceContentConfig.getParticleList()
Gets a List of "particle" elements
|
List<ParticleConfig> |
SchemaConfig.getParticleList()
Gets a List of "particle" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexTypeConfig.setAttributeArray(int i,
ParticleConfig attribute)
Sets ith "attribute" element
|
void |
ComplexTypeConfig.setAttributeArray(ParticleConfig[] attributeArray)
Sets array of all "attribute" element
|
void |
SequenceContentConfig.setParticleArray(int i,
ParticleConfig particle)
Sets ith "particle" element
|
void |
SchemaConfig.setParticleArray(int i,
ParticleConfig particle)
Sets ith "particle" element
|
void |
SequenceContentConfig.setParticleArray(ParticleConfig[] particleArray)
Sets array of all "particle" element
|
void |
SchemaConfig.setParticleArray(ParticleConfig[] particleArray)
Sets array of all "particle" element
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeParticleConfigImpl
An XML AttributeParticle(@http://www.eviware.com/soapui/InferredSchema).
|
class |
ElementParticleConfigImpl
An XML ElementParticle(@http://www.eviware.com/soapui/InferredSchema).
|
class |
ParticleConfigImpl
An XML Particle(@http://www.eviware.com/soapui/InferredSchema).
|
class |
ReferenceParticleConfigImpl
An XML ReferenceParticle(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
ParticleConfig |
ComplexTypeConfigImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
ParticleConfig |
SequenceContentConfigImpl.addNewParticle()
Appends and returns a new empty value (as xml) as the last "particle" element
|
ParticleConfig |
SchemaConfigImpl.addNewParticle()
Appends and returns a new empty value (as xml) as the last "particle" element
|
ParticleConfig[] |
ComplexTypeConfigImpl.getAttributeArray()
Deprecated.
|
ParticleConfig |
ComplexTypeConfigImpl.getAttributeArray(int i)
Gets ith "attribute" element
|
ParticleConfig[] |
SequenceContentConfigImpl.getParticleArray()
Deprecated.
|
ParticleConfig[] |
SchemaConfigImpl.getParticleArray()
Deprecated.
|
ParticleConfig |
SequenceContentConfigImpl.getParticleArray(int i)
Gets ith "particle" element
|
ParticleConfig |
SchemaConfigImpl.getParticleArray(int i)
Gets ith "particle" element
|
ParticleConfig |
ComplexTypeConfigImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
ParticleConfig |
SequenceContentConfigImpl.insertNewParticle(int i)
Inserts and returns a new empty value (as xml) as the ith "particle" element
|
ParticleConfig |
SchemaConfigImpl.insertNewParticle(int i)
Inserts and returns a new empty value (as xml) as the ith "particle" element
|
Modifier and Type | Method and Description |
---|---|
List<ParticleConfig> |
ComplexTypeConfigImpl.getAttributeList()
Gets a List of "attribute" elements
|
List<ParticleConfig> |
SequenceContentConfigImpl.getParticleList()
Gets a List of "particle" elements
|
List<ParticleConfig> |
SchemaConfigImpl.getParticleList()
Gets a List of "particle" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexTypeConfigImpl.setAttributeArray(int i,
ParticleConfig attribute)
Sets ith "attribute" element
|
void |
ComplexTypeConfigImpl.setAttributeArray(ParticleConfig[] attributeArray)
Sets array of all "attribute" element
|
void |
SequenceContentConfigImpl.setParticleArray(int i,
ParticleConfig particle)
Sets ith "particle" element
|
void |
SchemaConfigImpl.setParticleArray(int i,
ParticleConfig particle)
Sets ith "particle" element
|
void |
SequenceContentConfigImpl.setParticleArray(ParticleConfig[] particleArray)
Sets array of all "particle" element
|
void |
SchemaConfigImpl.setParticleArray(ParticleConfig[] particleArray)
Sets array of all "particle" element
|
Copyright © 2019. All Rights Reserved.