Class AppCommonAttributes

    • Constructor Detail

      • AppCommonAttributes

        public AppCommonAttributes()
    • Method Detail

      • getBase

        public String getBase()
        Gets the value of the base property.
        Returns:
        possible object is String
      • setBase

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

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

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

        public String getSpace()
        Gets the value of the space property.
        Returns:
        possible object is String
      • setSpace

        public void setSpace​(String value)
        Sets the value of the space property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null