public class LanguageConfiguration extends Object implements Serializable
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 name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="model" type="{}Model" maxOccurs="unbounded"/>
<element name="pipe" type="{}Pipe"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LanguageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale()
Gets the value of the locale property.
|
List<Model> |
getModel()
Gets the value of the model property.
|
Pipe |
getPipe()
Gets the value of the pipe property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setPipe(Pipe value)
Sets the value of the pipe property.
|
public String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic List<Model> getModel()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the model property.
For example, to add a new item, do as follows:
getModel().add(newItem);
Objects of the following type(s) are allowed in the list
Model
Copyright © 2012–2017 CoGrOO. All rights reserved.