|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Type
An instance of an XML Schema type.
| Nested Class Summary | |
|---|---|
static class |
Type.Factory
A static factory class for creating new instances. |
| 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. |
java.lang.String |
toString()
|
Type |
validate(Context context)
Validate an element/attribute with this type. |
| Method Detail |
|---|
java.lang.String getName()
Schema getSchema()
Type validate(Context context)
throws org.apache.xmlbeans.XmlException
context - A Context object holding the current
org.apache.xmlbeans.XmlExceptionjava.lang.String toString()
toString in class java.lang.Objectvoid setSchema(Schema schema)
schema - com.eviware.soapui.inferredSchema.TypeConfig save()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||