com.ebmwebsourcing.easybpmn.bpmn20.impl
Class TOperationImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractXmlObjectNodeImpl<Model>
      extended by com.ebmwebsourcing.easybox.impl.AbstractXmlObjectImpl<Model>
          extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbXmlObjectImpl<Model>
              extended by com.ebmwebsourcing.easybpmn.bpmn20.impl.TOperationImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithName, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode, com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement, com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation, com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithImplementationRef, java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>

public class TOperationImpl
extends com.ebmwebsourcing.easybox.impl.AbstractJaxbXmlObjectImpl<Model>
implements com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation


Field Summary
 
Fields inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbXmlObjectImpl
ANY_QNAME
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Constructor Summary
protected TOperationImpl(com.ebmwebsourcing.easybox.api.XmlContext xmlContext, EJaxbTOperation jaxbModel)
           
 
Method Summary
 void addDocumentation(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Documentation doc)
           
 void addErrorRef(javax.xml.namespace.QName errorRef)
           
 void addOtherAttribute(javax.xml.namespace.QName arg0, java.lang.String arg1)
           
 void clearOtherAttributes()
           
protected  java.lang.Class<? extends EJaxbTOperation> getCompliantModelClass()
           
 com.ebmwebsourcing.easybpmn.bpmn20.api.element.Documentation[] getDocumentations()
           
 javax.xml.namespace.QName[] getErrorRef()
           
 com.ebmwebsourcing.easybpmn.bpmn20.api.element.ExtensionElements getExtensionElements()
           
 java.lang.String getId()
           
 javax.xml.namespace.QName getImplementationRef()
           
 javax.xml.namespace.QName getInMessageRef()
           
 java.lang.String getName()
           
 java.lang.String getOtherAttribute(javax.xml.namespace.QName arg0)
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 javax.xml.namespace.QName getOutMessageRef()
           
 boolean hasDocumentation()
           
 boolean hasErrorRef()
           
 boolean hasExtensionElements()
           
 boolean hasImplementationRef()
           
 boolean hasInMessageRef()
           
 boolean hasName()
           
 boolean hasOtherAttribute(javax.xml.namespace.QName arg0)
           
 boolean hasOutMessageRef()
           
 void removeDocumentation(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Documentation doc)
           
 void removeErrorRef(javax.xml.namespace.QName errorRef)
           
 void removeOtherAttribute(javax.xml.namespace.QName arg0)
           
 void setExtensionElements(com.ebmwebsourcing.easybpmn.bpmn20.api.element.ExtensionElements value)
           
 void setId(java.lang.String value)
           
 void setImplementationRef(javax.xml.namespace.QName value)
           
 void setInMessageRef(javax.xml.namespace.QName value)
           
 void setName(java.lang.String value)
           
 void setOutMessageRef(javax.xml.namespace.QName value)
           
 void unsetErrorRef()
           
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbXmlObjectImpl
addToAny, addToChildren, clearChildren, createChildrenArray, createChildrenArray, createCompliantModel, getChildByName, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectNaturalChildren, getXmlObjectQName, removeFromChildren, setChild, setXmlObjectQName, toString
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractXmlObjectImpl
adaptModelObjectIfNecessary, adoptChild, adoptChild, doCreateAdoptableChild, duplicateXmlObject, duplicateXmlObjectAs, equals, getXmlObjectBaseURI, getXmlObjectInScopeNamespaces, getXmlObjectValue, onAdoptiveParentChange, onNaturalParentChange
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractXmlObjectNodeImpl
compareTo, getModelObject, getUserData, getXmlContext, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectRoot, getXmlObjectTextContent, hashCode, hasUserData, setModelObject, setUserData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement
addDocumentation, getDocumentations, getExtensionElements, hasDocumentation, hasExtensionElements, removeDocumentation, setExtensionElements
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes
addOtherAttribute, clearOtherAttributes, getOtherAttribute, getOtherAttributes, hasOtherAttribute, removeOtherAttribute
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithId
getId, setId
 

Constructor Detail

TOperationImpl

protected TOperationImpl(com.ebmwebsourcing.easybox.api.XmlContext xmlContext,
                         EJaxbTOperation jaxbModel)
Method Detail

getInMessageRef

