Class TypeWithOtherAttributes

    • Constructor Detail

      • TypeWithOtherAttributes

        public TypeWithOtherAttributes()
    • Method Detail

      • addOtherAttribute

        public void addOtherAttribute​(QName qame,
                                      String value)
        Add other attribute
        Parameters:
        qame -
        value -
      • removeOtherAttribute

        public void removeOtherAttribute​(QName qame)
        Remove other attribute
        Parameters:
        qame -
        value -
      • getOtherAttributes

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