|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.status.Translation
public class Translation
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">
<sequence>
<element ref="{http://ahtutils.aht-group.com/status}langs"/>
<element ref="{http://ahtutils.aht-group.com/status}descriptions"/>
</sequence>
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Descriptions |
descriptions
|
protected String |
key
|
protected Langs |
langs
|
| Constructor Summary | |
|---|---|
Translation()
|
|
| Method Summary | |
|---|---|
Descriptions |
getDescriptions()
Gets the value of the descriptions property. |
String |
getKey()
Gets the value of the key property. |
Langs |
getLangs()
Gets the value of the langs property. |
boolean |
isSetDescriptions()
|
boolean |
isSetKey()
|
boolean |
isSetLangs()
|
void |
setDescriptions(Descriptions value)
Sets the value of the descriptions property. |
void |
setKey(String value)
Sets the value of the key property. |
void |
setLangs(Langs value)
Sets the value of the langs property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Langs langs
protected Descriptions descriptions
protected String key
| Constructor Detail |
|---|
public Translation()
| Method Detail |
|---|
public Langs getLangs()
Langspublic void setLangs(Langs value)
value - allowed object is
Langspublic boolean isSetLangs()
public Descriptions getDescriptions()
Descriptionspublic void setDescriptions(Descriptions value)
value - allowed object is
Descriptionspublic boolean isSetDescriptions()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||