Class Entry


  • public class Entry
    extends Object
    Class Entry is used to represent an element in a map. The Axis2 codegeneration does not handle java.util.Collection types. Therefore a map is created using an array of Entry instances.
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)