public class SldRule extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.geojsf.org}sld"/>
<element ref="{http://ahtutils.aht-group.com/status}style"/>
<element ref="{http://ahtutils.aht-group.com/status}langs"/>
<element ref="{http://ahtutils.aht-group.com/status}descriptions"/>
<element ref="{http://ahtutils.aht-group.com/symbol}graphic"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="upperBound" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected net.sf.ahtutils.xml.status.Descriptions |
descriptions |
protected net.sf.ahtutils.xml.symbol.Graphic |
graphic |
protected Long |
id |
protected net.sf.ahtutils.xml.status.Langs |
langs |
protected Double |
lowerBound |
protected Integer |
size |
protected Sld |
sld |
protected net.sf.ahtutils.xml.status.Style |
style |
protected Double |
upperBound |
| Constructor and Description |
|---|
SldRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
net.sf.ahtutils.xml.status.Descriptions |
getDescriptions()
Gets the value of the descriptions property.
|
net.sf.ahtutils.xml.symbol.Graphic |
getGraphic()
Gets the value of the graphic property.
|
long |
getId()
Gets the value of the id property.
|
net.sf.ahtutils.xml.status.Langs |
getLangs()
Gets the value of the langs property.
|
double |
getLowerBound()
Gets the value of the lowerBound property.
|
int |
getSize()
Gets the value of the size property.
|
Sld |
getSld()
Gets the value of the sld property.
|
net.sf.ahtutils.xml.status.Style |
getStyle()
Gets the value of the style property.
|
double |
getUpperBound()
Gets the value of the upperBound property.
|
boolean |
isSetColor() |
boolean |
isSetDescriptions() |
boolean |
isSetGraphic() |
boolean |
isSetId() |
boolean |
isSetLangs() |
boolean |
isSetLowerBound() |
boolean |
isSetSize() |
boolean |
isSetSld() |
boolean |
isSetStyle() |
boolean |
isSetUpperBound() |
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDescriptions(net.sf.ahtutils.xml.status.Descriptions value)
Sets the value of the descriptions property.
|
void |
setGraphic(net.sf.ahtutils.xml.symbol.Graphic value)
Sets the value of the graphic property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLangs(net.sf.ahtutils.xml.status.Langs value)
Sets the value of the langs property.
|
void |
setLowerBound(double value)
Sets the value of the lowerBound property.
|
void |
setSize(int value)
Sets the value of the size property.
|
void |
setSld(Sld value)
Sets the value of the sld property.
|
void |
setStyle(net.sf.ahtutils.xml.status.Style value)
Sets the value of the style property.
|
void |
setUpperBound(double value)
Sets the value of the upperBound property.
|
void |
unsetId() |
void |
unsetLowerBound() |
void |
unsetSize() |
void |
unsetUpperBound() |
protected Sld sld
protected net.sf.ahtutils.xml.status.Style style
protected net.sf.ahtutils.xml.status.Langs langs
protected net.sf.ahtutils.xml.status.Descriptions descriptions
protected net.sf.ahtutils.xml.symbol.Graphic graphic
protected Long id
protected Integer size
protected String color
protected Double lowerBound
protected Double upperBound
public void setSld(Sld value)
value - allowed object is
Sldpublic boolean isSetSld()
public net.sf.ahtutils.xml.status.Style getStyle()
Stylepublic void setStyle(net.sf.ahtutils.xml.status.Style value)
value - allowed object is
Stylepublic boolean isSetStyle()
public net.sf.ahtutils.xml.status.Langs getLangs()
Langspublic void setLangs(net.sf.ahtutils.xml.status.Langs value)
value - allowed object is
Langspublic boolean isSetLangs()
public net.sf.ahtutils.xml.status.Descriptions getDescriptions()
Descriptionspublic void setDescriptions(net.sf.ahtutils.xml.status.Descriptions value)
value - allowed object is
Descriptionspublic boolean isSetDescriptions()
public net.sf.ahtutils.xml.symbol.Graphic getGraphic()
Graphicpublic void setGraphic(net.sf.ahtutils.xml.symbol.Graphic value)
value - allowed object is
Graphicpublic boolean isSetGraphic()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public int getSize()
Integerpublic void setSize(int value)
value - allowed object is
Integerpublic boolean isSetSize()
public void unsetSize()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
public double getLowerBound()
Doublepublic void setLowerBound(double value)
value - allowed object is
Doublepublic boolean isSetLowerBound()
public void unsetLowerBound()
public double getUpperBound()
Doublepublic void setUpperBound(double value)
value - allowed object is
Doublepublic boolean isSetUpperBound()
public void unsetUpperBound()
Copyright © 2016. All rights reserved.