|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.status.Lang
public class Lang
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="translation" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
key
|
protected String |
translation
|
| Constructor Summary | |
|---|---|
Lang()
|
|
| Method Summary | |
|---|---|
String |
getKey()
Gets the value of the key property. |
String |
getTranslation()
Gets the value of the translation property. |
boolean |
isSetKey()
|
boolean |
isSetTranslation()
|
void |
setKey(String value)
Sets the value of the key property. |
void |
setTranslation(String value)
Sets the value of the translation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String key
protected String translation
| Constructor Detail |
|---|
public Lang()
| Method Detail |
|---|
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public String getTranslation()
Stringpublic void setTranslation(String value)
value - allowed object is
Stringpublic boolean isSetTranslation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||