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()
RgbColorType
public void setBackgroundColor(RgbColorType value)
value
- allowed object is
RgbColorType
public RgbColorType getColor()
RgbColorType
public void setColor(RgbColorType value)
value
- allowed object is
RgbColorType
public StateEnum getDebug()
StateEnum
public void setDebug(StateEnum value)
value
- allowed object is
StateEnum
public ExpressionType getExpression()
ExpressionType
public void setExpression(ExpressionType value)
value
- allowed object is
ExpressionType
public java.lang.String getGroup()
String
public void setGroup(java.lang.String value)
value
- allowed object is
String
public java.lang.String getKeyImage()
String
public void setKeyImage(java.lang.String value)
value
- allowed object is
String
public java.util.List<Label> getLabel()
Label
public LabelLeader getLabelLeader()
LabelLeader
public void setLabelLeader(LabelLeader value)
value
- allowed object is
LabelLeader
public java.lang.Double getMaxScaleDenom()
Double
public void setMaxScaleDenom(java.lang.Double value)
value
- allowed object is
Double
public java.math.BigInteger getMaxSize()
BigInteger
public void setMaxSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Double getMinScaleDenom()
Double
public void setMinScaleDenom(java.lang.Double value)
value
- allowed object is
Double
public java.math.BigInteger getMinSize()
BigInteger
public void setMinSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public RgbColorType getOutlineColor()
RgbColorType
public void setOutlineColor(RgbColorType value)
value
- allowed object is
RgbColorType
public java.lang.String getOutlineColorAttribute()
String
public void setOutlineColorAttribute(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getSize()
BigInteger
public void setSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public 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()
SymbolType
public void setSymbol(SymbolType value)
value
- allowed object is
SymbolType
public java.lang.String getTemplate()
String
public void setTemplate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public StateEnum getStatus()
StateEnum