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