public class Class extends 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 String |
group |
protected String |
keyImage |
protected List<Label> |
label |
protected LabelLeader |
labelLeader |
protected Double |
maxScaleDenom |
protected BigInteger |
maxSize |
protected Double |
minScaleDenom |
protected BigInteger |
minSize |
protected String |
name |
protected RgbColorType |
outlineColor |
protected String |
outlineColorAttribute |
protected BigInteger |
size |
protected StateEnum |
status |
protected List<Style> |
style |
protected SymbolType |
symbol |
protected String |
template |
protected 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.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getKeyImage()
Gets the value of the keyImage property.
|
List<Label> |
getLabel()
Gets the value of the label property.
|
LabelLeader |
getLabelLeader()
Gets the value of the labelLeader property.
|
Double |
getMaxScaleDenom()
Gets the value of the maxScaleDenom property.
|
BigInteger |
getMaxSize()
Gets the value of the maxSize property.
|
Double |
getMinScaleDenom()
Gets the value of the minScaleDenom property.
|
BigInteger |
getMinSize()
Gets the value of the minSize property.
|
String |
getName()
Gets the value of the name property.
|
RgbColorType |
getOutlineColor()
Gets the value of the outlineColor property.
|
String |
getOutlineColorAttribute()
Gets the value of the outlineColorAttribute property.
|
BigInteger |
getSize()
Gets the value of the size property.
|
StateEnum |
getStatus()
Gets the value of the status property.
|
List<Style> |
getStyle()
Gets the value of the style property.
|
SymbolType |
getSymbol()
Gets the value of the symbol property.
|
String |
getTemplate()
Gets the value of the template property.
|
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(String value)
Sets the value of the group property.
|
void |
setKeyImage(String value)
Sets the value of the keyImage property.
|
void |
setLabelLeader(LabelLeader value)
Sets the value of the labelLeader property.
|
void |
setMaxScaleDenom(Double value)
Sets the value of the maxScaleDenom property.
|
void |
setMaxSize(BigInteger value)
Sets the value of the maxSize property.
|
void |
setMinScaleDenom(Double value)
Sets the value of the minScaleDenom property.
|
void |
setMinSize(BigInteger value)
Sets the value of the minSize property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOutlineColor(RgbColorType value)
Sets the value of the outlineColor property.
|
void |
setOutlineColorAttribute(String value)
Sets the value of the outlineColorAttribute property.
|
void |
setSize(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(String value)
Sets the value of the template property.
|
void |
setText(String value)
Sets the value of the text property.
|
protected RgbColorType backgroundColor
protected RgbColorType color
protected StateEnum debug
protected ExpressionType expression
protected String group
protected String keyImage
protected LabelLeader labelLeader
protected Double maxScaleDenom
protected BigInteger maxSize
protected Double minScaleDenom
protected BigInteger minSize
protected RgbColorType outlineColor
protected String outlineColorAttribute
protected BigInteger size
protected SymbolType symbol
protected String template
protected String text
protected 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 String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public String getKeyImage()
String
public void setKeyImage(String value)
value
- allowed object is
String
public List<Label> getLabel()
Label
public LabelLeader getLabelLeader()
LabelLeader
public void setLabelLeader(LabelLeader value)
value
- allowed object is
LabelLeader
public Double getMaxScaleDenom()
Double
public void setMaxScaleDenom(Double value)
value
- allowed object is
Double
public BigInteger getMaxSize()
BigInteger
public void setMaxSize(BigInteger value)
value
- allowed object is
BigInteger
public Double getMinScaleDenom()
Double
public void setMinScaleDenom(Double value)
value
- allowed object is
Double
public BigInteger getMinSize()
BigInteger
public void setMinSize(BigInteger value)
value
- allowed object is
BigInteger
public RgbColorType getOutlineColor()
RgbColorType
public void setOutlineColor(RgbColorType value)
value
- allowed object is
RgbColorType
public String getOutlineColorAttribute()
String
public void setOutlineColorAttribute(String value)
value
- allowed object is
String
public BigInteger getSize()
BigInteger
public void setSize(BigInteger value)
value
- allowed object is
BigInteger
public 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 String getTemplate()
String
public void setTemplate(String value)
value
- allowed object is
String
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public StateEnum getStatus()
StateEnum