|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.theme.persistence.standard.jaxb.Themes
public class Themes
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="LayerStoreId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Theme" type="{http://www.deegree.org/themes/standard}ThemeType"/>
</sequence>
<attribute name="configVersion" use="required" type="{http://www.deegree.org/themes/standard}ConfigVersionType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
configVersion
|
protected List<String> |
layerStoreId
|
protected ThemeType |
theme
|
| Constructor Summary | |
|---|---|
Themes()
|
|
| Method Summary | |
|---|---|
String |
getConfigVersion()
Gets the value of the configVersion property. |
List<String> |
getLayerStoreId()
Gets the value of the layerStoreId property. |
ThemeType |
getTheme()
Gets the value of the theme property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
void |
setTheme(ThemeType value)
Sets the value of the theme property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> layerStoreId
protected ThemeType theme
protected String configVersion
| Constructor Detail |
|---|
public Themes()
| Method Detail |
|---|
public List<String> getLayerStoreId()
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 layerStoreId property.
For example, to add a new item, do as follows:
getLayerStoreId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ThemeType getTheme()
ThemeTypepublic void setTheme(ThemeType value)
value - allowed object is
ThemeTypepublic String getConfigVersion()
Stringpublic void setConfigVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||