|
||||||||||
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.net.URI |
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.net.URI locationURI)
Set the location URI of this import. |
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
---|
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
---|
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
Method Detail |
---|
void setLocationURI(java.net.URI locationURI)
locationURI
- the desired location URIjava.net.URI getLocationURI()
URI
of this import or
null
if undefined.void setDescription(D description)
D getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |