public class View extends Object implements Serializable
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 ref="{http://www.geojsf.org}layer"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="nr" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="legend" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Layer |
layer |
protected Boolean |
legend |
protected Integer |
nr |
protected Boolean |
visible |
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
Layer |
getLayer()
Gets the value of the layer property.
|
int |
getNr()
Gets the value of the nr property.
|
boolean |
isLegend()
Gets the value of the legend property.
|
boolean |
isSetId() |
boolean |
isSetLayer() |
boolean |
isSetLegend() |
boolean |
isSetNr() |
boolean |
isSetVisible() |
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLayer(Layer value)
Sets the value of the layer property.
|
void |
setLegend(boolean value)
Sets the value of the legend property.
|
void |
setNr(int value)
Sets the value of the nr property.
|
void |
setVisible(boolean value)
Sets the value of the visible property.
|
void |
unsetId() |
void |
unsetLegend() |
void |
unsetNr() |
void |
unsetVisible() |
protected Layer layer
protected Long id
protected Integer nr
protected Boolean visible
protected Boolean legend
public Layer getLayer()
Layerpublic void setLayer(Layer value)
value - allowed object is
Layerpublic boolean isSetLayer()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public int getNr()
Integerpublic void setNr(int value)
value - allowed object is
Integerpublic boolean isSetNr()
public void unsetNr()
public boolean isVisible()
Booleanpublic void setVisible(boolean value)
value - allowed object is
Booleanpublic boolean isSetVisible()
public void unsetVisible()
public boolean isLegend()
Booleanpublic void setLegend(boolean value)
value - allowed object is
Booleanpublic boolean isSetLegend()
public void unsetLegend()
Copyright © 2016. All rights reserved.