public class Web
extends java.lang.Object
Java class for Web complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Web">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="browseFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="empty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="footer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="header" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="imagePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tempPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="imageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="legendFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="log" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxScaleDenom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="maxTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Metadata" type="{http://www.mapserver.org/mapserver}itemType" minOccurs="0"/>
<element name="minScaleDenom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="minTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="queryFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Validation" type="{http://www.mapserver.org/mapserver}itemType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
browseFormat |
protected java.lang.String |
empty |
protected java.lang.String |
error |
protected java.lang.String |
footer |
protected java.lang.String |
header |
protected java.lang.String |
imagePath |
protected java.lang.String |
imageUrl |
protected java.lang.String |
legendFormat |
protected java.lang.String |
log |
protected java.lang.Double |
maxScaleDenom |
protected java.lang.String |
maxTemplate |
protected ItemType |
metadata |
protected java.lang.Double |
minScaleDenom |
protected java.lang.String |
minTemplate |
protected java.lang.String |
queryFormat |
protected java.lang.String |
template |
protected java.lang.String |
tempPath |
protected ItemType |
validation |
| Constructor and Description |
|---|
Web() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBrowseFormat()
Gets the value of the browseFormat property.
|
java.lang.String |
getEmpty()
Gets the value of the empty property.
|
java.lang.String |
getError()
Gets the value of the error property.
|
java.lang.String |
getFooter()
Gets the value of the footer property.
|
java.lang.String |
getHeader()
Gets the value of the header property.
|
java.lang.String |
getImagePath()
Gets the value of the imagePath property.
|
java.lang.String |
getImageUrl()
Gets the value of the imageUrl property.
|
java.lang.String |
getLegendFormat()
Gets the value of the legendFormat property.
|
java.lang.String |
getLog()
Gets the value of the log property.
|
java.lang.Double |
getMaxScaleDenom()
Gets the value of the maxScaleDenom property.
|
java.lang.String |
getMaxTemplate()
Gets the value of the maxTemplate property.
|
ItemType |
getMetadata()
Gets the value of the metadata property.
|
java.lang.Double |
getMinScaleDenom()
Gets the value of the minScaleDenom property.
|
java.lang.String |
getMinTemplate()
Gets the value of the minTemplate property.
|
java.lang.String |
getQueryFormat()
Gets the value of the queryFormat property.
|
java.lang.String |
getTemplate()
Gets the value of the template property.
|
java.lang.String |
getTempPath()
Gets the value of the tempPath property.
|
ItemType |
getValidation()
Gets the value of the validation property.
|
void |
setBrowseFormat(java.lang.String value)
Sets the value of the browseFormat property.
|
void |
setEmpty(java.lang.String value)
Sets the value of the empty property.
|
void |
setError(java.lang.String value)
Sets the value of the error property.
|
void |
setFooter(java.lang.String value)
Sets the value of the footer property.
|
void |
setHeader(java.lang.String value)
Sets the value of the header property.
|
void |
setImagePath(java.lang.String value)
Sets the value of the imagePath property.
|
void |
setImageUrl(java.lang.String value)
Sets the value of the imageUrl property.
|
void |
setLegendFormat(java.lang.String value)
Sets the value of the legendFormat property.
|
void |
setLog(java.lang.String value)
Sets the value of the log property.
|
void |
setMaxScaleDenom(java.lang.Double value)
Sets the value of the maxScaleDenom property.
|
void |
setMaxTemplate(java.lang.String value)
Sets the value of the maxTemplate property.
|
void |
setMetadata(ItemType value)
Sets the value of the metadata property.
|
void |
setMinScaleDenom(java.lang.Double value)
Sets the value of the minScaleDenom property.
|
void |
setMinTemplate(java.lang.String value)
Sets the value of the minTemplate property.
|
void |
setQueryFormat(java.lang.String value)
Sets the value of the queryFormat property.
|
void |
setTemplate(java.lang.String value)
Sets the value of the template property.
|
void |
setTempPath(java.lang.String value)
Sets the value of the tempPath property.
|
void |
setValidation(ItemType value)
Sets the value of the validation property.
|
protected java.lang.String browseFormat
protected java.lang.String empty
protected java.lang.String error
protected java.lang.String footer
protected java.lang.String header
protected java.lang.String imagePath
protected java.lang.String tempPath
protected java.lang.String imageUrl
protected java.lang.String legendFormat
protected java.lang.String log
protected java.lang.Double maxScaleDenom
protected java.lang.String maxTemplate
protected ItemType metadata
protected java.lang.Double minScaleDenom
protected java.lang.String minTemplate
protected java.lang.String queryFormat
protected java.lang.String template
protected ItemType validation
public java.lang.String getBrowseFormat()
Stringpublic void setBrowseFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmpty()
Stringpublic void setEmpty(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getError()
Stringpublic void setError(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFooter()
Stringpublic void setFooter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHeader()
Stringpublic void setHeader(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImagePath()
Stringpublic void setImagePath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTempPath()
Stringpublic void setTempPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImageUrl()
Stringpublic void setImageUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLegendFormat()
Stringpublic void setLegendFormat(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.lang.Double getMaxScaleDenom()
Doublepublic void setMaxScaleDenom(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMaxTemplate()
Stringpublic void setMaxTemplate(java.lang.String value)
value - allowed object is
Stringpublic ItemType getMetadata()
ItemTypepublic void setMetadata(ItemType value)
value - allowed object is
ItemTypepublic java.lang.Double getMinScaleDenom()
Doublepublic void setMinScaleDenom(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMinTemplate()
Stringpublic void setMinTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueryFormat()
Stringpublic void setQueryFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTemplate()
Stringpublic void setTemplate(java.lang.String value)
value - allowed object is
Stringpublic ItemType getValidation()
ItemType