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

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

public class WSProperties
extends Object


Constructor Summary
WSProperties()
           
 
Method Summary
 String getKey()
           
 String[] getValues()
           
 void setKey(String key)
           
 void setValues(String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSProperties

public WSProperties()
Method Detail

getKey

public String getKey()

getValues

public String[] getValues()

setKey

public void setKey(String key)

setValues

public void setValues(String[] values)


Copyright © 2012 WSO2 Inc. All Rights Reserved.