org.apache.ws.jaxme.xs
public interface XSObject
A common base interface for all other schema objects.
Method Summary | |
---|---|
Locator | getLocator() Returns the objects location. |
XSObject | getParentObject() Returns either of the following:
|
XSSchema | getXSSchema() Returns the objects schema. |
boolean | isTopLevelObject() Returns whether the object is a top-level object. |
void | validate() Validates the objects internal state. |
Returns the objects location.
Returns either of the following:
Returns the objects schema.
Returns whether the object is a top-level object. This is the case for the XsESchema itself and for all its childs only.
Validates the objects internal state.