|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbsItfInclude<D extends AbsItfDescription>
This interface represents an include, and may contain a reference to the included definition.
| Method Summary | |
|---|---|
D |
getDescription()
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. |
java.lang.String |
getLocationURI()
Get the location URI of this import. |
void |
setDescription(D description)
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(java.lang.String locationURI)
Set the location URI of this import. |
| Methods inherited from interface org.ow2.easywsdl.xml.api.XMLElement |
|---|
getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
| Method Detail |
|---|
void setLocationURI(java.lang.String locationURI)
locationURI - the desired location URIjava.lang.String getLocationURI()
void setDescription(D description)
D getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||