org.deegree.layer.persistence.feature.jaxb
Class StyleRefType.Style.LegendStyle

java.lang.Object
  extended by org.deegree.layer.persistence.feature.jaxb.StyleRefType.Style.LegendStyle
Enclosing class:
StyleRefType.Style

public static class StyleRefType.Style.LegendStyle
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="LayerNameRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StyleNameRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String layerNameRef
           
protected  String styleNameRef
           
 
Constructor Summary
StyleRefType.Style.LegendStyle()
           
 
Method Summary
 String getLayerNameRef()
          Gets the value of the layerNameRef property.
 String getStyleNameRef()
          Gets the value of the styleNameRef property.
 void setLayerNameRef(String value)
          Sets the value of the layerNameRef property.
 void setStyleNameRef(String value)
          Sets the value of the styleNameRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layerNameRef

protected String layerNameRef

styleNameRef

protected String styleNameRef
Constructor Detail

StyleRefType.Style.LegendStyle

public StyleRefType.Style.LegendStyle()
Method Detail

getLayerNameRef

public String getLayerNameRef()
Gets the value of the layerNameRef property.

Returns:
possible object is String

setLayerNameRef

public void setLayerNameRef(String value)
Sets the value of the layerNameRef property.

Parameters:
value - allowed object is String

getStyleNameRef

public String getStyleNameRef()
Gets the value of the styleNameRef property.

Returns:
possible object is String

setStyleNameRef

public void setStyleNameRef(String value)
Sets the value of the styleNameRef property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.