public class OwsCapabilitiesExtensionKey extends Object implements Comparable<OwsCapabilitiesExtensionKey>
OwsCapabilitiesExtension key class to identify CapabilitiesExtensions.| Constructor and Description |
|---|
OwsCapabilitiesExtensionKey()
Default constructor
|
OwsCapabilitiesExtensionKey(String service,
String version)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OwsCapabilitiesExtensionKey o) |
boolean |
equals(Object paramObject) |
String |
getService()
Get the key service
|
String |
getVersion()
Get the key version
|
int |
hashCode() |
void |
setService(String service)
Set the key service
|
void |
setVersion(String version)
Set the key version
|
String |
toString() |
public OwsCapabilitiesExtensionKey()
public String getService()
public void setService(String service)
service - service to setpublic String getVersion()
public void setVersion(String version)
version - version to setpublic int compareTo(OwsCapabilitiesExtensionKey o)
compareTo in interface Comparable<OwsCapabilitiesExtensionKey>Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.