|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.theme.persistence.remotewms.jaxb.RemoteWMSThemes
public class RemoteWMSThemes
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 |
---|
protected String remoteWMSId
protected String layerStoreId
protected String configVersion
Constructor Detail |
---|
public RemoteWMSThemes()
Method Detail |
---|
public String getRemoteWMSId()
String
public void setRemoteWMSId(String value)
value
- allowed object is
String
public String getLayerStoreId()
String
public void setLayerStoreId(String value)
value
- allowed object is
String
public String getConfigVersion()
String
public 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 |