net.opengis.se._2_0.thematic
Class DotMapFillType

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

public class DotMapFillType
extends FillType

Classe Java pour DotMapFillType complex type.

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

 <complexType name="DotMapFillType">
   <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/thematic}ValuePerMark"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}ValueToRepresent"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends GraphicType> graphic
           
protected  ParameterValueType valuePerMark
           
protected  ParameterValueType valueToRepresent
           
 
Fields inherited from class net.opengis.se._2_0.core.FillType
extension
 
Constructor Summary
DotMapFillType()
           
 
Method Summary
 JAXBElement<? extends GraphicType> getGraphic()
          Obtient la valeur de la propriété graphic.
 ParameterValueType getValuePerMark()
          Obtient la valeur de la propriété valuePerMark.
 ParameterValueType getValueToRepresent()
          Obtient la valeur de la propriété valueToRepresent.
 boolean isSetGraphic()
           
 boolean isSetValuePerMark()
           
 boolean isSetValueToRepresent()
           
 void setGraphic(JAXBElement<? extends GraphicType> value)
          Définit la valeur de la propriété graphic.
 void setValuePerMark(ParameterValueType value)
          Définit la valeur de la propriété valuePerMark.
 void setValueToRepresent(ParameterValueType value)
          Définit la valeur de la propriété valueToRepresent.
 
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

valuePerMark

protected ParameterValueType valuePerMark

valueToRepresent

protected ParameterValueType valueToRepresent
Constructor Detail

DotMapFillType

public DotMapFillType()
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()

getValuePerMark

public ParameterValueType getValuePerMark()
Obtient la valeur de la propriété valuePerMark.

Returns:
possible object is ParameterValueType

setValuePerMark

public void setValuePerMark(ParameterValueType value)
Définit la valeur de la propriété valuePerMark.

Parameters:
value - allowed object is ParameterValueType

isSetValuePerMark

public boolean isSetValuePerMark()

getValueToRepresent

public ParameterValueType getValueToRepresent()
Obtient la valeur de la propriété valueToRepresent.

Returns:
possible object is ParameterValueType

setValueToRepresent

public void setValueToRepresent(ParameterValueType value)
Définit la valeur de la propriété valueToRepresent.

Parameters:
value - allowed object is ParameterValueType

isSetValueToRepresent

public boolean isSetValueToRepresent()


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