|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtensibilityElement
This interface should be implemented by classes intending to represent extensions.
| Method Summary | |
|---|---|
QName |
getElementType()
Get the type of this extensibility element. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
void |
setElementType(QName elementType)
Set the type of this extensibility element. |
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. |
| Method Detail |
|---|
void setElementType(QName elementType)
elementType - the typeQName getElementType()
void setRequired(java.lang.Boolean required)
java.lang.Boolean getRequired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||