Package net.opengis.ows20
Interface DCPType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DCPTypeImpl
 
 public interface DCPType extends EObjectA representation of the model object 'DCP Type'.The following features are supported: - See Also:
- Ows20Package.getDCPType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTPTypegetHTTP()Returns the value of the 'HTTP' containment reference.voidsetHTTP(HTTPType value)Sets the value of the 'HTTP' containment reference.
 
- 
- 
- 
Method Detail- 
getHTTPHTTPType getHTTP() Returns the value of the 'HTTP' containment reference. Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.- Returns:
- the value of the 'HTTP' containment reference.
- See Also:
- setHTTP(HTTPType),- Ows20Package.getDCPType_HTTP()
 
 
- 
 
-