Package | Description |
---|---|
com.eviware.soapui.impl.wadl.inference.schema | |
com.eviware.soapui.impl.wadl.inference.schema.particles |
Modifier and Type | Method and Description |
---|---|
Particle |
Schema.getParticle(String name)
Get a global particle by its name.
|
Particle |
Schema.newAttribute(String name)
Create and add a new global attribute for this schema.
|
static Particle |
Particle.Factory.newAttributeInstance(Schema schema,
String name)
Create a blank new Particle representing an xs:attribute.
|
Particle |
Schema.newElement(String name)
Create and add a new root element for this schema.
|
static Particle |
Particle.Factory.newElementInstance(Schema schema,
String name)
Create a blank new Particle representing an xs:element.
|
static Particle |
Particle.Factory.newReferenceInstance(Schema schema,
Particle reference)
Create a blank new Particle representing a reference to an element or
attribute within a separate namespace.
|
static Particle |
Particle.Factory.parse(ParticleConfig xml,
Schema schema)
Constructs a Particle object using previously saved data.
|
Modifier and Type | Method and Description |
---|---|
static Particle |
Particle.Factory.newReferenceInstance(Schema schema,
Particle reference)
Create a blank new Particle representing a reference to an element or
attribute within a separate namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeParticle
Represents an xs:attribute, with a name, a type, etc.
|
class |
ElementParticle
Represents an xs:element, with a name, a type, etc.
|
class |
ReferenceParticle
A ReferenceParticle is a reference to a particle in another namespace.
|
Constructor and Description |
---|
ReferenceParticle(Schema schema,
Particle reference) |
Copyright © 2019. All Rights Reserved.