|
||||||||||
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 types that this type references. |
javax.xml.namespace.QName |
getSchemaType()
The schema type that this SchemaType represents. |
boolean |
isComplex()
Whether or not this a complex type. |
void |
writeSchema(org.dom4j.Element element)
Write the type schema (if complex) to the element. |
Method Detail |
---|
boolean isComplex()
java.util.Set getDependencies()
void writeSchema(org.dom4j.Element element)
element
- javax.xml.namespace.QName getSchemaType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |