public class Graphic 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}Mark"/>
<element ref="{http://www.opengis.net/se}ExternalGraphic"/>
<element ref="{http://www.opengis.net/se}Size"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExternalGraphic |
externalGraphic |
protected Mark |
mark |
protected Size |
size |
| Constructor and Description |
|---|
Graphic() |
| Modifier and Type | Method and Description |
|---|---|
ExternalGraphic |
getExternalGraphic()
Gets the value of the externalGraphic property.
|
Mark |
getMark()
Gets the value of the mark property.
|
Size |
getSize()
Gets the value of the size property.
|
boolean |
isSetExternalGraphic() |
boolean |
isSetMark() |
boolean |
isSetSize() |
void |
setExternalGraphic(ExternalGraphic value)
Sets the value of the externalGraphic property.
|
void |
setMark(Mark value)
Sets the value of the mark property.
|
void |
setSize(Size value)
Sets the value of the size property.
|
protected Mark mark
protected ExternalGraphic externalGraphic
protected Size size
public void setMark(Mark value)
value - allowed object is
Markpublic boolean isSetMark()
public ExternalGraphic getExternalGraphic()
ExternalGraphicpublic void setExternalGraphic(ExternalGraphic value)
value - allowed object is
ExternalGraphicpublic boolean isSetExternalGraphic()
public void setSize(Size value)
value - allowed object is
Sizepublic boolean isSetSize()
Copyright © 2016. All rights reserved.