public class Layers 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" maxOccurs="unbounded"/>
</sequence>
<attribute name="wms" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="wcs" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Layer> |
layer |
protected String |
wcs |
protected String |
wms |
| Constructor and Description |
|---|
Layers() |
| Modifier and Type | Method and Description |
|---|---|
List<Layer> |
getLayer()
Gets the value of the layer property.
|
String |
getWcs()
Gets the value of the wcs property.
|
String |
getWms()
Gets the value of the wms property.
|
boolean |
isSetLayer() |
boolean |
isSetWcs() |
boolean |
isSetWms() |
void |
setWcs(String value)
Sets the value of the wcs property.
|
void |
setWms(String value)
Sets the value of the wms property.
|
void |
unsetLayer() |
public List<Layer> getLayer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the layer property.
For example, to add a new item, do as follows:
getLayer().add(newItem);
Objects of the following type(s) are allowed in the list
Layer
public boolean isSetLayer()
public void unsetLayer()
public String getWms()
Stringpublic void setWms(String value)
value - allowed object is
Stringpublic boolean isSetWms()
public String getWcs()
Stringpublic void setWcs(String value)
value - allowed object is
Stringpublic boolean isSetWcs()
Copyright © 2016. All rights reserved.