public class LabelLeader extends 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 BigInteger |
gridstep |
protected BigInteger |
maxdistance |
protected List<Style> |
style |
| Constructor and Description |
|---|
LabelLeader() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getGridstep()
Gets the value of the gridstep property.
|
BigInteger |
getMaxdistance()
Gets the value of the maxdistance property.
|
List<Style> |
getStyle()
Gets the value of the style property.
|
void |
setGridstep(BigInteger value)
Sets the value of the gridstep property.
|
void |
setMaxdistance(BigInteger value)
Sets the value of the maxdistance property.
|
protected BigInteger gridstep
protected BigInteger maxdistance
public BigInteger getGridstep()
BigIntegerpublic void setGridstep(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxdistance()
BigIntegerpublic void setMaxdistance(BigInteger value)
value - allowed object is
BigIntegerpublic 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