org.deegree.services.wps.provider.jrxml.jaxb.map
Class Layer

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.jaxb.map.Layer

public class Layer
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://www.deegree.org/processprovider/map}Style" minOccurs="0"/>
         <element name="position" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  BigInteger position
           
protected  Style style
           
protected  String title
           
protected  Boolean visible
           
 
Constructor Summary
Layer()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 BigInteger getPosition()
          Gets the value of the position property.
 Style getStyle()
          Gets the value of the style property.
 String getTitle()
          Gets the value of the title property.
 Boolean isVisible()
          Gets the value of the visible property.
 void setName(String value)
          Sets the value of the name property.
 void setPosition(BigInteger value)
          Sets the value of the position property.
 void setStyle(Style value)
          Sets the value of the style property.
 void setTitle(String value)
          Sets the value of the title property.
 void setVisible(Boolean value)
          Sets the value of the visible property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

title

protected String title

style

protected Style style

position

protected BigInteger position

visible

protected Boolean visible
Constructor Detail

Layer

public Layer()
Method Detail

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

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getStyle

public Style getStyle()
Gets the value of the style property.

Returns:
possible object is Style

setStyle

public void setStyle(Style value)
Sets the value of the style property.

Parameters:
value - allowed object is Style

getPosition

public BigInteger getPosition()
Gets the value of the position property.

Returns:
possible object is BigInteger

setPosition

public void setPosition(BigInteger value)
Sets the value of the position property.

Parameters:
value - allowed object is BigInteger

isVisible

public Boolean isVisible()
Gets the value of the visible property.

Returns:
possible object is Boolean

setVisible

public void setVisible(Boolean value)
Sets the value of the visible property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.