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()
String
public void setBrowseFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEmpty()
String
public void setEmpty(java.lang.String value)
value
- allowed object is
String
public java.lang.String getError()
String
public void setError(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFooter()
String
public void setFooter(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHeader()
String
public void setHeader(java.lang.String value)
value
- allowed object is
String
public java.lang.String getImagePath()
String
public void setImagePath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTempPath()
String
public void setTempPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getImageUrl()
String
public void setImageUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLegendFormat()
String
public void setLegendFormat(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.lang.Double getMaxScaleDenom()
Double
public void setMaxScaleDenom(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getMaxTemplate()
String
public void setMaxTemplate(java.lang.String value)
value
- allowed object is
String
public ItemType getMetadata()
ItemType
public void setMetadata(ItemType value)
value
- allowed object is
ItemType
public java.lang.Double getMinScaleDenom()
Double
public void setMinScaleDenom(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getMinTemplate()
String
public void setMinTemplate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getQueryFormat()
String
public void setQueryFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTemplate()
String
public void setTemplate(java.lang.String value)
value
- allowed object is
String
public ItemType getValidation()
ItemType