public class LabelLeader
extends java.lang.Object
Java class for LabelLeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelLeader"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="gridstep" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="maxdistance" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Style" type="{http://www.mapserver.org/mapserver}Style" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
gridstep |
protected java.math.BigInteger |
maxdistance |
protected java.util.List<Style> |
style |
Constructor and Description |
---|
LabelLeader() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getGridstep()
Gets the value of the gridstep property.
|
java.math.BigInteger |
getMaxdistance()
Gets the value of the maxdistance property.
|
java.util.List<Style> |
getStyle()
Gets the value of the style property.
|
void |
setGridstep(java.math.BigInteger value)
Sets the value of the gridstep property.
|
void |
setMaxdistance(java.math.BigInteger value)
Sets the value of the maxdistance property.
|
protected java.math.BigInteger gridstep
protected java.math.BigInteger maxdistance
protected java.util.List<Style> style
public java.math.BigInteger getGridstep()
BigInteger
public void setGridstep(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxdistance()
BigInteger
public void setMaxdistance(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