public abstract class TypeWithOtherAttributes extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<QName,String> |
otherAttributes |
Constructor and Description |
---|
TypeWithOtherAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
addOtherAttribute(QName qame,
String value)
Add other attribute
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
void |
removeOtherAttribute(QName qame)
Remove other attribute
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.