|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An extension of the general SchemaType for complex types.
Field Summary | |
static int |
TYPE_ATTRIBUTE
A type constant: attribute: |
static int |
TYPE_ATTRIBUTEGROUP
A type constant: attributeGroup |
static int |
TYPE_COMPLEXTYPE
A type constant: complexType |
static int |
TYPE_ELEMENT
A type constant: element |
Method Summary | |
org.w3c.dom.Element |
getElement()
Returns the element node declaring the type. |
int |
getType()
Returns the type. |
Methods inherited from interface de.ispsoft.jaxme.generator.SchemaType |
getClone, getLocalName, getNamespaceURI, isComplex |
Field Detail |
public static final int TYPE_COMPLEXTYPE
A type constant: complexType
public static final int TYPE_ATTRIBUTEGROUP
A type constant: attributeGroup
public static final int TYPE_ELEMENT
A type constant: element
public static final int TYPE_ATTRIBUTE
A type constant: attribute:
Method Detail |
public org.w3c.dom.Element getElement()
Returns the element node declaring the type.
public int getType()
Returns the type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |