public class Tinyows 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>
<element name="pg" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="metadata" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="contact" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="layer" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="limits" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="schema_dir" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="online_resource" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="log" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="log_level" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="degree_precision" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="meter_precision" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="display_bbox" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="estimated_extent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="check_schema" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="check_valid_geom" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="expose_pk" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="wfs_default_version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
checkSchema |
protected Boolean |
checkValidGeom |
protected Contact |
contact |
protected BigInteger |
degreePrecision |
protected Boolean |
displayBbox |
protected String |
encoding |
protected Boolean |
estimatedExtent |
protected Boolean |
exposePk |
protected List<Layer> |
layer |
protected Limits |
limits |
protected String |
log |
protected BigInteger |
logLevel |
protected Metadata |
metadata |
protected BigInteger |
meterPrecision |
protected String |
onlineResource |
protected Pg |
pg |
protected String |
schemaDir |
protected String |
wfsDefaultVersion |
| Constructor and Description |
|---|
Tinyows() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
getContact()
Gets the value of the contact property.
|
BigInteger |
getDegreePrecision()
Gets the value of the degreePrecision property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
List<Layer> |
getLayer()
Gets the value of the layer property.
|
Limits |
getLimits()
Gets the value of the limits property.
|
String |
getLog()
Gets the value of the log property.
|
BigInteger |
getLogLevel()
Gets the value of the logLevel property.
|
Metadata |
getMetadata()
Gets the value of the metadata property.
|
BigInteger |
getMeterPrecision()
Gets the value of the meterPrecision property.
|
String |
getOnlineResource()
Gets the value of the onlineResource property.
|
Pg |
getPg()
Gets the value of the pg property.
|
String |
getSchemaDir()
Gets the value of the schemaDir property.
|
String |
getWfsDefaultVersion()
Gets the value of the wfsDefaultVersion property.
|
Boolean |
isCheckSchema()
Gets the value of the checkSchema property.
|
Boolean |
isCheckValidGeom()
Gets the value of the checkValidGeom property.
|
Boolean |
isDisplayBbox()
Gets the value of the displayBbox property.
|
Boolean |
isEstimatedExtent()
Gets the value of the estimatedExtent property.
|
Boolean |
isExposePk()
Gets the value of the exposePk property.
|
void |
setCheckSchema(Boolean value)
Sets the value of the checkSchema property.
|
void |
setCheckValidGeom(Boolean value)
Sets the value of the checkValidGeom property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setDegreePrecision(BigInteger value)
Sets the value of the degreePrecision property.
|
void |
setDisplayBbox(Boolean value)
Sets the value of the displayBbox property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setEstimatedExtent(Boolean value)
Sets the value of the estimatedExtent property.
|
void |
setExposePk(Boolean value)
Sets the value of the exposePk property.
|
void |
setLimits(Limits value)
Sets the value of the limits property.
|
void |
setLog(String value)
Sets the value of the log property.
|
void |
setLogLevel(BigInteger value)
Sets the value of the logLevel property.
|
void |
setMetadata(Metadata value)
Sets the value of the metadata property.
|
void |
setMeterPrecision(BigInteger value)
Sets the value of the meterPrecision property.
|
void |
setOnlineResource(String value)
Sets the value of the onlineResource property.
|
void |
setPg(Pg value)
Sets the value of the pg property.
|
void |
setSchemaDir(String value)
Sets the value of the schemaDir property.
|
void |
setWfsDefaultVersion(String value)
Sets the value of the wfsDefaultVersion property.
|
protected Pg pg
protected Metadata metadata
protected Contact contact
protected Limits limits
protected String schemaDir
protected String onlineResource
protected String log
protected BigInteger logLevel
protected BigInteger degreePrecision
protected BigInteger meterPrecision
protected Boolean displayBbox
protected Boolean estimatedExtent
protected Boolean checkSchema
protected Boolean checkValidGeom
protected Boolean exposePk
protected String encoding
protected String wfsDefaultVersion
public void setPg(Pg value)
value - allowed object is
Objectpublic Metadata getMetadata()
Objectpublic void setMetadata(Metadata value)
value - allowed object is
Objectpublic Contact getContact()
Objectpublic void setContact(Contact value)
value - allowed object is
Objectpublic 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
Object
public Limits getLimits()
Objectpublic void setLimits(Limits value)
value - allowed object is
Objectpublic String getSchemaDir()
Stringpublic void setSchemaDir(String value)
value - allowed object is
Stringpublic String getOnlineResource()
Stringpublic void setOnlineResource(String value)
value - allowed object is
Stringpublic void setLog(String value)
value - allowed object is
Stringpublic BigInteger getLogLevel()
BigIntegerpublic void setLogLevel(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDegreePrecision()
BigIntegerpublic void setDegreePrecision(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMeterPrecision()
BigIntegerpublic void setMeterPrecision(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isDisplayBbox()
Booleanpublic void setDisplayBbox(Boolean value)
value - allowed object is
Booleanpublic Boolean isEstimatedExtent()
Booleanpublic void setEstimatedExtent(Boolean value)
value - allowed object is
Booleanpublic Boolean isCheckSchema()
Booleanpublic void setCheckSchema(Boolean value)
value - allowed object is
Booleanpublic Boolean isCheckValidGeom()
Booleanpublic void setCheckValidGeom(Boolean value)
value - allowed object is
Booleanpublic Boolean isExposePk()
Booleanpublic void setExposePk(Boolean value)
value - allowed object is
Booleanpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getWfsDefaultVersion()
String