org.wso2.carbon.registry.ws.api
Class WSProperty

java.lang.Object
  extended by org.wso2.carbon.registry.ws.api.WSProperty

public class WSProperty
extends Object

The WSProperty class is a web service compatible version of the Java Property class.


Constructor Summary
WSProperty()
           
 
Method Summary
 String getKey()
          Get the key
 String[] getValues()
          Get values according to the corresponding key
 void setKey(String key)
          Set the key
 void setValues(String[] values)
          Set the values for the corresponding key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSProperty

public WSProperty()
Method Detail

getKey

public String getKey()
Get the key

Returns:
key

setKey

public void setKey(String key)
Set the key

Parameters:
key -

getValues

public String[] getValues()
Get values according to the corresponding key

Returns:
values

setValues

public void setValues(String[] values)
Set the values for the corresponding key

Parameters:
values -


Copyright © 2012 WSO2 Inc. All Rights Reserved.