net.opengis.se._2_0.thematic
Class AxisChartType

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

public class AxisChartType
extends GraphicType

Classe Java pour AxisChartType complex type.

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

 <complexType name="AxisChartType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}GraphicType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Transform" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}Normalization" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}AxisChartSubtype" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}CategoryWidth"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}CategoryGap" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}AxisScale"/>
         <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/thematic}Category" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AxisChartSubtypeType axisChartSubtype
           
protected  AxisScaleType axisScale
           
protected  List<CategoryType> category
           
protected  ParameterValueType categoryGap
           
protected  ParameterValueType categoryWidth
           
protected  JAXBElement<? extends FillType> fill
           
protected  ParameterValueType normalization
           
protected  JAXBElement<? extends StrokeType> stroke
           
protected  TransformType transform
           
protected  String uom
           
 
Fields inherited from class net.opengis.se._2_0.core.GraphicType
extension
 
Constructor Summary
AxisChartType()
           
 
Method Summary
 AxisChartSubtypeType getAxisChartSubtype()
          Obtient la valeur de la propriété axisChartSubtype.
 AxisScaleType getAxisScale()
          Obtient la valeur de la propriété axisScale.
 List<CategoryType> getCategory()
          Gets the value of the category property.
 ParameterValueType getCategoryGap()
          Obtient la valeur de la propriété categoryGap.
 ParameterValueType getCategoryWidth()
          Obtient la valeur de la propriété categoryWidth.
 JAXBElement<? extends FillType> getFill()
          if defined, fill area defined by all categories
 ParameterValueType getNormalization()
          Obtient la valeur de la propriété normalization.
 JAXBElement<? extends StrokeType> getStroke()
          if defined, draw a line between each category
 TransformType getTransform()
          Obtient la valeur de la propriété transform.
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetAxisChartSubtype()
           
 boolean isSetAxisScale()
           
 boolean isSetCategory()
           
 boolean isSetCategoryGap()
           
 boolean isSetCategoryWidth()
           
 boolean isSetFill()
           
 boolean isSetNormalization()
           
 boolean isSetStroke()
           
 boolean isSetTransform()
           
 boolean isSetUom()
           
 void setAxisChartSubtype(AxisChartSubtypeType value)
          Définit la valeur de la propriété axisChartSubtype.
 void setAxisScale(AxisScaleType value)
          Définit la valeur de la propriété axisScale.
 void setCategoryGap(ParameterValueType value)
          Définit la valeur de la propriété categoryGap.
 void setCategoryWidth(ParameterValueType value)
          Définit la valeur de la propriété categoryWidth.
 void setFill(JAXBElement<? extends FillType> value)
          Définit la valeur de la propriété fill.
 void setNormalization(ParameterValueType value)
          Définit la valeur de la propriété normalization.
 void setStroke(JAXBElement<? extends StrokeType> value)
          Définit la valeur de la propriété stroke.
 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 unsetCategory()
           
 
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

transform

protected TransformType transform

normalization

protected ParameterValueType normalization

axisChartSubtype

protected AxisChartSubtypeType axisChartSubtype

categoryWidth

protected ParameterValueType categoryWidth

categoryGap

protected ParameterValueType categoryGap

axisScale

protected AxisScaleType axisScale

fill

protected JAXBElement<? extends FillType> fill

stroke

protected JAXBElement<? extends StrokeType> stroke

category

protected List<CategoryType> category

uom

protected String uom
Constructor Detail

AxisChartType

public AxisChartType()
Method Detail

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

getNormalization

public ParameterValueType getNormalization()
Obtient la valeur de la propriété normalization.

Returns:
possible object is ParameterValueType

setNormalization

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

Parameters:
value - allowed object is ParameterValueType

isSetNormalization

public boolean isSetNormalization()

getAxisChartSubtype

public AxisChartSubtypeType getAxisChartSubtype()
Obtient la valeur de la propriété axisChartSubtype.

Returns:
possible object is AxisChartSubtypeType

setAxisChartSubtype

public void setAxisChartSubtype(AxisChartSubtypeType value)
Définit la valeur de la propriété axisChartSubtype.

Parameters:
value - allowed object is AxisChartSubtypeType

isSetAxisChartSubtype

public boolean isSetAxisChartSubtype()

getCategoryWidth

public ParameterValueType getCategoryWidth()
Obtient la valeur de la propriété categoryWidth.

Returns:
possible object is ParameterValueType

setCategoryWidth

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

Parameters:
value - allowed object is ParameterValueType

isSetCategoryWidth

public boolean isSetCategoryWidth()

getCategoryGap

public ParameterValueType getCategoryGap()
Obtient la valeur de la propriété categoryGap.

Returns:
possible object is ParameterValueType

setCategoryGap

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

Parameters:
value - allowed object is ParameterValueType

isSetCategoryGap

public boolean isSetCategoryGap()

getAxisScale

public AxisScaleType getAxisScale()
Obtient la valeur de la propriété axisScale.

Returns:
possible object is AxisScaleType

setAxisScale

public void setAxisScale(AxisScaleType value)
Définit la valeur de la propriété axisScale.

Parameters:
value - allowed object is AxisScaleType

isSetAxisScale

public boolean isSetAxisScale()

getFill

public JAXBElement<? extends FillType> getFill()
if defined, fill area defined by all categories

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, draw a line between each category

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

getCategory

public List<CategoryType> getCategory()
Gets the value of the category property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the category property.

For example, to add a new item, do as follows:

    getCategory().add(newItem);
 

Objects of the following type(s) are allowed in the list CategoryType


isSetCategory

public boolean isSetCategory()

unsetCategory

public void unsetCategory()

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.