public abstract class OwsServiceCommunicationObject extends Object
| Constructor and Description |
|---|
OwsServiceCommunicationObject() |
OwsServiceCommunicationObject(String service,
String version) |
OwsServiceCommunicationObject(String service,
String version,
String operationName) |
| Modifier and Type | Method and Description |
|---|---|
OwsOperationKey |
getKey() |
String |
getOperationName() |
String |
getService() |
String |
getVersion() |
boolean |
hasOperationName() |
boolean |
isSetService() |
boolean |
isSetVersion() |
OwsServiceCommunicationObject |
set(OwsServiceCommunicationObject object)
Set service and version from another
OwsServiceCommunicationObject |
void |
setOperationName(String operationName) |
OwsServiceCommunicationObject |
setService(String service) |
OwsServiceCommunicationObject |
setVersion(String version) |
String |
toString() |
public String getService()
public OwsServiceCommunicationObject setService(String service)
service - the service to setpublic OwsServiceCommunicationObject setVersion(String version)
version - the version to setpublic String getVersion()
public boolean isSetService()
true, if service is not null or emptypublic boolean isSetVersion()
true, if version is not null or emptypublic OwsServiceCommunicationObject set(OwsServiceCommunicationObject object)
OwsServiceCommunicationObjectobject - The OwsServiceCommunicationObject to get values
frompublic String getOperationName()
public void setOperationName(String operationName)
public boolean hasOperationName()
public OwsOperationKey getKey()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.