net.opengis.se._2_0.core
Class GraphicFillType

java.lang.Object
  extended by net.opengis.se._2_0.core.FillType
      extended by net.opengis.se._2_0.core.GraphicFillType

public class GraphicFillType
extends FillType

Classe Java pour GraphicFillType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="GraphicFillType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}FillType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Graphic"/>
         <element ref="{http://www.opengis.net/se/2.0/core}TileGap" minOccurs="0"/>
       </sequence>
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends GraphicType> graphic
           
protected  TileGapType tileGap
           
protected  String uom
           
 
Fields inherited from class net.opengis.se._2_0.core.FillType
extension
 
Constructor Summary
GraphicFillType()
           
 
Method Summary
 JAXBElement<? extends GraphicType> getGraphic()
          Obtient la valeur de la propriété graphic.
 TileGapType getTileGap()
          Obtient la valeur de la propriété tileGap.
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetGraphic()
           
 boolean isSetTileGap()
           
 boolean isSetUom()
           
 void setGraphic(JAXBElement<? extends GraphicType> value)
          Définit la valeur de la propriété graphic.
 void setTileGap(TileGapType value)
          Définit la valeur de la propriété tileGap.
 void setUom(String value)
          Définit la valeur de la propriété uom.
 
Methods inherited from class net.opengis.se._2_0.core.FillType
getExtension, isSetExtension, setExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphic

protected JAXBElement<? extends GraphicType> graphic

tileGap

protected TileGapType tileGap

uom

protected String uom
Constructor Detail

GraphicFillType

public GraphicFillType()
Method Detail

getGraphic

public JAXBElement<? extends GraphicType> getGraphic()
Obtient la valeur de la propriété graphic.

Returns:
possible object is JAXBElement<PieChartType> JAXBElement<PointTextGraphicType> JAXBElement<AxisChartType> JAXBElement<CompositeGraphicType> JAXBElement<GraphicType> JAXBElement<MarkGraphicType> JAXBElement<ExternalGraphicType> JAXBElement<GraphicReferenceType> JAXBElement<AlternativeGraphicsType>

setGraphic

public void setGraphic(JAXBElement<? extends GraphicType> value)
Définit la valeur de la propriété graphic.

Parameters:
value - allowed object is JAXBElement<PieChartType> JAXBElement<PointTextGraphicType> JAXBElement<AxisChartType> JAXBElement<CompositeGraphicType> JAXBElement<GraphicType> JAXBElement<MarkGraphicType> JAXBElement<ExternalGraphicType> JAXBElement<GraphicReferenceType> JAXBElement<AlternativeGraphicsType>

isSetGraphic

public boolean isSetGraphic()

getTileGap

public TileGapType getTileGap()
Obtient la valeur de la propriété tileGap.

Returns:
possible object is TileGapType

setTileGap

public void setTileGap(TileGapType value)
Définit la valeur de la propriété tileGap.

Parameters:
value - allowed object is TileGapType

isSetTileGap

public boolean isSetTileGap()

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.