com.ebmwebsourcing.easybpel.model.bpel.impl.wsdlImports
Class ImportImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl<TImport>
              extended by com.ebmwebsourcing.easybpel.model.bpel.impl.wsdlImports.ImportImpl
All Implemented Interfaces:
BPELElement, Validator, Import, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class ImportImpl
extends BPELElementImpl<TImport>
implements Import

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 org.ow2.easywsdl.extensions.wsdl4bpel.api.Description description
           
 org.ow2.easywsdl.schema.api.Schema schema
           
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl
tag
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ImportImpl(TImport model, BPELElement parent)
           
 
Method Summary
 org.ow2.easywsdl.extensions.wsdl4bpel.api.Description getDescription()
           
 java.net.URI getImportType()
           
 java.net.URI getLocation()
           
 java.net.URI getNamespace()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
static org.ow2.easywsdl.schema.api.SchemaReader getReader4schema()
           
static org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELReader getReader4wsdl()
           
 org.ow2.easywsdl.schema.api.Schema getSchema()
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl
addOtherElements, createDocumentation, getDocumentation, getTag, setDocumentation, setTag, validate
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getModel, getParent, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Field Detail

description

public org.ow2.easywsdl.extensions.wsdl4bpel.api.Description description

schema

public org.ow2.easywsdl.schema.api.Schema schema
Constructor Detail

ImportImpl

public ImportImpl(TImport model,
                  BPELElement parent)
Method Detail

getReader4wsdl

public static org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELReader getReader4wsdl()
                                                                                throws org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELException
Throws:
org.ow2.easywsdl.extensions.wsdl4bpel.api.WSDL4BPELException

getReader4schema

public static org.ow2.easywsdl.schema.api.SchemaReader getReader4schema()
                                                                 throws org.ow2.easywsdl.schema.api.SchemaException
Throws:
org.ow2.easywsdl.schema.api.SchemaException

getDescription

public org.ow2.easywsdl.extensions.wsdl4bpel.api.Description getDescription()
Specified by:
getDescription in interface Import

getImportType

public java.net.URI getImportType()
Specified by:
getImportType in interface Import

getLocation

public java.net.URI getLocation()
Specified by:
getLocation in interface Import

getNamespace

public java.net.URI getNamespace()
Specified by:
getNamespace in interface Import

getSchema

public org.ow2.easywsdl.schema.api.Schema getSchema()
Specified by:
getSchema in interface Import
Overrides:
getSchema in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<TImport>

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws org.ow2.easywsdl.schema.api.XmlException
Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement
Overrides:
getOtherElements in class BPELElementImpl<TImport>
Throws:
org.ow2.easywsdl.schema.api.XmlException

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
                                                                             throws org.ow2.easywsdl.schema.api.XmlException
Specified by:
getOtherAttributes in interface org.ow2.easywsdl.schema.api.SchemaElement
Overrides:
getOtherAttributes in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<TImport>
Throws:
org.ow2.easywsdl.schema.api.XmlException


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.