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.util.List<java.lang.Object> layer
protected java.lang.String name
protected java.lang.String title
protected java.lang.String nsPrefix
protected java.lang.String nsUri
protected java.lang.String table
protected java.lang.String schema
protected java.lang.String _abstract
protected java.lang.String gmlNs
protected java.lang.String keywords
protected java.lang.String srid
protected java.lang.String geobbox
protected java.lang.Boolean retrievable
protected java.lang.Boolean writable
public 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()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNsPrefix()
String
public void setNsPrefix(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNsUri()
String
public void setNsUri(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTable()
String
public void setTable(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSchema()
String
public void setSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAbstract()
String
public void setAbstract(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGmlNs()
String
public void setGmlNs(java.lang.String value)
value
- allowed object is
String
public java.lang.String getKeywords()
String
public void setKeywords(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSrid()
String
public void setSrid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGeobbox()
String
public void setGeobbox(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isRetrievable()
Boolean
public void setRetrievable(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isWritable()
Boolean
public void setWritable(java.lang.Boolean value)
value
- allowed object is
Boolean