org.deegree.services.jaxb.wms
Class SLDStyleType

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

public class SLDStyleType
extends java.lang.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"/>
           <element name="LegendConfigurationFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String file
           
protected  java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> nameAndUserStyleAndLegendConfigurationFile
           
protected  java.lang.String namedLayer
           
 
Constructor Summary
SLDStyleType()
           
 
Method Summary
 java.lang.String getFile()
          Gets the value of the file property.
 java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> getNameAndUserStyleAndLegendConfigurationFile()
          Gets the value of the nameAndUserStyleAndLegendConfigurationFile property.
 java.lang.String getNamedLayer()
          Gets the value of the namedLayer property.
 void setFile(java.lang.String value)
          Sets the value of the file property.
 void setNamedLayer(java.lang.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 java.lang.String file

namedLayer

protected java.lang.String namedLayer

nameAndUserStyleAndLegendConfigurationFile

protected java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> nameAndUserStyleAndLegendConfigurationFile
Constructor Detail

SLDStyleType

public SLDStyleType()
Method Detail

getFile

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

Returns:
possible object is String

setFile

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

Parameters:
value - allowed object is String

getNamedLayer

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

Returns:
possible object is String

setNamedLayer

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

Parameters:
value - allowed object is String

getNameAndUserStyleAndLegendConfigurationFile

public java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> 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>



Copyright © 2011. All Rights Reserved.