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

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

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


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 Definitions getBPMNDefinitions()
           
 com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram getBPMNDiagram()
           
 com.ebmwebsourcing.easybox.api.XmlObject getImportContent()
           
 java.lang.String getImportType()
           
 java.lang.String getLocation()
           
 java.lang.String getNamespace()
           
 com.ebmwebsourcing.easyschema10.api.element.Schema getSchema()
           
 com.ebmwebsourcing.easywsdl11.api.element.Definitions getWSDL11Definitions()
           
 boolean hasImportType()
           
 boolean hasLocation()
           
 boolean hasNamespace()
           
 boolean isBPMN20Import()
           
 boolean isBPMNDIImport()
           
 boolean isWSDL11Import()
           
 boolean isWSDL20Import()
           
 boolean isXSDImport()
           
 void setImportContent(com.ebmwebsourcing.easybox.api.XmlObject content)
          Facility to store the actual content of the file referenced by this import.
 void setImportType(java.lang.String value)
           
 void setLocation(java.lang.String value)
           
 void setNamespace(java.lang.String value)
           
 
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

getNamespace

java.lang.String getNamespace()

setNamespace

void setNamespace(java.lang.String value)

hasNamespace

boolean hasNamespace()

getLocation

java.lang.String getLocation()

setLocation

void setLocation(java.lang.String value)

hasLocation

boolean hasLocation()

getImportType

java.lang.String getImportType()

setImportType

void setImportType(java.lang.String value)

hasImportType

boolean hasImportType()

isWSDL20Import

boolean isWSDL20Import()

isBPMN20Import

boolean isBPMN20Import()

isXSDImport

boolean isXSDImport()

isWSDL11Import

boolean isWSDL11Import()

isBPMNDIImport

boolean isBPMNDIImport()

setImportContent

void setImportContent(com.ebmwebsourcing.easybox.api.XmlObject content)
Facility to store the actual content of the file referenced by this import. Calling this method will not modify the XML model object.


getSchema

com.ebmwebsourcing.easyschema10.api.element.Schema getSchema()
                                                             throws BPMNException
Throws:
BPMNException

getBPMNDiagram

com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.BPMNDiagram getBPMNDiagram()
                                                                                 throws BPMNException
Throws:
BPMNException

getBPMNDefinitions

Definitions getBPMNDefinitions()
                               throws BPMNException
Throws:
BPMNException

getWSDL11Definitions

com.ebmwebsourcing.easywsdl11.api.element.Definitions getWSDL11Definitions()
                                                                           throws BPMNException
Throws:
BPMNException

getImportContent

com.ebmwebsourcing.easybox.api.XmlObject getImportContent()
                                                          throws BPMNException
Throws:
BPMNException


Copyright © 2011 Petals Link. All Rights Reserved.