|
||||||
| 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
org.jibx.schema.elements.DocumentationElement
public class DocumentationElement
documentation annotation item element.
| Field Summary | |
|---|---|
private java.lang.String |
m_xmlLang
xml:lang attribute value. |
| Fields inherited from interface org.jibx.schema.IComponent |
|---|
SCHEMA_NAMESPACE |
| Constructor Summary | |
|---|---|
DocumentationElement()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getXmlLang()
Get language code. |
void |
setXmlLang(java.lang.String xmlLang)
Set language code. |
| Methods inherited from class org.jibx.schema.elements.AnnotationItem |
|---|
addContent, clearContent, getChildCount, getChildIterator, getContent, getSource, setSource |
| 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 |
| Field Detail |
|---|
private java.lang.String m_xmlLang
| Constructor Detail |
|---|
public DocumentationElement()
| Method Detail |
|---|
public java.lang.String getXmlLang()
public void setXmlLang(java.lang.String xmlLang)
xmlLang - xmlLang
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||