com.ibm.wsdl
public class ImportImpl extends AbstractWSDLElement implements Import
| Field Summary | |
|---|---|
| protected Definition | definition |
| protected String | locationURI |
| protected String | namespaceURI |
| protected List | nativeAttributeNames |
| static long | serialVersionUID |
| Method Summary | |
|---|---|
| Definition | getDefinition()
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
|
| String | getLocationURI() |
| String | getNamespaceURI() |
| List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
| void | setDefinition(Definition definition)
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
|
| void | setLocationURI(String locationURI) |
| void | setNamespaceURI(String namespaceURI) |
| String | toString() |
Returns: a List of Strings, one for each local attribute name