public class Class
extends java.lang.Object
Java class for Class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Class">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="backgroundColor" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="color" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/>
<element name="debug" type="{http://www.mapserver.org/mapserver}stateEnum" minOccurs="0"/>
<element name="expression" type="{http://www.mapserver.org/mapserver}expressionType" minOccurs="0"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="keyImage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Label" type="{http://www.mapserver.org/mapserver}Label" minOccurs="0"/>
<element name="LabelLeader" type="{http://www.mapserver.org/mapserver}LabelLeader" minOccurs="0"/>
<element name="maxScaleDenom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="minScaleDenom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="minSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<choice minOccurs="0">
<element name="outlineColor" type="{http://www.mapserver.org/mapserver}rgbColorType"/>
<element name="outlineColorAttribute" type="{http://www.mapserver.org/mapserver}attributeType"/>
</choice>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="Style" type="{http://www.mapserver.org/mapserver}Style" maxOccurs="unbounded" minOccurs="0"/>
<element name="symbol" type="{http://www.mapserver.org/mapserver}symbolType" minOccurs="0"/>
<element name="template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://www.mapserver.org/mapserver}stateEnum" default="ON" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RgbColorType |
backgroundColor |
protected RgbColorType |
color |
protected StateEnum |
debug |
protected ExpressionType |
expression |
protected java.lang.String |
group |
protected java.lang.String |
keyImage |
protected java.util.List<Label> |
label |
protected LabelLeader |
labelLeader |
protected java.lang.Double |
maxScaleDenom |
protected java.math.BigInteger |
maxSize |
protected java.lang.Double |
minScaleDenom |
protected java.math.BigInteger |
minSize |
protected java.lang.String |
name |
protected RgbColorType |
outlineColor |
protected java.lang.String |
outlineColorAttribute |
protected java.math.BigInteger |
size |
protected StateEnum |
status |
protected java.util.List<Style> |
style |
protected SymbolType |
symbol |
protected java.lang.String |
template |
protected java.lang.String |
text |
| Constructor and Description |
|---|
Class() |
| Modifier and Type | Method and Description |
|---|---|
RgbColorType |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
RgbColorType |
getColor()
Gets the value of the color property.
|
StateEnum |
getDebug()
Gets the value of the debug property.
|
ExpressionType |
getExpression()
Gets the value of the expression property.
|
java.lang.String |
getGroup()
Gets the value of the group property.
|
java.lang.String |
getKeyImage()
Gets the value of the keyImage property.
|
java.util.List<Label> |
getLabel()
Gets the value of the label property.
|
LabelLeader |
getLabelLeader()
Gets the value of the labelLeader property.
|
java.lang.Double |
getMaxScaleDenom()
Gets the value of the maxScaleDenom property.
|
java.math.BigInteger |
getMaxSize()
Gets the value of the maxSize property.
|
java.lang.Double |
getMinScaleDenom()
Gets the value of the minScaleDenom property.
|
java.math.BigInteger |
getMinSize()
Gets the value of the minSize property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
RgbColorType |
getOutlineColor()
Gets the value of the outlineColor property.
|
java.lang.String |
getOutlineColorAttribute()
Gets the value of the outlineColorAttribute property.
|
java.math.BigInteger |
getSize()
Gets the value of the size property.
|
StateEnum |
getStatus()
Gets the value of the status property.
|
java.util.List<Style> |
getStyle()
Gets the value of the style property.
|
SymbolType |
getSymbol()
Gets the value of the symbol property.
|
java.lang.String |
getTemplate()
Gets the value of the template property.
|
java.lang.String |
getText()
Gets the value of the text property.
|
void |
setBackgroundColor(RgbColorType value)
Sets the value of the backgroundColor property.
|
void |
setColor(RgbColorType value)
Sets the value of the color property.
|
void |
setDebug(StateEnum value)
Sets the value of the debug property.
|
void |
setExpression(ExpressionType value)
Sets the value of the expression property.
|
void |
setGroup(java.lang.String value)
Sets the value of the group property.
|
void |
setKeyImage(java.lang.String value)
Sets the value of the keyImage property.
|
void |
setLabelLeader(LabelLeader value)
Sets the value of the labelLeader property.
|
void |
setMaxScaleDenom(java.lang.Double value)
Sets the value of the maxScaleDenom property.
|
void |
setMaxSize(java.math.BigInteger value)
Sets the value of the maxSize property.
|
void |
setMinScaleDenom(java.lang.Double value)
Sets the value of the minScaleDenom property.
|
void |
setMinSize(java.math.BigInteger value)
Sets the value of the minSize property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOutlineColor(RgbColorType value)
Sets the value of the outlineColor property.
|
void |
setOutlineColorAttribute(java.lang.String value)
Sets the value of the outlineColorAttribute property.
|
void |
setSize(java.math.BigInteger value)
Sets the value of the size property.
|
void |
setStatus(StateEnum value)
Sets the value of the status property.
|
void |
setSymbol(SymbolType value)
Sets the value of the symbol property.
|
void |
setTemplate(java.lang.String value)
Sets the value of the template property.
|
void |
setText(java.lang.String value)
Sets the value of the text property.
|
protected RgbColorType backgroundColor
protected RgbColorType color
protected StateEnum debug
protected ExpressionType expression
protected java.lang.String group
protected java.lang.String keyImage
protected java.util.List<Label> label
protected LabelLeader labelLeader
protected java.lang.Double maxScaleDenom
protected java.math.BigInteger maxSize
protected java.lang.Double minScaleDenom
protected java.math.BigInteger minSize
protected RgbColorType outlineColor
protected java.lang.String outlineColorAttribute
protected java.math.BigInteger size
protected java.util.List<Style> style
protected SymbolType symbol
protected java.lang.String template
protected java.lang.String text
protected java.lang.String name
protected StateEnum status
public RgbColorType getBackgroundColor()
RgbColorTypepublic void setBackgroundColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic RgbColorType getColor()
RgbColorTypepublic void setColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic StateEnum getDebug()
StateEnumpublic void setDebug(StateEnum value)
value - allowed object is
StateEnumpublic ExpressionType getExpression()
ExpressionTypepublic void setExpression(ExpressionType value)
value - allowed object is
ExpressionTypepublic java.lang.String getGroup()
Stringpublic void setGroup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyImage()
Stringpublic void setKeyImage(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Label> getLabel()
Labelpublic LabelLeader getLabelLeader()
LabelLeaderpublic void setLabelLeader(LabelLeader value)
value - allowed object is
LabelLeaderpublic java.lang.Double getMaxScaleDenom()
Doublepublic void setMaxScaleDenom(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getMaxSize()
BigIntegerpublic void setMaxSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Double getMinScaleDenom()
Doublepublic void setMinScaleDenom(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getMinSize()
BigIntegerpublic void setMinSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic RgbColorType getOutlineColor()
RgbColorTypepublic void setOutlineColor(RgbColorType value)
value - allowed object is
RgbColorTypepublic java.lang.String getOutlineColorAttribute()
Stringpublic void setOutlineColorAttribute(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getSize()
BigIntegerpublic void setSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.util.List<Style> getStyle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the style property.
For example, to add a new item, do as follows:
getStyle().add(newItem);
Objects of the following type(s) are allowed in the list
Style
public SymbolType getSymbol()
SymbolTypepublic void setSymbol(SymbolType value)
value - allowed object is
SymbolTypepublic java.lang.String getTemplate()
Stringpublic void setTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic StateEnum getStatus()
StateEnum