public class AppCommonAttributes
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and 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 |
Constructor and Description |
---|
AppCommonAttributes() |
Modifier and Type | Method and 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.
|
private static final long serialVersionUID
private java.lang.String base
private java.lang.String lang
private java.lang.String space
private java.util.Map<javax.xml.namespace.QName,java.lang.String> otherAttributes
public java.lang.String getBase()
String
public void setBase(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLang()
String
public void setLang(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpace()
String
public void setSpace(java.lang.String value)
value
- allowed object is
String
public java.util.Map<javax.xml.namespace.QName,java.lang.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.