|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.registry.ws.api.WSProperty
public class WSProperty
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 |
|---|
public WSProperty()
| Method Detail |
|---|
public String getKey()
public void setKey(String key)
key - public String[] getValues()
public void setValues(String[] values)
values -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||