public class Import extends BpelObject
namespace - specifies the URI namespace of the imported definitions
location
- contains a URI indicating the location of a document that contains
relevant definitions in the namespace specifiedimportType
- identifies the type of document being imported by providing the URI
of the encoding language. The value MUST be set to
"http://www.w3.org/2001/XMLSchema" when importing an XML Schema
1.0 documents, and to "http://schemas.xmlsoap.org/wsdl/" when importing
WSDL 1.1 documents. Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMPORTTYPE_WSDL11
Value of
importType for WSDL 1.1 |
static java.lang.String |
IMPORTTYPE_XMLSCHEMA10
Value of
importType for XML Schema 1.0 |
ATTR_LINENO
Constructor and Description |
---|
Import(org.w3c.dom.Element el) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImportType()
Get the encoding language.
|
java.net.URI |
getLocation()
Get the location URI of the imported resource.
|
java.lang.String |
getNamespace()
Get the namesapce of the imported definitions.
|
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElementElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString
public static final java.lang.String IMPORTTYPE_XMLSCHEMA10
importType
for XML Schema 1.0public static final java.lang.String IMPORTTYPE_WSDL11
importType
for WSDL 1.1public java.lang.String getNamespace()
public java.net.URI getLocation()
public java.lang.String getImportType()