public class Rule 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.opengis.net/se}Name"/>
<element ref="{http://www.opengis.net/se}Description"/>
<element ref="{http://www.opengis.net/ogc}Filter"/>
<element ref="{http://www.opengis.net/se}PointSymbolizer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected Filter |
filter |
protected Name |
name |
protected PointSymbolizer |
pointSymbolizer |
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
Filter |
getFilter()
Gets the value of the filter property.
|
Name |
getName()
Gets the value of the name property.
|
PointSymbolizer |
getPointSymbolizer()
Gets the value of the pointSymbolizer property.
|
boolean |
isSetDescription() |
boolean |
isSetFilter() |
boolean |
isSetName() |
boolean |
isSetPointSymbolizer() |
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setFilter(Filter value)
Sets the value of the filter property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setPointSymbolizer(PointSymbolizer value)
Sets the value of the pointSymbolizer property.
|
protected Name name
protected Description description
protected Filter filter
protected PointSymbolizer pointSymbolizer
public void setName(Name value)
value - allowed object is
Namepublic boolean isSetName()
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic boolean isSetDescription()
public Filter getFilter()
Filterpublic void setFilter(Filter value)
value - allowed object is
Filterpublic boolean isSetFilter()
public PointSymbolizer getPointSymbolizer()
PointSymbolizerpublic void setPointSymbolizer(PointSymbolizer value)
value - allowed object is
PointSymbolizerpublic boolean isSetPointSymbolizer()
Copyright © 2016. All rights reserved.