com.ibm.websphere.wim.model

Interface ContextPropertiesType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getLang()
      Returns the value of the 'Lang' attribute.
      java.lang.String getValue()
      Returns the value of the 'Value' attribute.
      void setLang(java.lang.String value)
      Sets the value of the 'Lang' attribute.
      void setValue(java.lang.String value)
      Sets the value of the 'Value' attribute.
    • Method Detail

      • setValue

        void setValue(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated:
      • setLang

        void setLang(java.lang.String value)
        Sets the value of the 'Lang' attribute.
        Parameters:
        value - the new value of the 'Lang' attribute.
        See Also:
        getLang()
        Generated: