org.deegree.services.jaxb.wms
Class SLDStyleType

java.lang.Object
  extended by org.deegree.services.jaxb.wms.SLDStyleType

public class SLDStyleType
extends Object

Java class for SLDStyleType complex type.

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

 <complexType name="SLDStyleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="File" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="NamedLayer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="UserStyle" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <choice minOccurs="0">
             <element name="LegendConfigurationFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="LegendGraphicFile">
               <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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SLDStyleType.LegendGraphicFile
          Java class for anonymous complex type.
 
Field Summary
protected  String file
           
protected  List<JAXBElement<?>> nameAndUserStyleAndLegendConfigurationFile
           
protected  String namedLayer
           
 
Constructor Summary
SLDStyleType()
           
 
Method Summary
 String getFile()
          Gets the value of the file property.
 List<JAXBElement<?>> getNameAndUserStyleAndLegendConfigurationFile()
          Gets the value of the nameAndUserStyleAndLegendConfigurationFile property.
 String getNamedLayer()
          Gets the value of the namedLayer property.
 void setFile(String value)
          Sets the value of the file property.
 void setNamedLayer(String value)
          Sets the value of the namedLayer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected String file

namedLayer

protected String namedLayer

nameAndUserStyleAndLegendConfigurationFile

protected List<JAXBElement<?>> nameAndUserStyleAndLegendConfigurationFile
Constructor Detail

SLDStyleType

public SLDStyleType()
Method Detail

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

getNamedLayer

public String getNamedLayer()
Gets the value of the namedLayer property.

Returns:
possible object is String

setNamedLayer

public void setNamedLayer(String value)
Sets the value of the namedLayer property.

Parameters:
value - allowed object is String

getNameAndUserStyleAndLegendConfigurationFile

public List<JAXBElement<?>> getNameAndUserStyleAndLegendConfigurationFile()
Gets the value of the nameAndUserStyleAndLegendConfigurationFile 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 nameAndUserStyleAndLegendConfigurationFile property.

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

    getNameAndUserStyleAndLegendConfigurationFile().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<SLDStyleType.LegendGraphicFile>



Copyright © 2011. All Rights Reserved.