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

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

public static class StyleRefType.Style
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="StyleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LayerNameRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StyleNameRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice minOccurs="0">
           <element name="LegendStyle">
             <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>
           </element>
           <element name="LegendGraphic">
             <complexType>
               <simpleContent>
                 <extension base="<http://www.w3.org/2001/XMLSchema>string">
                   <attribute name="outputGetLegendGraphicUrl" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                 </extension>
               </simpleContent>
             </complexType>
           </element>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class StyleRefType.Style.LegendGraphic
          Java class for anonymous complex type.
static class StyleRefType.Style.LegendStyle
          Java class for anonymous complex type.
 
Field Summary
protected  String layerNameRef
           
protected  StyleRefType.Style.LegendGraphic legendGraphic
           
protected  StyleRefType.Style.LegendStyle legendStyle
           
protected  String styleName
           
protected  String styleNameRef
           
 
Constructor Summary
StyleRefType.Style()
           
 
Method Summary
 String getLayerNameRef()
          Gets the value of the layerNameRef property.
 StyleRefType.Style.LegendGraphic getLegendGraphic()
          Gets the value of the legendGraphic property.
 StyleRefType.Style.LegendStyle getLegendStyle()
          Gets the value of the legendStyle property.
 String getStyleName()
          Gets the value of the styleName property.
 String getStyleNameRef()
          Gets the value of the styleNameRef property.
 void setLayerNameRef(String value)
          Sets the value of the layerNameRef property.
 void setLegendGraphic(StyleRefType.Style.LegendGraphic value)
          Sets the value of the legendGraphic property.
 void setLegendStyle(StyleRefType.Style.LegendStyle value)
          Sets the value of the legendStyle property.
 void setStyleName(String value)
          Sets the value of the styleName 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

styleName

protected String styleName

layerNameRef

protected String layerNameRef

styleNameRef

protected String styleNameRef

legendStyle

protected StyleRefType.Style.LegendStyle legendStyle

legendGraphic

protected StyleRefType.Style.LegendGraphic legendGraphic
Constructor Detail

StyleRefType.Style

public StyleRefType.Style()
Method Detail

getStyleName

public String getStyleName()
Gets the value of the styleName property.

Returns:
possible object is String

setStyleName

public void setStyleName(String value)
Sets the value of the styleName property.

Parameters:
value - allowed object is String

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

getLegendStyle

public StyleRefType.Style.LegendStyle getLegendStyle()
Gets the value of the legendStyle property.

Returns:
possible object is StyleRefType.Style.LegendStyle

setLegendStyle

public void setLegendStyle(StyleRefType.Style.LegendStyle value)
Sets the value of the legendStyle property.

Parameters:
value - allowed object is StyleRefType.Style.LegendStyle

getLegendGraphic

public StyleRefType.Style.LegendGraphic getLegendGraphic()
Gets the value of the legendGraphic property.

Returns:
possible object is StyleRefType.Style.LegendGraphic

setLegendGraphic

public void setLegendGraphic(StyleRefType.Style.LegendGraphic value)
Sets the value of the legendGraphic property.

Parameters:
value - allowed object is StyleRefType.Style.LegendGraphic


Copyright © 2011. All Rights Reserved.