public class Repository 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}layers"/>
<element ref="{http://www.geojsf.org}maps"/>
<element ref="{http://www.geojsf.org}service" maxOccurs="unbounded"/>
<element ref="{http://www.geojsf.org}category" maxOccurs="unbounded"/>
<element ref="{http://www.geojsf.org}sldTemplate" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Category> |
category |
protected Layers |
layers |
protected Maps |
maps |
protected List<Service> |
service |
protected List<SldTemplate> |
sldTemplate |
| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategory()
Gets the value of the category property.
|
Layers |
getLayers()
Gets the value of the layers property.
|
Maps |
getMaps()
Gets the value of the maps property.
|
List<Service> |
getService()
Gets the value of the service property.
|
List<SldTemplate> |
getSldTemplate()
Gets the value of the sldTemplate property.
|
boolean |
isSetCategory() |
boolean |
isSetLayers() |
boolean |
isSetMaps() |
boolean |
isSetService() |
boolean |
isSetSldTemplate() |
void |
setLayers(Layers value)
Sets the value of the layers property.
|
void |
setMaps(Maps value)
Sets the value of the maps property.
|
void |
unsetCategory() |
void |
unsetService() |
void |
unsetSldTemplate() |
protected Layers layers
protected Maps maps
protected List<SldTemplate> sldTemplate
public Layers getLayers()
Layerspublic void setLayers(Layers value)
value - allowed object is
Layerspublic boolean isSetLayers()
public void setMaps(Maps value)
value - allowed object is
Mapspublic boolean isSetMaps()
public List<Service> getService()
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 service property.
For example, to add a new item, do as follows:
getService().add(newItem);
Objects of the following type(s) are allowed in the list
Service
public boolean isSetService()
public void unsetService()
public List<Category> getCategory()
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 category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
Category
public boolean isSetCategory()
public void unsetCategory()
public List<SldTemplate> getSldTemplate()
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 sldTemplate property.
For example, to add a new item, do as follows:
getSldTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
SldTemplate
public boolean isSetSldTemplate()
public void unsetSldTemplate()
Copyright © 2016. All rights reserved.