net.opengis.se._2_0.thematic
Class DensityFillType

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

public class DensityFillType
extends FillType

Classe Java pour DensityFillType complex type.

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

 <complexType name="DensityFillType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}FillType">
       <sequence>
         <choice>
           <sequence>
             <element ref="{http://www.opengis.net/se/2.0/core}PenStroke"/>
             <element ref="{http://www.opengis.net/se/2.0/thematic}Orientation" minOccurs="0"/>
           </sequence>
           <element ref="{http://www.opengis.net/se/2.0/core}Graphic"/>
         </choice>
         <element ref="{http://www.opengis.net/se/2.0/thematic}Percentage"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends GraphicType> graphic
           
protected  ParameterValueType orientation
           
protected  PenStrokeType penStroke
           
protected  ParameterValueType percentage
           
 
Fields inherited from class net.opengis.se._2_0.core.FillType
extension
 
Constructor Summary
DensityFillType()
           
 
Method Summary
 JAXBElement<? extends GraphicType> getGraphic()
          Obtient la valeur de la propriété graphic.
 ParameterValueType getOrientation()
          Obtient la valeur de la propriété orientation.
 PenStrokeType getPenStroke()
          Obtient la valeur de la propriété penStroke.
 ParameterValueType getPercentage()
          Obtient la valeur de la propriété percentage.
 boolean isSetGraphic()
           
 boolean isSetOrientation()
           
 boolean isSetPenStroke()
           
 boolean isSetPercentage()
           
 void setGraphic(JAXBElement<? extends GraphicType> value)
          Définit la valeur de la propriété graphic.
 void setOrientation(ParameterValueType value)
          Définit la valeur de la propriété orientation.
 void setPenStroke(PenStrokeType value)
          Définit la valeur de la propriété penStroke.
 void setPercentage(ParameterValueType value)
          Définit la valeur de la propriété percentage.
 
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

penStroke

protected PenStrokeType penStroke

orientation

protected ParameterValueType orientation

graphic

protected JAXBElement<? extends GraphicType> graphic

percentage

protected ParameterValueType percentage
Constructor Detail

DensityFillType

public DensityFillType()
Method Detail

getPenStroke

public PenStrokeType getPenStroke()
Obtient la valeur de la propriété penStroke.

Returns:
possible object is PenStrokeType

setPenStroke

public void setPenStroke(PenStrokeType value)
Définit la valeur de la propriété penStroke.

Parameters:
value - allowed object is PenStrokeType

isSetPenStroke

public boolean isSetPenStroke()

getOrientation

public ParameterValueType getOrientation()
Obtient la valeur de la propriété orientation.

Returns:
possible object is ParameterValueType

setOrientation

public void setOrientation(ParameterValueType value)
Définit la valeur de la propriété orientation.

Parameters:
value - allowed object is ParameterValueType

isSetOrientation

public boolean isSetOrientation()

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

getPercentage

public ParameterValueType getPercentage()
Obtient la valeur de la propriété percentage.

Returns:
possible object is ParameterValueType

setPercentage

public void setPercentage(ParameterValueType value)
Définit la valeur de la propriété percentage.

Parameters:
value - allowed object is ParameterValueType

isSetPercentage

public boolean isSetPercentage()


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