org.deegree.theme.persistence.standard.jaxb
Class Themes

java.lang.Object
  extended by org.deegree.theme.persistence.standard.jaxb.Themes

public class Themes
extends Object

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

layerStoreId

protected List<String> layerStoreId

theme

protected ThemeType theme

configVersion

protected String configVersion
Constructor Detail

Themes

public Themes()
Method Detail

getLayerStoreId

public List<String> getLayerStoreId()
Gets the value of the layerStoreId property.

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


getTheme

public ThemeType getTheme()
Gets the value of the theme property.

Returns:
possible object is ThemeType

setTheme

public void setTheme(ThemeType value)
Sets the value of the theme property.

Parameters:
value - allowed object is ThemeType

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.