net.opengis.se._2_0.thematic
Class CategoryType

java.lang.Object
  extended by net.opengis.se._2_0.thematic.CategoryType

public class CategoryType
extends Object

Classe Java pour CategoryType complex type.

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

 <complexType name="CategoryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Name"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Value"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Fill" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Stroke" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Graphic" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends FillType> fill
           
protected  JAXBElement<? extends GraphicType> graphic
           
protected  String name
           
protected  JAXBElement<? extends StrokeType> stroke
           
protected  ParameterValueType value
           
 
Constructor Summary
CategoryType()
           
 
Method Summary
 JAXBElement<? extends FillType> getFill()
          if defined, fill a bar
 JAXBElement<? extends GraphicType> getGraphic()
          if defined, plot the graphic over the point
 String getName()
          Obtient la valeur de la propriété name.
 JAXBElement<? extends StrokeType> getStroke()
          if defined, outline the bar
 ParameterValueType getValue()
          Obtient la valeur de la propriété value.
 boolean isSetFill()
           
 boolean isSetGraphic()
           
 boolean isSetName()
           
 boolean isSetStroke()
           
 boolean isSetValue()
           
 void setFill(JAXBElement<? extends FillType> value)
          Définit la valeur de la propriété fill.
 void setGraphic(JAXBElement<? extends GraphicType> value)
          Définit la valeur de la propriété graphic.
 void setName(String value)
          Définit la valeur de la propriété name.
 void setStroke(JAXBElement<? extends StrokeType> value)
          Définit la valeur de la propriété stroke.
 void setValue(ParameterValueType value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected ParameterValueType value

fill

protected JAXBElement<? extends FillType> fill

stroke

protected JAXBElement<? extends StrokeType> stroke

graphic

protected JAXBElement<? extends GraphicType> graphic
Constructor Detail

CategoryType

public CategoryType()
Method Detail

getName

public String getName()
Obtient la valeur de la propriété name.

Returns:
possible object is String

setName

public void setName(String value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getValue

public ParameterValueType getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is ParameterValueType

setValue

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

Parameters:
value - allowed object is ParameterValueType

isSetValue

public boolean isSetValue()

getFill

public JAXBElement<? extends FillType> getFill()
if defined, fill a bar

Returns:
possible object is JAXBElement<FillReferenceType> JAXBElement<DensityFillType> JAXBElement<DotMapFillType> JAXBElement<GraphicFillType> JAXBElement<SolidFillType> JAXBElement<HatchedFillType> JAXBElement<FillType>

setFill

public void setFill(JAXBElement<? extends FillType> value)
Définit la valeur de la propriété fill.

Parameters:
value - allowed object is JAXBElement<FillReferenceType> JAXBElement<DensityFillType> JAXBElement<DotMapFillType> JAXBElement<GraphicFillType> JAXBElement<SolidFillType> JAXBElement<HatchedFillType> JAXBElement<FillType>

isSetFill

public boolean isSetFill()

getStroke

public JAXBElement<? extends StrokeType> getStroke()
if defined, outline the bar

Returns:
possible object is JAXBElement<GraphicStrokeType> JAXBElement<TextStrokeType> JAXBElement<PenStrokeType> JAXBElement<StrokeType> JAXBElement<CompoundStrokeType> JAXBElement<StrokeReferenceType>

setStroke

public void setStroke(JAXBElement<? extends StrokeType> value)
Définit la valeur de la propriété stroke.

Parameters:
value - allowed object is JAXBElement<GraphicStrokeType> JAXBElement<TextStrokeType> JAXBElement<PenStrokeType> JAXBElement<StrokeType> JAXBElement<CompoundStrokeType> JAXBElement<StrokeReferenceType>

isSetStroke

public boolean isSetStroke()

getGraphic

public JAXBElement<? extends GraphicType> getGraphic()
if defined, plot the graphic over the point

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


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