public class NamedLayer 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/sld}UserStyle"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Name |
name |
protected UserStyle |
userStyle |
| Constructor and Description |
|---|
NamedLayer() |
| Modifier and Type | Method and Description |
|---|---|
Name |
getName()
Gets the value of the name property.
|
UserStyle |
getUserStyle()
Gets the value of the userStyle property.
|
boolean |
isSetName() |
boolean |
isSetUserStyle() |
void |
setName(Name value)
Sets the value of the name property.
|
void |
setUserStyle(UserStyle value)
Sets the value of the userStyle property.
|
public void setName(Name value)
value - allowed object is
Namepublic boolean isSetName()
public UserStyle getUserStyle()
UserStylepublic void setUserStyle(UserStyle value)
value - allowed object is
UserStylepublic boolean isSetUserStyle()
Copyright © 2016. All rights reserved.