Package net.opengis.wps10
Interface WSDLType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
WSDLTypeImpl
public interface WSDLType extends EObjectA representation of the model object 'WSDL Type'.The following features are supported:
- See Also:
Wps10Package.getWSDLType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHref()Returns the value of the 'Href' attribute.voidsetHref(String value)Sets the value of the 'Href' attribute.
-
-
-
Method Detail
-
getHref
String getHref()
Returns the value of the 'Href' attribute. The URL from which the WSDL document can be retrieved.- Returns:
- the value of the 'Href' attribute.
- See Also:
setHref(String),Wps10Package.getWSDLType_Href()
-
-