com.ebmwebsourcing.easybpmn.bpmn20.api.type
Interface TExtension

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
Extension

public interface TExtension
extends com.ebmwebsourcing.easybox.api.XmlObject


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 javax.xml.namespace.QName getDefinition()
           
 Documentation[] getDocumentation()
           
 boolean hasDefinition()
           
 boolean hasDocumentation()
           
 boolean hasMustUnderstand()
           
 boolean isMustUnderstand()
           
 void setDefinition(javax.xml.namespace.QName value)
           
 void setMustUnderstand(boolean value)
           
 void unsetDocumentation()
           
 void unsetMustUnderstand()
           
 
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
 

Method Detail

getDocumentation

Documentation[] getDocumentation()

hasDocumentation

boolean hasDocumentation()

unsetDocumentation

void unsetDocumentation()

getDefinition

javax.xml.namespace.QName getDefinition()

setDefinition

void setDefinition(javax.xml.namespace.QName value)

hasDefinition

boolean hasDefinition()

isMustUnderstand

boolean isMustUnderstand()

setMustUnderstand

void setMustUnderstand(boolean value)

hasMustUnderstand

boolean hasMustUnderstand()

unsetMustUnderstand

void unsetMustUnderstand()


Copyright © 2011 Petals Link. All Rights Reserved.