org.deegree_impl.services.wms.protocol
Class WMSGetMapRequest_Impl.Layer_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl.Layer_Impl
All Implemented Interfaces:
WMSGetMapRequest.Layer
Enclosing class:
WMSGetMapRequest_Impl

private static class WMSGetMapRequest_Impl.Layer_Impl
extends java.lang.Object
implements WMSGetMapRequest.Layer

A Layer object. It contains the name of the layer and the corresponding style.

Version:
$Revision: 1.25 $
Author:
Andreas Poth

Field Summary
private  java.lang.String name
           
private  java.lang.String styleName
           
 
Constructor Summary
WMSGetMapRequest_Impl.Layer_Impl()
          default constructor
WMSGetMapRequest_Impl.Layer_Impl(java.lang.String name, java.lang.String styleName)
          constructor initializing the class with the
 
Method Summary
 java.lang.String getName()
          returns the
 java.lang.String getStyleName()
          returns the
 void setName(java.lang.String name)
          sets the
 void setStyleName(java.lang.String styleName)
          sets the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

styleName

private java.lang.String styleName
Constructor Detail

WMSGetMapRequest_Impl.Layer_Impl

public WMSGetMapRequest_Impl.Layer_Impl()
default constructor


WMSGetMapRequest_Impl.Layer_Impl

public WMSGetMapRequest_Impl.Layer_Impl(java.lang.String name,
                                        java.lang.String styleName)
constructor initializing the class with the

Method Detail

getName

public java.lang.String getName()
returns the

Specified by:
getName in interface WMSGetMapRequest.Layer
Returns:

setName

public void setName(java.lang.String name)
sets the


getStyleName

public java.lang.String getStyleName()
returns the

Specified by:
getStyleName in interface WMSGetMapRequest.Layer
Returns:

setStyleName

public void setStyleName(java.lang.String styleName)
sets the