net.opengis.se._2_0.core
Class ExternalGraphicType

java.lang.Object
  extended by net.opengis.se._2_0.core.GraphicType
      extended by net.opengis.se._2_0.core.ExternalGraphicType

public class ExternalGraphicType
extends GraphicType

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

onlineResource

protected VariableOnlineResourceType onlineResource

inlineContent

protected InlineContentType inlineContent

format

protected String format

viewBox

protected ViewBoxType viewBox

transform

protected TransformType transform

opacity

protected ParameterValueType opacity

halo

protected HaloType halo

uom

protected String uom
Constructor Detail

ExternalGraphicType

public ExternalGraphicType()
Method Detail

getOnlineResource

public VariableOnlineResourceType getOnlineResource()
Obtient la valeur de la propriété onlineResource.

Returns:
possible object is VariableOnlineResourceType

setOnlineResource

public void setOnlineResource(VariableOnlineResourceType value)
Définit la valeur de la propriété onlineResource.

Parameters:
value - allowed object is VariableOnlineResourceType

isSetOnlineResource

public boolean isSetOnlineResource()

getInlineContent

public InlineContentType getInlineContent()
Obtient la valeur de la propriété inlineContent.

Returns:
possible object is InlineContentType

setInlineContent

public void setInlineContent(InlineContentType value)
Définit la valeur de la propriété inlineContent.

Parameters:
value - allowed object is InlineContentType

isSetInlineContent

public boolean isSetInlineContent()

getFormat

public String getFormat()
Obtient la valeur de la propriété format.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Définit la valeur de la propriété format.

Parameters:
value - allowed object is String

isSetFormat

public boolean isSetFormat()

getViewBox

public ViewBoxType getViewBox()
Obtient la valeur de la propriété viewBox.

Returns:
possible object is ViewBoxType

setViewBox

public void setViewBox(ViewBoxType value)
Définit la valeur de la propriété viewBox.

Parameters:
value - allowed object is ViewBoxType

isSetViewBox

public boolean isSetViewBox()

getTransform

public TransformType getTransform()
Obtient la valeur de la propriété transform.

Returns:
possible object is TransformType

setTransform

public void setTransform(TransformType value)
Définit la valeur de la propriété transform.

Parameters:
value - allowed object is TransformType

isSetTransform

public boolean isSetTransform()

getOpacity

public ParameterValueType getOpacity()
Obtient la valeur de la propriété opacity.

Returns:
possible object is ParameterValueType

setOpacity

public void setOpacity(ParameterValueType value)
Définit la valeur de la propriété opacity.

Parameters:
value - allowed object is ParameterValueType

isSetOpacity

public boolean isSetOpacity()

getHalo

public HaloType getHalo()
Obtient la valeur de la propriété halo.

Returns:
possible object is HaloType

setHalo

public void setHalo(HaloType value)
Définit la valeur de la propriété halo.

Parameters:
value - allowed object is HaloType

isSetHalo

public boolean isSetHalo()

getUom

public String getUom()
Obtient la valeur de la propriété uom.

Returns:
possible object is String

setUom

public void setUom(String value)
Définit la valeur de la propriété uom.

Parameters:
value - allowed object is String

isSetUom

public boolean isSetUom()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.