public class AppCommonAttributes extends Object implements Serializable
Constructor and Description |
---|
AppCommonAttributes() |
Modifier and Type | Method and Description |
---|---|
String |
getBase()
Gets the value of the base property.
|
String |
getLang()
Gets the value of the lang property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getSpace()
Gets the value of the space property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
public String getBase()
String
public void setBase(String value)
value
- allowed object is
String
public String getLang()
String
public void setLang(String value)
value
- allowed object is
String
public String getSpace()
String
public void setSpace(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
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.
Copyright © 2021 JBoss by Red Hat. All rights reserved.