public abstract class Decorator<IO extends SchemaElement> extends AbstractSchemaElementImpl
| Modifier and Type | Field and Description |
|---|---|
protected IO |
internalObject |
documentation, model, parent| Constructor and Description |
|---|
Decorator() |
| Modifier and Type | Method and Description |
|---|---|
Documentation |
createDocumentation()
Create the documentation element.
|
boolean |
equals(Object o) |
Documentation |
getDocumentation()
Get the documentation.
|
SchemaElement |
getInternalObject() |
Object |
getModel() |
Map<QName,String> |
getOtherAttributes()
Get the map containing all the attributes defined on this element.
|
AbstractSchemaElementImpl |
getParent() |
int |
hashCode() |
void |
setDocumentation(Documentation doc)
Set the documentation for this document.
|
getSchema, getTopParent, setParentprotected IO extends SchemaElement internalObject
public Documentation createDocumentation()
AbstractSchemaElementImplcreateDocumentation in interface SchemaElementcreateDocumentation in class AbstractSchemaElementImplpublic Documentation getDocumentation()
AbstractSchemaElementImplgetDocumentation in interface SchemaElementgetDocumentation in class AbstractSchemaElementImplpublic Map<QName,String> getOtherAttributes() throws XmlException
AbstractSchemaElementImplgetOtherAttributes in interface SchemaElementgetOtherAttributes in class AbstractSchemaElementImplXmlExceptionpublic void setDocumentation(Documentation doc)
AbstractSchemaElementImplsetDocumentation in interface SchemaElementsetDocumentation in class AbstractSchemaElementImplpublic Object getModel()
getModel in class AbstractSchemaElementImplpublic AbstractSchemaElementImpl getParent()
getParent in class AbstractSchemaElementImplpublic SchemaElement getInternalObject()
public boolean equals(Object o)
equals in interface SchemaElementequals in class AbstractSchemaElementImplpublic int hashCode()
hashCode in interface SchemaElementhashCode in class AbstractSchemaElementImplCopyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.