Uses of Class
com.eviware.soapui.impl.wadl.inference.schema.Schema

Packages that use Schema
com.eviware.soapui.impl.wadl.inference.schema   
com.eviware.soapui.impl.wadl.inference.schema.content   
com.eviware.soapui.impl.wadl.inference.schema.particles   
com.eviware.soapui.impl.wadl.inference.schema.types   
 

Uses of Schema in com.eviware.soapui.impl.wadl.inference.schema
 

Methods in com.eviware.soapui.impl.wadl.inference.schema that return Schema
 Schema Type.getSchema()
          Getter for the schema in which the element/attribute with this type lives.
 Schema SchemaSystem.getSchemaForNamespace(java.lang.String namespace)
          Returns the matching Schema for the given namespace.
 Schema SchemaSystem.newSchema(java.lang.String namespace)
          Create a blank new Schema under this SchemaSystem for a given namespace.
 

Methods in com.eviware.soapui.impl.wadl.inference.schema with parameters of type Schema
static Particle Particle.Factory.newAttributeInstance(Schema schema, java.lang.String name)
          Create a blank new Particle representing an xs:attribute.
static Content Content.Factory.newContent(Schema schema)
          Creates a new, empty, Content.
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 Type Type.Factory.newType(Schema schema)
          Creates a new empty Type object.
static Content Content.Factory.parse(com.eviware.soapui.inferredSchema.ContentConfig xml, Schema schema)
          Constructs a Content object using previously saved data.
static Particle Particle.Factory.parse(com.eviware.soapui.inferredSchema.ParticleConfig xml, Schema schema)
          Constructs a Particle object using previously saved data.
static Type Type.Factory.parse(com.eviware.soapui.inferredSchema.TypeConfig xml, Schema schema)
          Parses the given XmlObject into a Type instance.
 void Type.setSchema(Schema schema)
          Setter for the schema in which this type lives.
 

Uses of Schema in com.eviware.soapui.impl.wadl.inference.schema.content
 

Constructors in com.eviware.soapui.impl.wadl.inference.schema.content with parameters of type Schema
EmptyContent(com.eviware.soapui.inferredSchema.EmptyContentConfig xml, Schema schema)
           
EmptyContent(Schema schema, boolean completed)
           
SequenceContent(Schema schema, boolean completed)
           
SequenceContent(com.eviware.soapui.inferredSchema.SequenceContentConfig xml, Schema schema)
           
SimpleContent(Schema schema, java.lang.String initialValue)
           
SimpleContent(Schema schema, org.apache.xmlbeans.XmlAnySimpleType initialType)
           
SimpleContent(com.eviware.soapui.inferredSchema.SimpleContentConfig xml, Schema schema)
           
 

Uses of Schema in com.eviware.soapui.impl.wadl.inference.schema.particles
 

Constructors in com.eviware.soapui.impl.wadl.inference.schema.particles with parameters of type Schema
AttributeParticle(com.eviware.soapui.inferredSchema.AttributeParticleConfig xml, Schema schema)
           
AttributeParticle(Schema schema, java.lang.String name)
           
ElementParticle(com.eviware.soapui.inferredSchema.ElementParticleConfig xml, Schema schema)
           
ElementParticle(Schema schema, java.lang.String name)
           
ReferenceParticle(com.eviware.soapui.inferredSchema.ReferenceParticleConfig xml, Schema schema)
           
ReferenceParticle(Schema schema, Particle reference)
           
 

Uses of Schema in com.eviware.soapui.impl.wadl.inference.schema.types
 

Methods in com.eviware.soapui.impl.wadl.inference.schema.types that return Schema
 Schema TypeReferenceType.getSchema()
           
 Schema SimpleType.getSchema()
           
 Schema EmptyType.getSchema()
           
 Schema CustomType.getSchema()
           
 Schema ComplexType.getSchema()
           
 

Methods in com.eviware.soapui.impl.wadl.inference.schema.types with parameters of type Schema
 void TypeReferenceType.setSchema(Schema schema)
           
 void SimpleType.setSchema(Schema schema)
           
 void EmptyType.setSchema(Schema schema)
           
 void CustomType.setSchema(Schema schema)
           
 void ComplexType.setSchema(Schema schema)
           
 

Constructors in com.eviware.soapui.impl.wadl.inference.schema.types with parameters of type Schema
ComplexType(com.eviware.soapui.inferredSchema.ComplexTypeConfig xml, Schema schema)
           
ComplexType(Schema schema, java.lang.String name, boolean completed)
           
CustomType(com.eviware.soapui.inferredSchema.CustomTypeConfig xml, Schema schema)
           
EmptyType(com.eviware.soapui.inferredSchema.EmptyTypeConfig xml, Schema schema)
           
EmptyType(Schema schema)
           
SimpleType(Schema schema, org.apache.xmlbeans.XmlAnySimpleType simpleType, boolean completed)
           
SimpleType(com.eviware.soapui.inferredSchema.SimpleTypeConfig xml, Schema schema)
           
TypeReferenceType(com.eviware.soapui.inferredSchema.TypeReferenceConfig xml, Schema schema)
          Constructs a new TypeReferenceType from previously saved data.
 



Copyright © 2005-2010 eviware.com. All Rights Reserved.