org.deegree.services.jaxb.wms
Class DirectStyleType

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

public class DirectStyleType
extends Object

Java class for DirectStyleType complex type.

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

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


Nested Class Summary
static class DirectStyleType.LegendGraphicFile
          Java class for anonymous complex type.
 
Field Summary
protected  String file
           
protected  String legendConfigurationFile
           
protected  DirectStyleType.LegendGraphicFile legendGraphicFile
           
protected  String name
           
 
Constructor Summary
DirectStyleType()
           
 
Method Summary
 String getFile()
          Gets the value of the file property.
 String getLegendConfigurationFile()
          Gets the value of the legendConfigurationFile property.
 DirectStyleType.LegendGraphicFile getLegendGraphicFile()
          Gets the value of the legendGraphicFile property.
 String getName()
          Gets the value of the name property.
 void setFile(String value)
          Sets the value of the file property.
 void setLegendConfigurationFile(String value)
          Sets the value of the legendConfigurationFile property.
 void setLegendGraphicFile(DirectStyleType.LegendGraphicFile value)
          Sets the value of the legendGraphicFile property.
 void setName(String value)
          Sets the value of the name 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

name

protected String name

legendConfigurationFile

protected String legendConfigurationFile

legendGraphicFile

protected DirectStyleType.LegendGraphicFile legendGraphicFile
Constructor Detail

DirectStyleType

public DirectStyleType()
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

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getLegendConfigurationFile

public String getLegendConfigurationFile()
Gets the value of the legendConfigurationFile property.

Returns:
possible object is String

setLegendConfigurationFile

public void setLegendConfigurationFile(String value)
Sets the value of the legendConfigurationFile property.

Parameters:
value - allowed object is String

getLegendGraphicFile

public DirectStyleType.LegendGraphicFile getLegendGraphicFile()
Gets the value of the legendGraphicFile property.

Returns:
possible object is DirectStyleType.LegendGraphicFile

setLegendGraphicFile

public void setLegendGraphicFile(DirectStyleType.LegendGraphicFile value)
Sets the value of the legendGraphicFile property.

Parameters:
value - allowed object is DirectStyleType.LegendGraphicFile


Copyright © 2011. All Rights Reserved.