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