org.deegree.remoteows.wms.jaxb
Class RequestedLayerType

java.lang.Object
  extended by org.deegree.remoteows.wms.jaxb.RequestedLayerType

public class RequestedLayerType
extends Object

Java class for RequestedLayerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RequestedLayerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RequestOptions" type="{http://www.deegree.org/datasource/remoteows/wms}RequestOptionsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  RequestOptionsType requestOptions
           
 
Constructor Summary
RequestedLayerType()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 RequestOptionsType getRequestOptions()
          Gets the value of the requestOptions property.
 void setName(String value)
          Sets the value of the name 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

name

protected String name

requestOptions

protected RequestOptionsType requestOptions
Constructor Detail

RequestedLayerType

public RequestedLayerType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name 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


Copyright © 2011. All Rights Reserved.