public class Mark 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}WellKnownName"/>
<element ref="{http://www.opengis.net/se}Fill"/>
<element ref="{http://www.opengis.net/se}Stroke"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Fill |
fill |
protected Stroke |
stroke |
protected WellKnownName |
wellKnownName |
| Constructor and Description |
|---|
Mark() |
| Modifier and Type | Method and Description |
|---|---|
Fill |
getFill()
Gets the value of the fill property.
|
Stroke |
getStroke()
Gets the value of the stroke property.
|
WellKnownName |
getWellKnownName()
Gets the value of the wellKnownName property.
|
boolean |
isSetFill() |
boolean |
isSetStroke() |
boolean |
isSetWellKnownName() |
void |
setFill(Fill value)
Sets the value of the fill property.
|
void |
setStroke(Stroke value)
Sets the value of the stroke property.
|
void |
setWellKnownName(WellKnownName value)
Sets the value of the wellKnownName property.
|
protected WellKnownName wellKnownName
protected Fill fill
protected Stroke stroke
public WellKnownName getWellKnownName()
WellKnownNamepublic void setWellKnownName(WellKnownName value)
value - allowed object is
WellKnownNamepublic boolean isSetWellKnownName()
public void setFill(Fill value)
value - allowed object is
Fillpublic boolean isSetFill()
public Stroke getStroke()
Strokepublic void setStroke(Stroke value)
value - allowed object is
Strokepublic boolean isSetStroke()
Copyright © 2016. All rights reserved.