|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Particle | |
|---|---|
| com.eviware.soapui.impl.wadl.inference.schema | |
| com.eviware.soapui.impl.wadl.inference.schema.particles | |
| Uses of Particle in com.eviware.soapui.impl.wadl.inference.schema |
|---|
| Methods in com.eviware.soapui.impl.wadl.inference.schema that return Particle | |
|---|---|
Particle |
Schema.getParticle(java.lang.String name)
Get a global particle by its name. |
Particle |
Schema.newAttribute(java.lang.String name)
Create and add a new global attribute for this schema. |
static Particle |
Particle.Factory.newAttributeInstance(Schema schema,
java.lang.String name)
Create a blank new Particle representing an xs:attribute. |
Particle |
Schema.newElement(java.lang.String name)
Create and add a new root element for this schema. |
static Particle |
Particle.Factory.newElementInstance(Schema schema,
java.lang.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(com.eviware.soapui.inferredSchema.ParticleConfig xml,
Schema schema)
Constructs a Particle object using previously saved data. |
| Methods in com.eviware.soapui.impl.wadl.inference.schema with parameters of type Particle | |
|---|---|
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. |
| Uses of Particle in com.eviware.soapui.impl.wadl.inference.schema.particles |
|---|
| Classes in com.eviware.soapui.impl.wadl.inference.schema.particles that implement Particle | |
|---|---|
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. |
| Constructors in com.eviware.soapui.impl.wadl.inference.schema.particles with parameters of type Particle | |
|---|---|
ReferenceParticle(Schema schema,
Particle reference)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||