Class AppCommonAttributes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String base  
      private java.lang.String lang  
      private java.util.Map<javax.xml.namespace.QName,​java.lang.String> otherAttributes  
      private static long serialVersionUID  
      private java.lang.String space  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBase()
      Gets the value of the base property.
      java.lang.String getLang()
      Gets the value of the lang property.
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      java.lang.String getSpace()
      Gets the value of the space property.
      void setBase​(java.lang.String value)
      Sets the value of the base property.
      void setLang​(java.lang.String value)
      Sets the value of the lang property.
      void setSpace​(java.lang.String value)
      Sets the value of the space property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • base

        private java.lang.String base
      • lang

        private java.lang.String lang
      • space

        private java.lang.String space
      • otherAttributes

        private java.util.Map<javax.xml.namespace.QName,​java.lang.String> otherAttributes
    • Constructor Detail

      • AppCommonAttributes

        public AppCommonAttributes()
    • Method Detail

      • getBase

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

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

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

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

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

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

        public java.util.Map<javax.xml.namespace.QName,​java.lang.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