Class NamedValueWrapper

    • Constructor Detail

      • NamedValueWrapper

        public NamedValueWrapper()
        Deprecated.
        Instantiates a new named value wrapper.
      • NamedValueWrapper

        public NamedValueWrapper​(String name,
                                 String value)
        Deprecated.
        Instantiates a new named value wrapper.
        Parameters:
        name - the name
        value - the value
      • NamedValueWrapper

        public NamedValueWrapper​(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.NamedValue raw)
        Deprecated.
        Instantiates a new named value wrapper.
        Parameters:
        raw - the raw
    • Method Detail

      • getValue

        public String getValue()
        Deprecated.
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Deprecated.
        Sets the value.
        Parameters:
        value - the new value
      • getName

        public String getName()
        Deprecated.
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Deprecated.
        Sets the name.
        Parameters:
        name - the new name
      • getRaw

        public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.NamedValue getRaw()
        Deprecated.
        Gets the raw.
        Returns:
        the raw