Interface ProcessDescriptionType

    • Method Detail

      • getLang

        String getLang()
        Returns the value of the 'Lang' attribute. Identifier of a language used by the data(set) contents. This language identifier shall be as specified in IETF RFC 4646. The language tags shall be either complete 5 character codes (e.g. "en-CA"), or abbreviated 2 character codes (e.g. "en"). In addition to the RFC 4646 codes, the server shall support the single special value "*" which is used to indicate "any language".
        Returns:
        the value of the 'Lang' attribute.
        See Also:
        setLang(String), Wps20Package.getProcessDescriptionType_Lang()
      • setLang

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