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

java.lang.Object
  extended by org.deegree.layer.persistence.feature.jaxb.StyleRefType

public class StyleRefType
extends Object

Java class for StyleRefType complex type.

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

 <complexType name="StyleRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StyleStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Style" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class StyleRefType.Style
          Java class for anonymous complex type.
 
Field Summary
protected  List<StyleRefType.Style> style
           
protected  String styleStoreId
           
 
Constructor Summary
StyleRefType()
           
 
Method Summary
 List<StyleRefType.Style> getStyle()
          Gets the value of the style property.
 String getStyleStoreId()
          Gets the value of the styleStoreId property.
 void setStyleStoreId(String value)
          Sets the value of the styleStoreId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleStoreId

protected String styleStoreId

style

protected List<StyleRefType.Style> style
Constructor Detail

StyleRefType

public StyleRefType()
Method Detail

getStyleStoreId

public String getStyleStoreId()
Gets the value of the styleStoreId property.

Returns:
possible object is String

setStyleStoreId

public void setStyleStoreId(String value)
Sets the value of the styleStoreId property.

Parameters:
value - allowed object is String

getStyle

public List<StyleRefType.Style> getStyle()
Gets the value of the style 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 style property.

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

    getStyle().add(newItem);
 

Objects of the following type(s) are allowed in the list StyleRefType.Style



Copyright © 2011. All Rights Reserved.