|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SmComponent<A,S>
The common interface for all schema components (things that are named).
Method Summary | |
---|---|
S |
getLocalName()
The {name} property. |
SmName<S> |
getName()
The {name} and {target namespace} properties. |
SmScope |
getScope()
The {scope} property of this component. |
S |
getTargetNamespace()
The {target namespace} property. |
boolean |
isAnonymous()
A component is anonymous if it does not explicity have a name in a schema document. |
Method Detail |
---|
SmName<S> getName()
S getLocalName()
S getTargetNamespace()
SmScope getScope()
boolean isAnonymous()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |