|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.GraphicType
net.opengis.se._2_0.core.ExternalGraphicType
public class ExternalGraphicType
Classe Java pour ExternalGraphicType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ExternalGraphicType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}GraphicType">
<sequence>
<choice>
<element name="OnlineResource" type="{http://www.opengis.net/se/2.0/core}VariableOnlineResourceType"/>
<element ref="{http://www.opengis.net/se/2.0/core}InlineContent"/>
</choice>
<element ref="{http://www.opengis.net/se/2.0/core}Format"/>
<element ref="{http://www.opengis.net/se/2.0/core}ViewBox" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Transform" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Opacity" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Halo" minOccurs="0"/>
</sequence>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
format
|
protected HaloType |
halo
|
protected InlineContentType |
inlineContent
|
protected VariableOnlineResourceType |
onlineResource
|
protected ParameterValueType |
opacity
|
protected TransformType |
transform
|
protected String |
uom
|
protected ViewBoxType |
viewBox
|
| Fields inherited from class net.opengis.se._2_0.core.GraphicType |
|---|
extension |
| Constructor Summary | |
|---|---|
ExternalGraphicType()
|
|
| Method Summary | |
|---|---|
String |
getFormat()
Obtient la valeur de la propriété format. |
HaloType |
getHalo()
Obtient la valeur de la propriété halo. |
InlineContentType |
getInlineContent()
Obtient la valeur de la propriété inlineContent. |
VariableOnlineResourceType |
getOnlineResource()
Obtient la valeur de la propriété onlineResource. |
ParameterValueType |
getOpacity()
Obtient la valeur de la propriété opacity. |
TransformType |
getTransform()
Obtient la valeur de la propriété transform. |
String |
getUom()
Obtient la valeur de la propriété uom. |
ViewBoxType |
getViewBox()
Obtient la valeur de la propriété viewBox. |
boolean |
isSetFormat()
|
boolean |
isSetHalo()
|
boolean |
isSetInlineContent()
|
boolean |
isSetOnlineResource()
|
boolean |
isSetOpacity()
|
boolean |
isSetTransform()
|
boolean |
isSetUom()
|
boolean |
isSetViewBox()
|
void |
setFormat(String value)
Définit la valeur de la propriété format. |
void |
setHalo(HaloType value)
Définit la valeur de la propriété halo. |
void |
setInlineContent(InlineContentType value)
Définit la valeur de la propriété inlineContent. |
void |
setOnlineResource(VariableOnlineResourceType value)
Définit la valeur de la propriété onlineResource. |
void |
setOpacity(ParameterValueType value)
Définit la valeur de la propriété opacity. |
void |
setTransform(TransformType value)
Définit la valeur de la propriété transform. |
void |
setUom(String value)
Définit la valeur de la propriété uom. |
void |
setViewBox(ViewBoxType value)
Définit la valeur de la propriété viewBox. |
| Methods inherited from class net.opengis.se._2_0.core.GraphicType |
|---|
getExtension, isSetExtension, setExtension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected VariableOnlineResourceType onlineResource
protected InlineContentType inlineContent
protected String format
protected ViewBoxType viewBox
protected TransformType transform
protected ParameterValueType opacity
protected HaloType halo
protected String uom
| Constructor Detail |
|---|
public ExternalGraphicType()
| Method Detail |
|---|
public VariableOnlineResourceType getOnlineResource()
VariableOnlineResourceTypepublic void setOnlineResource(VariableOnlineResourceType value)
value - allowed object is
VariableOnlineResourceTypepublic boolean isSetOnlineResource()
public InlineContentType getInlineContent()
InlineContentTypepublic void setInlineContent(InlineContentType value)
value - allowed object is
InlineContentTypepublic boolean isSetInlineContent()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public ViewBoxType getViewBox()
ViewBoxTypepublic void setViewBox(ViewBoxType value)
value - allowed object is
ViewBoxTypepublic boolean isSetViewBox()
public TransformType getTransform()
TransformTypepublic void setTransform(TransformType value)
value - allowed object is
TransformTypepublic boolean isSetTransform()
public ParameterValueType getOpacity()
ParameterValueTypepublic void setOpacity(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetOpacity()
public HaloType getHalo()
HaloTypepublic void setHalo(HaloType value)
value - allowed object is
HaloTypepublic boolean isSetHalo()
public String getUom()
Stringpublic void setUom(String value)
value - allowed object is
Stringpublic boolean isSetUom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||