public class Tinyows
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>
<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 java.lang.Boolean |
checkSchema |
protected java.lang.Boolean |
checkValidGeom |
protected Contact |
contact |
protected java.math.BigInteger |
degreePrecision |
protected java.lang.Boolean |
displayBbox |
protected java.lang.String |
encoding |
protected java.lang.Boolean |
estimatedExtent |
protected java.lang.Boolean |
exposePk |
protected java.util.List<Layer> |
layer |
protected Limits |
limits |
protected java.lang.String |
log |
protected java.math.BigInteger |
logLevel |
protected Metadata |
metadata |
protected java.math.BigInteger |
meterPrecision |
protected java.lang.String |
onlineResource |
protected Pg |
pg |
protected java.lang.String |
schemaDir |
protected java.lang.String |
wfsDefaultVersion |
| Constructor and Description |
|---|
Tinyows() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
getContact()
Gets the value of the contact property.
|
java.math.BigInteger |
getDegreePrecision()
Gets the value of the degreePrecision property.
|
java.lang.String |
getEncoding()
Gets the value of the encoding property.
|
java.util.List<Layer> |
getLayer()
Gets the value of the layer property.
|
Limits |
getLimits()
Gets the value of the limits property.
|
java.lang.String |
getLog()
Gets the value of the log property.
|
java.math.BigInteger |
getLogLevel()
Gets the value of the logLevel property.
|
Metadata |
getMetadata()
Gets the value of the metadata property.
|
java.math.BigInteger |
getMeterPrecision()
Gets the value of the meterPrecision property.
|
java.lang.String |
getOnlineResource()
Gets the value of the onlineResource property.
|
Pg |
getPg()
Gets the value of the pg property.
|
java.lang.String |
getSchemaDir()
Gets the value of the schemaDir property.
|
java.lang.String |
getWfsDefaultVersion()
Gets the value of the wfsDefaultVersion property.
|
java.lang.Boolean |
isCheckSchema()
Gets the value of the checkSchema property.
|
java.lang.Boolean |
isCheckValidGeom()
Gets the value of the checkValidGeom property.
|
java.lang.Boolean |
isDisplayBbox()
Gets the value of the displayBbox property.
|
java.lang.Boolean |
isEstimatedExtent()
Gets the value of the estimatedExtent property.
|
java.lang.Boolean |
isExposePk()
Gets the value of the exposePk property.
|
void |
setCheckSchema(java.lang.Boolean value)
Sets the value of the checkSchema property.
|
void |
setCheckValidGeom(java.lang.Boolean value)
Sets the value of the checkValidGeom property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setDegreePrecision(java.math.BigInteger value)
Sets the value of the degreePrecision property.
|
void |
setDisplayBbox(java.lang.Boolean value)
Sets the value of the displayBbox property.
|
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property.
|
void |
setEstimatedExtent(java.lang.Boolean value)
Sets the value of the estimatedExtent property.
|
void |
setExposePk(java.lang.Boolean value)
Sets the value of the exposePk property.
|
void |
setLimits(Limits value)
Sets the value of the limits property.
|
void |
setLog(java.lang.String value)
Sets the value of the log property.
|
void |
setLogLevel(java.math.BigInteger value)
Sets the value of the logLevel property.
|
void |
setMetadata(Metadata value)
Sets the value of the metadata property.
|
void |
setMeterPrecision(java.math.BigInteger value)
Sets the value of the meterPrecision property.
|
void |
setOnlineResource(java.lang.String value)
Sets the value of the onlineResource property.
|
void |
setPg(Pg value)
Sets the value of the pg property.
|
void |
setSchemaDir(java.lang.String value)
Sets the value of the schemaDir property.
|
void |
setWfsDefaultVersion(java.lang.String value)
Sets the value of the wfsDefaultVersion property.
|
protected Pg pg
protected Metadata metadata
protected Contact contact
protected java.util.List<Layer> layer
protected Limits limits
protected java.lang.String schemaDir
protected java.lang.String onlineResource
protected java.lang.String log
protected java.math.BigInteger logLevel
protected java.math.BigInteger degreePrecision
protected java.math.BigInteger meterPrecision
protected java.lang.Boolean displayBbox
protected java.lang.Boolean estimatedExtent
protected java.lang.Boolean checkSchema
protected java.lang.Boolean checkValidGeom
protected java.lang.Boolean exposePk
protected java.lang.String encoding
protected java.lang.String wfsDefaultVersion
public Pg getPg()
Objectpublic 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 java.util.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 java.lang.String getSchemaDir()
Stringpublic void setSchemaDir(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOnlineResource()
Stringpublic void setOnlineResource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLog()
Stringpublic void setLog(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getLogLevel()
BigIntegerpublic void setLogLevel(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDegreePrecision()
BigIntegerpublic void setDegreePrecision(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMeterPrecision()
BigIntegerpublic void setMeterPrecision(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isDisplayBbox()
Booleanpublic void setDisplayBbox(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isEstimatedExtent()
Booleanpublic void setEstimatedExtent(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCheckSchema()
Booleanpublic void setCheckSchema(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCheckValidGeom()
Booleanpublic void setCheckValidGeom(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isExposePk()
Booleanpublic void setExposePk(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWfsDefaultVersion()
Stringpublic void setWfsDefaultVersion(java.lang.String value)
value - allowed object is
String