Interface LangString

  • All Known Implementing Classes:
    LangString

    public interface LangString

    Interface for strings with language attribute.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="InternationalizedString">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Method Summary

      Modifier and Type Method Description
      String getLang()
      Gets the value of the lang property.
      String getValue()
      Gets the value of the value property.
      void setLang​(String value)
      Sets the value of the lang property.
      void setValue​(String value)
      Sets the value of the value property.
    • Method Detail

      • getValue

        String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getLang

        String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        void setLang​(String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String