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 maxOccurs="unbounded" minOccurs="0">
<element name="layer" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ns_prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ns_uri" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="gml_ns" type="{}csvType" />
<attribute name="keywords" type="{}csvType" />
<attribute name="srid" type="{}sridType" />
<attribute name="geobbox" type="{}bboxType" />
<attribute name="retrievable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="writable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_abstract |
protected String |
geobbox |
protected String |
gmlNs |
protected String |
keywords |
protected List<Object> |
layer |
protected String |
name |
protected String |
nsPrefix |
protected String |
nsUri |
protected Boolean |
retrievable |
protected String |
schema |
protected String |
srid |
protected String |
table |
protected String |
title |
protected Boolean |
writable |
| Constructor and Description |
|---|
Layer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
String |
getGeobbox()
Gets the value of the geobbox property.
|
String |
getGmlNs()
Gets the value of the gmlNs property.
|
String |
getKeywords()
Gets the value of the keywords property.
|
List<Object> |
getLayer()
Gets the value of the layer property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNsPrefix()
Gets the value of the nsPrefix property.
|
String |
getNsUri()
Gets the value of the nsUri property.
|
String |
getSchema()
Gets the value of the schema property.
|
String |
getSrid()
Gets the value of the srid property.
|
String |
getTable()
Gets the value of the table property.
|
String |
getTitle()
Gets the value of the title property.
|
Boolean |
isRetrievable()
Gets the value of the retrievable property.
|
Boolean |
isWritable()
Gets the value of the writable property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
void |
setGeobbox(String value)
Sets the value of the geobbox property.
|
void |
setGmlNs(String value)
Sets the value of the gmlNs property.
|
void |
setKeywords(String value)
Sets the value of the keywords property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNsPrefix(String value)
Sets the value of the nsPrefix property.
|
void |
setNsUri(String value)
Sets the value of the nsUri property.
|
void |
setRetrievable(Boolean value)
Sets the value of the retrievable property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setSrid(String value)
Sets the value of the srid property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setWritable(Boolean value)
Sets the value of the writable property.
|
protected String name
protected String title
protected String nsPrefix
protected String nsUri
protected String table
protected String schema
protected String _abstract
protected String gmlNs
protected String keywords
protected String srid
protected String geobbox
protected Boolean retrievable
protected Boolean writable
public List<Object> 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
Object
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getNsPrefix()
Stringpublic void setNsPrefix(String value)
value - allowed object is
Stringpublic String getNsUri()
Stringpublic void setNsUri(String value)
value - allowed object is
Stringpublic String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
Stringpublic String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic String getGmlNs()
Stringpublic void setGmlNs(String value)
value - allowed object is
Stringpublic String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic String getSrid()
Stringpublic void setSrid(String value)
value - allowed object is
Stringpublic String getGeobbox()
Stringpublic void setGeobbox(String value)
value - allowed object is
Stringpublic Boolean isRetrievable()
Booleanpublic void setRetrievable(Boolean value)
value - allowed object is
Booleanpublic Boolean isWritable()
Boolean