public class ErrorImpl extends RootElementImpl implements Error
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
errorCodeAttribute |
protected static Attribute<String> |
nameAttribute |
protected static AttributeReference<ItemDefinition> |
structureRefAttribute |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ErrorImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getName() |
ItemDefinition |
getStructure() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setErrorCode(String errorCode) |
void |
setName(String name) |
void |
setStructure(ItemDefinition structure) |
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<ItemDefinition> structureRefAttribute
public ErrorImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public String getErrorCode()
getErrorCode
in interface Error
public void setErrorCode(String errorCode)
setErrorCode
in interface Error
public ItemDefinition getStructure()
getStructure
in interface Error
public void setStructure(ItemDefinition structure)
setStructure
in interface Error
Copyright © 2015. All rights reserved.