public class ExternalGraphic 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}OnlineResource"/>
<element ref="{http://www.opengis.net/se}Format"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Format |
format |
protected OnlineResource |
onlineResource |
| Constructor and Description |
|---|
ExternalGraphic() |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat()
Gets the value of the format property.
|
OnlineResource |
getOnlineResource()
Gets the value of the onlineResource property.
|
boolean |
isSetFormat() |
boolean |
isSetOnlineResource() |
void |
setFormat(Format value)
Sets the value of the format property.
|
void |
setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.
|
protected OnlineResource onlineResource
protected Format format
public OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic boolean isSetOnlineResource()
public Format getFormat()
Formatpublic void setFormat(Format value)
value - allowed object is
Formatpublic boolean isSetFormat()
Copyright © 2016. All rights reserved.