public javax.xml.namespace.QName getInMessageRef()
Specified by:
getInMessageRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

setInMessageRef

public void setInMessageRef(javax.xml.namespace.QName value)
Specified by:
setInMessageRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

hasInMessageRef

public boolean hasInMessageRef()
Specified by:
hasInMessageRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

getOutMessageRef

public javax.xml.namespace.QName getOutMessageRef()
Specified by:
getOutMessageRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

setOutMessageRef

public void setOutMessageRef(javax.xml.namespace.QName value)
Specified by:
setOutMessageRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

hasOutMessageRef

public boolean hasOutMessageRef()
Specified by:
hasOutMessageRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

getErrorRef

public javax.xml.namespace.QName[] getErrorRef()
Specified by:
getErrorRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

addErrorRef

public void addErrorRef(javax.xml.namespace.QName errorRef)
Specified by:
addErrorRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

removeErrorRef

public void removeErrorRef(javax.xml.namespace.QName errorRef)
Specified by:
removeErrorRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

hasErrorRef

public boolean hasErrorRef()
Specified by:
hasErrorRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

unsetErrorRef

public void unsetErrorRef()
Specified by:
unsetErrorRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TOperation

getName

public java.lang.String getName()
Specified by:
getName in interface com.ebmwebsourcing.easybox.api.with.WithName

setName

public void setName(java.lang.String value)
Specified by:
setName in interface com.ebmwebsourcing.easybox.api.with.WithName

hasName

public boolean hasName()
Specified by:
hasName in interface com.ebmwebsourcing.easybox.api.with.WithName

getImplementationRef

public javax.xml.namespace.QName getImplementationRef()
Specified by:
getImplementationRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithImplementationRef

setImplementationRef

public void setImplementationRef(javax.xml.namespace.QName value)
Specified by:
setImplementationRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithImplementationRef

hasImplementationRef

public boolean hasImplementationRef()
Specified by:
hasImplementationRef in interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithImplementationRef

getCompliantModelClass

protected java.lang.Class<? extends EJaxbTOperation> getCompliantModelClass()
Specified by:
getCompliantModelClass in class com.ebmwebsourcing.easybox.impl.AbstractXmlObjectImpl<EJaxbTOperation>

getDocumentations

public com.ebmwebsourcing.easybpmn.bpmn20.api.element.Documentation[] getDocumentations()
Specified by:
getDocumentations in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement

hasDocumentation

public boolean hasDocumentation()
Specified by:
hasDocumentation in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement

addDocumentation

public void addDocumentation(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Documentation doc)
Specified by:
addDocumentation in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement

removeDocumentation

public void removeDocumentation(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Documentation doc)
Specified by:
removeDocumentation in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement

getExtensionElements

public com.ebmwebsourcing.easybpmn.bpmn20.api.element.ExtensionElements getExtensionElements()
Specified by:
getExtensionElements in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement

setExtensionElements

public void setExtensionElements(com.ebmwebsourcing.easybpmn.bpmn20.api.element.ExtensionElements value)
Specified by:
setExtensionElements in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement

hasExtensionElements

public boolean hasExtensionElements()
Specified by:
hasExtensionElements in interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement

getId

public java.lang.String getId()
Specified by:
getId in interface com.ebmwebsourcing.easybox.api.with.WithId

setId

public void setId(java.lang.String value)
Specified by:
setId in interface com.ebmwebsourcing.easybox.api.with.WithId

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Specified by:
getOtherAttributes in interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes

addOtherAttribute

public void addOtherAttribute(javax.xml.namespace.QName arg0,
                              java.lang.String arg1)
Specified by:
addOtherAttribute in interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes

clearOtherAttributes

public void clearOtherAttributes()
Specified by:
clearOtherAttributes in interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes

getOtherAttribute

public java.lang.String getOtherAttribute(javax.xml.namespace.QName arg0)
Specified by:
getOtherAttribute in interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes

hasOtherAttribute

public boolean hasOtherAttribute(javax.xml.namespace.QName arg0)
Specified by:
hasOtherAttribute in interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes

removeOtherAttribute

public void removeOtherAttribute(javax.xml.namespace.QName arg0)
Specified by:
removeOtherAttribute in interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes


Copyright © 2011 Petals Link. All Rights Reserved.