Package org.n52.shetland.ogc.sos.delobs
Class DeleteObservationResponse
- java.lang.Object
-
- org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
-
- org.n52.shetland.ogc.ows.service.OwsServiceResponse
-
- org.n52.shetland.ogc.sos.response.AbstractOperationResponse
-
- org.n52.shetland.ogc.sos.delobs.DeleteObservationResponse
-
- All Implemented Interfaces:
AutoCloseable,HasExtension<OwsServiceResponse>
public class DeleteObservationResponse extends AbstractOperationResponse
-
-
Constructor Summary
Constructors Constructor Description DeleteObservationResponse(String sosDoVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OmObservationgetDeletedObservation()StringgetObservationId()StringgetOperationName()voidsetDeletedObservation(OmObservation deletedObservation)voidsetObservationId(String observationIdentifier)-
Methods inherited from class org.n52.shetland.ogc.sos.response.AbstractOperationResponse
getOperationVersion, isSetOperationVersion, setOperationVersion
-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceResponse
close, getContentType, getExtensions, isSetContentType, setContentType, setExtensions
-
Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
getKey, getService, getVersion, hasOperationName, isSetService, isSetVersion, set, setOperationName, setService, setVersion, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.ows.HasExtension
addExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensions
-
-
-
-
Constructor Detail
-
DeleteObservationResponse
public DeleteObservationResponse(String sosDoVersion)
-
-
Method Detail
-
setObservationId
public void setObservationId(String observationIdentifier)
-
getObservationId
public String getObservationId()
-
setDeletedObservation
public void setDeletedObservation(OmObservation deletedObservation)
-
getDeletedObservation
public OmObservation getDeletedObservation()
-
getOperationName
public String getOperationName()
- Overrides:
getOperationNamein classOwsServiceCommunicationObject- Returns:
- the operationName
-
-