public class Style 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/geoserver}workspace"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Workspace |
workspace |
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Workspace |
getWorkspace()
Gets the value of the workspace property.
|
boolean |
isSetName() |
boolean |
isSetWorkspace() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setWorkspace(Workspace value)
Sets the value of the workspace property.
|
public Workspace getWorkspace()
Workspacepublic void setWorkspace(Workspace value)
value - allowed object is
Workspacepublic boolean isSetWorkspace()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
Copyright © 2016. All rights reserved.