public class QueryMap extends Object
Java class for QueryMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryMap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="color" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="size" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/>
<element name="style" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NORMAL"/>
<enumeration value="HILITE"/>
<enumeration value="SELECTED"/>
</restriction>
</simpleType>
</element>
</all>
<attribute name="status" type="{http://www.mapserver.org/mapserver}stateEnum" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RgbColorType |
color |
protected SizeType |
size |
protected StateEnum |
status |
protected String |
style |
| Constructor and Description |
|---|
QueryMap() |
| Modifier and Type | Method and Description |
|---|---|
RgbColorType |
getColor()
Gets the value of the color property.
|
SizeType |
getSize()
Gets the value of the size property.
|
StateEnum |
getStatus()
Gets the value of the status property.
|
String |
getStyle()
Gets the value of the style property.
|
void |
setColor(RgbColorType value)
Sets the value of the color property.
|
void |
setSize(SizeType value)
Sets the value of the size property.
|
void |
setStatus(StateEnum value)
Sets the value of the status property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
protected RgbColorType color
protected SizeType size
protected String style
protected StateEnum status
public RgbColorType getColor()
RgbColorTypepublic void setColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic SizeType getSize()
SizeTypepublic void setSize(SizeType value)
value - allowed object is
SizeTypepublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic StateEnum getStatus()
StateEnum