public class Layer
extends java.lang.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 java.lang.String |
_abstract |
protected java.lang.String |
geobbox |
protected java.lang.String |
gmlNs |
protected java.lang.String |
keywords |
protected java.util.List<java.lang.Object> |
layer |
protected java.lang.String |
name |
protected java.lang.String |
nsPrefix |
protected java.lang.String |
nsUri |
protected java.lang.Boolean |
retrievable |
protected java.lang.String |
schema |
protected java.lang.String |
srid |
protected java.lang.String |
table |
protected java.lang.String |
title |
protected java.lang.Boolean |
writable |
| Constructor and Description |
|---|
Layer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property.
|
java.lang.String |
getGeobbox()
Gets the value of the geobbox property.
|
java.lang.String |
getGmlNs()
Gets the value of the gmlNs property.
|
java.lang.String |
getKeywords()
Gets the value of the keywords property.
|
java.util.List<java.lang.Object> |
getLayer()
Gets the value of the layer property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNsPrefix()
Gets the value of the nsPrefix property.
|
java.lang.String |
getNsUri()
Gets the value of the nsUri property.
|
java.lang.String |
getSchema()
Gets the value of the schema property.
|
java.lang.String |
getSrid()
Gets the value of the srid property.
|
java.lang.String |
getTable()
Gets the value of the table property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
java.lang.Boolean |
isRetrievable()
Gets the value of the retrievable property.
|
java.lang.Boolean |
isWritable()
Gets the value of the writable property.
|
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property.
|
void |
setGeobbox(java.lang.String value)
Sets the value of the geobbox property.
|
void |
setGmlNs(java.lang.String value)
Sets the value of the gmlNs property.
|
void |
setKeywords(java.lang.String value)
Sets the value of the keywords property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNsPrefix(java.lang.String value)
Sets the value of the nsPrefix property.
|
void |
setNsUri(java.lang.String value)
Sets the value of the nsUri property.
|
void |
setRetrievable(java.lang.Boolean value)
Sets the value of the retrievable property.
|
void |
setSchema(java.lang.String value)
Sets the value of the schema property.
|
void |
setSrid(java.lang.String value)
Sets the value of the srid property.
|
void |
setTable(java.lang.String value)
Sets the value of the table property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
void |
setWritable(java.lang.Boolean value)
Sets the value of the writable property.
|
protected java.lang.String _abstract
protected java.lang.String geobbox
protected java.lang.String gmlNs
protected java.lang.String keywords
protected java.util.List<java.lang.Object> layer
protected java.lang.String name
protected java.lang.String nsPrefix
protected java.lang.String nsUri
protected java.lang.Boolean retrievable
protected java.lang.String schema
protected java.lang.String srid
protected java.lang.String table
protected java.lang.String title
protected java.lang.Boolean writable
public java.lang.String getAbstract()
Stringpublic java.lang.String getGeobbox()
Stringpublic java.lang.String getGmlNs()
Stringpublic java.lang.String getKeywords()
Stringpublic java.util.List<java.lang.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 java.lang.String getName()
Stringpublic java.lang.String getNsPrefix()
Stringpublic java.lang.String getNsUri()
Stringpublic java.lang.String getSchema()
Stringpublic java.lang.String getSrid()
Stringpublic java.lang.String getTable()
Stringpublic java.lang.String getTitle()
Stringpublic java.lang.Boolean isRetrievable()
Booleanpublic java.lang.Boolean isWritable()
Booleanpublic void setAbstract(java.lang.String value)
value - allowed object is
Stringpublic void setGeobbox(java.lang.String value)
value - allowed object is
Stringpublic void setGmlNs(java.lang.String value)
value - allowed object is
Stringpublic void setKeywords(java.lang.String value)
value - allowed object is
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic void setNsPrefix(java.lang.String value)
value - allowed object is
Stringpublic void setNsUri(java.lang.String value)
value - allowed object is
Stringpublic void setRetrievable(java.lang.Boolean value)
value - allowed object is
Booleanpublic void setSchema(java.lang.String value)
value - allowed object is
Stringpublic void setSrid(java.lang.String value)
value - allowed object is
Stringpublic void setTable(java.lang.String value)
value - allowed object is
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic void setWritable(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2015 gvSIG Association. All Rights Reserved.