public class Web extends 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 String |
browseFormat |
protected String |
empty |
protected String |
error |
protected String |
footer |
protected String |
header |
protected String |
imagePath |
protected String |
imageUrl |
protected String |
legendFormat |
protected String |
log |
protected Double |
maxScaleDenom |
protected String |
maxTemplate |
protected ItemType |
metadata |
protected Double |
minScaleDenom |
protected String |
minTemplate |
protected String |
queryFormat |
protected String |
template |
protected String |
tempPath |
protected ItemType |
validation |
| Constructor and Description |
|---|
Web() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowseFormat()
Gets the value of the browseFormat property.
|
String |
getEmpty()
Gets the value of the empty property.
|
String |
getError()
Gets the value of the error property.
|
String |
getFooter()
Gets the value of the footer property.
|
String |
getHeader()
Gets the value of the header property.
|
String |
getImagePath()
Gets the value of the imagePath property.
|
String |
getImageUrl()
Gets the value of the imageUrl property.
|
String |
getLegendFormat()
Gets the value of the legendFormat property.
|
String |
getLog()
Gets the value of the log property.
|
Double |
getMaxScaleDenom()
Gets the value of the maxScaleDenom property.
|
String |
getMaxTemplate()
Gets the value of the maxTemplate property.
|
ItemType |
getMetadata()
Gets the value of the metadata property.
|
Double |
getMinScaleDenom()
Gets the value of the minScaleDenom property.
|
String |
getMinTemplate()
Gets the value of the minTemplate property.
|
String |
getQueryFormat()
Gets the value of the queryFormat property.
|
String |
getTemplate()
Gets the value of the template property.
|
String |
getTempPath()
Gets the value of the tempPath property.
|
ItemType |
getValidation()
Gets the value of the validation property.
|
void |
setBrowseFormat(String value)
Sets the value of the browseFormat property.
|
void |
setEmpty(String value)
Sets the value of the empty property.
|
void |
setError(String value)
Sets the value of the error property.
|
void |
setFooter(String value)
Sets the value of the footer property.
|
void |
setHeader(String value)
Sets the value of the header property.
|
void |
setImagePath(String value)
Sets the value of the imagePath property.
|
void |
setImageUrl(String value)
Sets the value of the imageUrl property.
|
void |
setLegendFormat(String value)
Sets the value of the legendFormat property.
|
void |
setLog(String value)
Sets the value of the log property.
|
void |
setMaxScaleDenom(Double value)
Sets the value of the maxScaleDenom property.
|
void |
setMaxTemplate(String value)
Sets the value of the maxTemplate property.
|
void |
setMetadata(ItemType value)
Sets the value of the metadata property.
|
void |
setMinScaleDenom(Double value)
Sets the value of the minScaleDenom property.
|
void |
setMinTemplate(String value)
Sets the value of the minTemplate property.
|
void |
setQueryFormat(String value)
Sets the value of the queryFormat property.
|
void |
setTemplate(String value)
Sets the value of the template property.
|
void |
setTempPath(String value)
Sets the value of the tempPath property.
|
void |
setValidation(ItemType value)
Sets the value of the validation property.
|
protected String browseFormat
protected String empty
protected String error
protected String footer
protected String header
protected String imagePath
protected String tempPath
protected String imageUrl
protected String legendFormat
protected String log
protected Double maxScaleDenom
protected String maxTemplate
protected ItemType metadata
protected Double minScaleDenom
protected String minTemplate
protected String queryFormat
protected String template
protected ItemType validation
public String getBrowseFormat()
Stringpublic void setBrowseFormat(String value)
value - allowed object is
Stringpublic String getEmpty()
Stringpublic void setEmpty(String value)
value - allowed object is
Stringpublic String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic String getFooter()
Stringpublic void setFooter(String value)
value - allowed object is
Stringpublic String getHeader()
Stringpublic void setHeader(String value)
value - allowed object is
Stringpublic String getImagePath()
Stringpublic void setImagePath(String value)
value - allowed object is
Stringpublic String getTempPath()
Stringpublic void setTempPath(String value)
value - allowed object is
Stringpublic String getImageUrl()
Stringpublic void setImageUrl(String value)
value - allowed object is
Stringpublic String getLegendFormat()
Stringpublic void setLegendFormat(String value)
value - allowed object is
Stringpublic void setLog(String value)
value - allowed object is
Stringpublic Double getMaxScaleDenom()
Doublepublic void setMaxScaleDenom(Double value)
value - allowed object is
Doublepublic String getMaxTemplate()
Stringpublic void setMaxTemplate(String value)
value - allowed object is
Stringpublic ItemType getMetadata()
ItemTypepublic void setMetadata(ItemType value)
value - allowed object is
ItemTypepublic Double getMinScaleDenom()
Doublepublic void setMinScaleDenom(Double value)
value - allowed object is
Doublepublic String getMinTemplate()
Stringpublic void setMinTemplate(String value)
value - allowed object is
Stringpublic String getQueryFormat()
Stringpublic void setQueryFormat(String value)
value - allowed object is
Stringpublic String getTemplate()
Stringpublic void setTemplate(String value)
value - allowed object is
Stringpublic ItemType getValidation()
ItemType