|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Import represents an import inside a WSDL definitions. The use of import element allows the separation of the different elements of a service definition into independent documents which can be reusable, according to different levels of abstraction.
| Method Summary |
| Type | Method |
|---|---|
Definitions |
getDefinitions()
Get imported definitions. |
java.lang.String |
getLocation()
Get the location of imported document |
java.lang.String |
getNamespaceURI()
Get the namespace URI that is the target namespace of imported document. |
void |
setDefinitions(Definitions definitions)
Set the definition as imported document |
void |
setLocation(java.lang.String location)
Set the location of imported document |
void |
setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI |
| Methods inherited from interface oracle.wsdl.internal.WSDLElement |
getOwnerDefinitions, getParent, serialize |
| Method Detail |
public java.lang.String getNamespaceURI()
public void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI - the namespaceURI to setpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - the URI of the documentpublic Definitions getDefinitions()
public void setDefinitions(Definitions definitions)
definitions - the definitions to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||