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()
Object
public void setPg(Pg value)
value
- allowed object is
Object
public Metadata getMetadata()
Object
public void setMetadata(Metadata value)
value
- allowed object is
Object
public Contact getContact()
Object
public void setContact(Contact value)
value
- allowed object is
Object
public 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()
Object
public void setLimits(Limits value)
value
- allowed object is
Object
public java.lang.String getSchemaDir()
String
public void setSchemaDir(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOnlineResource()
String
public void setOnlineResource(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLog()
String
public void setLog(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getLogLevel()
BigInteger
public void setLogLevel(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getDegreePrecision()
BigInteger
public void setDegreePrecision(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMeterPrecision()
BigInteger
public void setMeterPrecision(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean isDisplayBbox()
Boolean
public void setDisplayBbox(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isEstimatedExtent()
Boolean
public void setEstimatedExtent(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCheckSchema()
Boolean
public void setCheckSchema(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCheckValidGeom()
Boolean
public void setCheckValidGeom(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isExposePk()
Boolean
public void setExposePk(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getEncoding()
String
public void setEncoding(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWfsDefaultVersion()
String
public void setWfsDefaultVersion(java.lang.String value)
value
- allowed object is
String