|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchemaType
An XSD type.
| Method Summary | |
|---|---|
java.util.Set |
getDependencies()
The SchemaTypes that this type references. |
javax.xml.namespace.QName |
getSchemaType()
The schema type that this SchemaType represents. |
boolean |
isAbstract()
Whether or not this a complexType or a concrete element. |
boolean |
isComplex()
Whether or not this a complex type. |
void |
writeSchema(org.codehaus.yom.Element element)
Write the type schema (if complex) to the element. |
| Method Detail |
|---|
boolean isComplex()
boolean isAbstract()
java.util.Set getDependencies()
SchemaTypes that this type references.
void writeSchema(org.codehaus.yom.Element element)
element - javax.xml.namespace.QName getSchemaType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||