public class Translation extends LinkCollection
Java class for Translation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Translation">
<complexContent>
<extension base="{http://www.xwiki.org}LinkCollection">
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
links| Constructor and Description |
|---|
Translation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
getLinksprotected String language
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.