Package org.wso2.carbon.registry.ws.api
Class WSProperty
java.lang.Object
org.wso2.carbon.registry.ws.api.WSProperty
The WSProperty class is a web service compatible version of the Java Property class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WSProperty
public WSProperty()
-
-
Method Details
-
getKey
Get the key- Returns:
- key
-
setKey
Set the key- Parameters:
key-
-
getValues
Get values according to the corresponding key- Returns:
- values
-
setValues
Set the values for the corresponding key- Parameters:
values-
-