org.deegree.theme.persistence.remotewms.jaxb
Class RemoteWMSThemes

java.lang.Object
  extended by org.deegree.theme.persistence.remotewms.jaxb.RemoteWMSThemes

public class RemoteWMSThemes
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="RemoteWMSId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LayerStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.deegree.org/themes/remotewms}ConfigVersionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String configVersion
           
protected  String layerStoreId
           
protected  String remoteWMSId
           
 
Constructor Summary
RemoteWMSThemes()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 String getLayerStoreId()
          Gets the value of the layerStoreId property.
 String getRemoteWMSId()
          Gets the value of the remoteWMSId property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setLayerStoreId(String value)
          Sets the value of the layerStoreId property.
 void setRemoteWMSId(String value)
          Sets the value of the remoteWMSId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteWMSId

protected String remoteWMSId

layerStoreId

protected String layerStoreId

configVersion

protected String configVersion
Constructor Detail

RemoteWMSThemes

public RemoteWMSThemes()
Method Detail

getRemoteWMSId

public String getRemoteWMSId()
Gets the value of the remoteWMSId property.

Returns:
possible object is String

setRemoteWMSId

public void setRemoteWMSId(String value)
Sets the value of the remoteWMSId property.

Parameters:
value - allowed object is String

getLayerStoreId

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

Returns:
possible object is String

setLayerStoreId

public void setLayerStoreId(String value)
Sets the value of the layerStoreId property.

Parameters:
value - allowed object is String

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.