|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eviware.soapui.impl.wadl.inference.schema.types.TypeReferenceType
public class TypeReferenceType
This Type is simply a reference to another, actual Type. It is used when loading previously saved data, since the Type may not yet be loaded.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.eviware.soapui.impl.wadl.inference.schema.Type |
|---|
Type.Factory |
| Constructor Summary | |
|---|---|
TypeReferenceType(com.eviware.soapui.inferredSchema.TypeReferenceConfig xml,
Schema schema)
Constructs a new TypeReferenceType from previously saved data. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Return the name for the type, not including namespace prefix. |
Schema |
getSchema()
Getter for the schema in which the element/attribute with this type lives. |
com.eviware.soapui.inferredSchema.TypeConfig |
save()
Serialize instance to XmlObject. |
void |
setSchema(Schema schema)
Setter for the schema in which this type lives. |
Type |
validate(Context context)
Validate an element/attribute with this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.eviware.soapui.impl.wadl.inference.schema.Type |
|---|
toString |
| Constructor Detail |
|---|
public TypeReferenceType(com.eviware.soapui.inferredSchema.TypeReferenceConfig xml,
Schema schema)
| Method Detail |
|---|
public com.eviware.soapui.inferredSchema.TypeConfig save()
Type
save in interface Typepublic java.lang.String getName()
Type
getName in interface Type
public Type validate(Context context)
throws org.apache.xmlbeans.XmlException
Type
validate in interface Typecontext - A Context object holding the current
org.apache.xmlbeans.XmlExceptionpublic Schema getSchema()
Type
getSchema in interface Typepublic void setSchema(Schema schema)
Type
setSchema in interface Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||