|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.schema.elements.SchemaBase
org.jibx.schema.elements.AnnotationItem
public abstract class AnnotationItem
Annotation item base class. The actual annotation elements are defined as subclasses.
| Field Summary |
|---|
| Fields inherited from interface org.jibx.schema.IComponent |
|---|
SCHEMA_NAMESPACE |
| Constructor Summary | |
|---|---|
protected |
AnnotationItem(int type)
Constructor. |
| Method Summary | |
|---|---|
void |
addContent(Node node)
Add annotation item content node. |
void |
clearContent()
Clear annotation item content. |
int |
getChildCount()
Get count of child elements. |
Iterator |
getChildIterator()
Get read-only iterator for child elements. |
List |
getContent()
Get annotation item content list. |
String |
getSource()
Get annotation item source. |
void |
setSource(String source)
Set annotation item source. |
| Methods inherited from class org.jibx.schema.elements.SchemaBase |
|---|
addNamespaceDeclaration, bit, clearNamespaceDeclarations, getExtension, getNamespaceDeclarations, getParent, getSchema, isGlobal, name, preget, preset, prevalidate, readNamespaces, setExtension, setParent, type, validate, validateAttributes, writeNamespaces |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AnnotationItem(int type)
type - element type| Method Detail |
|---|
public int getChildCount()
SchemaBase
getChildCount in class SchemaBasepublic Iterator getChildIterator()
SchemaBase
getChildIterator in class SchemaBasepublic String getSource()
public void setSource(String source)
source - item sourcepublic final List getContent()
public final void clearContent()
public final void addContent(Node node)
node - annotation item content node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||