org.deegree.services.jaxb.wms
Class DirectStyleType

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

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


Field Summary
protected  java.lang.String file
           
protected  java.lang.String legendConfigurationFile
           
protected  java.lang.String name
           
 
Constructor Summary
DirectStyleType()
           
 
Method Summary
 java.lang.String getFile()
          Gets the value of the file property.
 java.lang.String getLegendConfigurationFile()
          Gets the value of the legendConfigurationFile property.
 java.lang.String getName()
          Gets the value of the name property.
 void setFile(java.lang.String value)
          Sets the value of the file property.
 void setLegendConfigurationFile(java.lang.String value)
          Sets the value of the legendConfigurationFile property.
 void setName(java.lang.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 java.lang.String file

name

protected java.lang.String name

legendConfigurationFile

protected java.lang.String legendConfigurationFile
Constructor Detail

DirectStyleType

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

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getLegendConfigurationFile

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

Returns:
possible object is String

setLegendConfigurationFile

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

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.