|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| com.eviware.soapui.impl.wadl.inference.schema | |
| com.eviware.soapui.impl.wadl.inference.schema.particles | |
| com.eviware.soapui.impl.wadl.inference.schema.types | |
| Uses of Type in com.eviware.soapui.impl.wadl.inference.schema |
|---|
| Methods in com.eviware.soapui.impl.wadl.inference.schema that return Type | |
|---|---|
Type |
Particle.getType()
Get the Type of the element or attribute that is described by this particle. |
Type |
SchemaSystem.getType(javax.xml.namespace.QName qname)
Get an existing Type by its QName. |
Type |
Schema.getType(java.lang.String name)
Get a Type contained in this schema by name. |
static Type |
Type.Factory.newType(Schema schema)
Creates a new empty Type object. |
static Type |
Type.Factory.parse(com.eviware.soapui.inferredSchema.TypeConfig xml,
Schema schema)
Parses the given XmlObject into a Type instance. |
Type |
Type.validate(Context context)
Validate an element/attribute with this type. |
| Methods in com.eviware.soapui.impl.wadl.inference.schema with parameters of type Type | |
|---|---|
void |
Particle.setType(Type type)
Set the Type of the element or attribute that is described by this particle. |
| Uses of Type in com.eviware.soapui.impl.wadl.inference.schema.particles |
|---|
| Methods in com.eviware.soapui.impl.wadl.inference.schema.particles that return Type | |
|---|---|
Type |
ReferenceParticle.getType()
|
Type |
ElementParticle.getType()
|
Type |
AttributeParticle.getType()
|
| Methods in com.eviware.soapui.impl.wadl.inference.schema.particles with parameters of type Type | |
|---|---|
void |
ReferenceParticle.setType(Type type)
|
void |
ElementParticle.setType(Type type)
|
void |
AttributeParticle.setType(Type type)
|
| Uses of Type in com.eviware.soapui.impl.wadl.inference.schema.types |
|---|
| Classes in com.eviware.soapui.impl.wadl.inference.schema.types that implement Type | |
|---|---|
class |
ComplexType
ComplexType corresponds to an xs:complexType. |
class |
CustomType
CustomType corresponds to any custom type given as a user-defined xsd type definition. |
class |
EmptyType
EmptyRtpe corresponds to an instance of a type with no attributes, nor any content. |
class |
SimpleType
SimpleType corresponds to an instance of a xs:simpleType. |
class |
TypeReferenceType
This Type is simply a reference to another, actual Type. |
| Methods in com.eviware.soapui.impl.wadl.inference.schema.types that return Type | |
|---|---|
Type |
TypeReferenceType.validate(Context context)
|
Type |
SimpleType.validate(Context context)
|
Type |
EmptyType.validate(Context context)
|
Type |
CustomType.validate(Context context)
|
Type |
ComplexType.validate(Context context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||