org.deegree.layer.persistence.remotewms.jaxb
Class RemoteWMSLayers

java.lang.Object
  extended by org.deegree.layer.persistence.remotewms.jaxb.RemoteWMSLayers

public class RemoteWMSLayers
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="RequestOptions" type="{http://www.deegree.org/layers/remotewms}RequestOptionsType" minOccurs="0"/>
         <element name="Layer" type="{http://www.deegree.org/layers/remotewms}LayerType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.deegree.org/layers/remotewms}ConfigVersionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String configVersion
           
protected  List<LayerType> layer
           
protected  String remoteWMSId
           
protected  RequestOptionsType requestOptions
           
 
Constructor Summary
RemoteWMSLayers()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 List<LayerType> getLayer()
          Gets the value of the layer property.
 String getRemoteWMSId()
          Gets the value of the remoteWMSId property.
 RequestOptionsType getRequestOptions()
          Gets the value of the requestOptions property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setRemoteWMSId(String value)
          Sets the value of the remoteWMSId property.
 void setRequestOptions(RequestOptionsType value)
          Sets the value of the requestOptions 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

requestOptions

protected RequestOptionsType requestOptions

layer

protected List<LayerType> layer

configVersion

protected String configVersion
Constructor Detail

RemoteWMSLayers

public RemoteWMSLayers()
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

getRequestOptions

public RequestOptionsType getRequestOptions()
Gets the value of the requestOptions property.

Returns:
possible object is RequestOptionsType

setRequestOptions

public void setRequestOptions(RequestOptionsType value)
Sets the value of the requestOptions property.

Parameters:
value - allowed object is RequestOptionsType

getLayer

public List<LayerType> getLayer()
Gets the value of the layer 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 layer property.

For example, to add a new item, do as follows:

    getLayer().add(newItem);
 

Objects of the following type(s) are allowed in the list LayerType


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.