|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a schema element
Method Summary | |
XSAnnotation[] |
getAnnotations()
Returns the array of annotations. |
XsQName |
getName()
Returns the elements name. |
XSType |
getType()
Returns the elements type. |
boolean |
isGlobal()
Returns whether the element is global or not. |
void |
setGlobal(boolean pGlobal)
Sets whether the element is global or not. |
Methods inherited from interface net.sf.jaxme.xs.XSObject |
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate |
Method Detail |
public XSAnnotation[] getAnnotations()
Returns the array of annotations.
public boolean isGlobal()
Returns whether the element is global or not.
public void setGlobal(boolean pGlobal)
Sets whether the element is global or not.
public XsQName getName()
Returns the elements name. Note that, unlike types, an element always has a name.
public XSType getType()
Returns the elements type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |