Package org.n52.iceland.coding.encode
Class ResponseFormatKey
- java.lang.Object
-
- org.n52.iceland.coding.encode.ResponseFormatKey
-
public class ResponseFormatKey extends Object
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description ResponseFormatKey()ResponseFormatKey(OwsServiceKey serviceOperatorKey, String responseFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetResponseFormat()StringgetService()OwsServiceKeygetServiceOperatorKey()StringgetVersion()inthashCode()voidsetResponseFormat(String responseFormat)voidsetServiceOperatorKey(OwsServiceKey serviceOperatorKey)StringtoString()
-
-
-
Constructor Detail
-
ResponseFormatKey
public ResponseFormatKey(OwsServiceKey serviceOperatorKey, String responseFormat)
-
ResponseFormatKey
public ResponseFormatKey()
-
-
Method Detail
-
getServiceOperatorKey
public OwsServiceKey getServiceOperatorKey()
-
setServiceOperatorKey
public void setServiceOperatorKey(OwsServiceKey serviceOperatorKey)
-
getResponseFormat
public String getResponseFormat()
-
setResponseFormat
public void setResponseFormat(String responseFormat)
-
getService
public String getService()
-
getVersion
public String getVersion()
-
-