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
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 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 String getSchemaDir()
String
public void setSchemaDir(String value)
value
- allowed object is
String
public String getOnlineResource()
String
public void setOnlineResource(String value)
value
- allowed object is
String
public void setLog(String value)
value
- allowed object is
String
public BigInteger getLogLevel()
BigInteger
public void setLogLevel(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getDegreePrecision()
BigInteger
public void setDegreePrecision(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMeterPrecision()
BigInteger
public void setMeterPrecision(BigInteger value)
value
- allowed object is
BigInteger
public Boolean isDisplayBbox()
Boolean
public void setDisplayBbox(Boolean value)
value
- allowed object is
Boolean
public Boolean isEstimatedExtent()
Boolean
public void setEstimatedExtent(Boolean value)
value
- allowed object is
Boolean
public Boolean isCheckSchema()
Boolean
public void setCheckSchema(Boolean value)
value
- allowed object is
Boolean
public Boolean isCheckValidGeom()
Boolean
public void setCheckValidGeom(Boolean value)
value
- allowed object is
Boolean
public Boolean isExposePk()
Boolean
public void setExposePk(Boolean value)
value
- allowed object is
Boolean
public String getEncoding()
String
public void setEncoding(String value)
value
- allowed object is
String
public String getWfsDefaultVersion()
String