Package org.wso2.carbon.proxyadmin
Class Entry
- java.lang.Object
-
- org.wso2.carbon.proxyadmin.Entry
-
public class Entry extends Object
ClassEntry
is used to represent an element in a map. The Axis2 codegeneration does not handlejava.util.Collection
types. Therefore a map is created using an array ofEntry
instances.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
-