|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.jrxml.jaxb.map.Layer
public class Layer
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 |
---|
protected String name
protected String title
protected Style style
protected BigInteger position
protected Boolean visible
Constructor Detail |
---|
public Layer()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Style getStyle()
Style
public void setStyle(Style value)
value
- allowed object is
Style
public BigInteger getPosition()
BigInteger
public void setPosition(BigInteger value)
value
- allowed object is
BigInteger
public Boolean isVisible()
Boolean
public void setVisible(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |