Package net.opengis.wcs10
Interface WCSCapabilityType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
WCSCapabilityTypeImpl
public interface WCSCapabilityType extends EObject
A representation of the model object 'WCS Capability Type'. XML encoded WCS GetCapabilities operation response. The Capabilities document provides clients with service metadata about a specific service instance, including metadata about the coverages served.The following features are supported:
- See Also:
Wcs10Package.getWCSCapabilityType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionType
getException()
Returns the value of the 'Exception' containment reference.RequestType
getRequest()
Returns the value of the 'Request' containment reference.String
getUpdateSequence()
Returns the value of the 'Update Sequence' attribute.VendorSpecificCapabilitiesType
getVendorSpecificCapabilities()
Returns the value of the 'Vendor Specific Capabilities' containment reference.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setException(ExceptionType value)
Sets the value of the 'Exception
' containment reference.void
setRequest(RequestType value)
Sets the value of the 'Request
' containment reference.void
setUpdateSequence(String value)
Sets the value of the 'Update Sequence
' attribute.void
setVendorSpecificCapabilities(VendorSpecificCapabilitiesType value)
Sets the value of the 'Vendor Specific Capabilities
' containment reference.void
setVersion(String value)
Sets the value of the 'Version
' attribute.void
unsetVersion()
Unsets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
getRequest
RequestType getRequest()
Returns the value of the 'Request' containment reference.If the meaning of the 'Request' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Request' containment reference.
- See Also:
setRequest(RequestType)
,Wcs10Package.getWCSCapabilityType_Request()
-
setRequest
void setRequest(RequestType value)
Sets the value of the 'Request
' containment reference.- Parameters:
value
- the new value of the 'Request' containment reference.- See Also:
getRequest()
-
getException
ExceptionType getException()
Returns the value of the 'Exception' containment reference.If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Exception' containment reference.
- See Also:
setException(ExceptionType)
,Wcs10Package.getWCSCapabilityType_Exception()
-
setException
void setException(ExceptionType value)
Sets the value of the 'Exception
' containment reference.- Parameters:
value
- the new value of the 'Exception' containment reference.- See Also:
getException()
-
getVendorSpecificCapabilities
VendorSpecificCapabilitiesType getVendorSpecificCapabilities()
Returns the value of the 'Vendor Specific Capabilities' containment reference.If the meaning of the 'Vendor Specific Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Vendor Specific Capabilities' containment reference.
- See Also:
setVendorSpecificCapabilities(VendorSpecificCapabilitiesType)
,Wcs10Package.getWCSCapabilityType_VendorSpecificCapabilities()
-
setVendorSpecificCapabilities
void setVendorSpecificCapabilities(VendorSpecificCapabilitiesType value)
Sets the value of the 'Vendor Specific Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Vendor Specific Capabilities' containment reference.- See Also:
getVendorSpecificCapabilities()
-
getUpdateSequence
String getUpdateSequence()
Returns the value of the 'Update Sequence' attribute. Service metadata document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When not supported by server, server shall not return this attribute.- Returns:
- the value of the 'Update Sequence' attribute.
- See Also:
setUpdateSequence(String)
,Wcs10Package.getWCSCapabilityType_UpdateSequence()
-
setUpdateSequence
void setUpdateSequence(String value)
Sets the value of the 'Update Sequence
' attribute.- Parameters:
value
- the new value of the 'Update Sequence' attribute.- See Also:
getUpdateSequence()
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute. The default value is"1.0.0"
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
isSetVersion()
,unsetVersion()
,setVersion(String)
,Wcs10Package.getWCSCapabilityType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
isSetVersion
boolean isSetVersion()
Returns whether the value of the 'Version
' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
unsetVersion()
,getVersion()
,setVersion(String)
-
-