Class WSProperty


  • public class WSProperty
    extends Object
    The WSProperty class is a web service compatible version of the Java Property class.
    • 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 -