public class StyledLayerDescriptor 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/sld}NamedLayer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NamedLayer |
namedLayer |
| Constructor and Description |
|---|
StyledLayerDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
NamedLayer |
getNamedLayer()
Gets the value of the namedLayer property.
|
boolean |
isSetNamedLayer() |
void |
setNamedLayer(NamedLayer value)
Sets the value of the namedLayer property.
|
protected NamedLayer namedLayer
public NamedLayer getNamedLayer()
NamedLayerpublic void setNamedLayer(NamedLayer value)
value - allowed object is
NamedLayerpublic boolean isSetNamedLayer()
Copyright © 2016. All rights reserved.