net.opengis.se._2_0.thematic
Class PieChartType

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

public class PieChartType
extends GraphicType

Classe Java pour PieChartType complex type.

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

 <complexType name="PieChartType">
   <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/core}Radius" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}HoleRadius" 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}Slice" maxOccurs="unbounded"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}PieSubtype" minOccurs="0"/>
       </sequence>
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType holeRadius
           
protected  PieSubtypeType pieSubtype
           
protected  ParameterValueType radius
           
protected  List<SliceType> slice
           
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
PieChartType()
           
 
Method Summary
 ParameterValueType getHoleRadius()
          Obtient la valeur de la propriété holeRadius.
 PieSubtypeType getPieSubtype()
          Obtient la valeur de la propriété pieSubtype.
 ParameterValueType getRadius()
          Obtient la valeur de la propriété radius.
 List<SliceType> getSlice()
          Gets the value of the slice property.
 JAXBElement<? extends StrokeType> getStroke()
          Obtient la valeur de la propriété stroke.
 TransformType getTransform()
          Obtient la valeur de la propriété transform.
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetHoleRadius()
           
 boolean isSetPieSubtype()
           
 boolean isSetRadius()
           
 boolean isSetSlice()
           
 boolean isSetStroke()
           
 boolean isSetTransform()
           
 boolean isSetUom()
           
 void setHoleRadius(ParameterValueType value)
          Définit la valeur de la propriété holeRadius.
 void setPieSubtype(PieSubtypeType value)
          Définit la valeur de la propriété pieSubtype.
 void setRadius(ParameterValueType value)
          Définit la valeur de la propriété radius.
 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 unsetSlice()
           
 
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

radius

protected ParameterValueType radius

holeRadius

protected ParameterValueType holeRadius

stroke

protected JAXBElement<? extends StrokeType> stroke

slice

protected List<SliceType> slice

pieSubtype

protected PieSubtypeType pieSubtype

uom

protected String uom
Constructor Detail

PieChartType

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

getRadius

public ParameterValueType getRadius()
Obtient la valeur de la propriété radius.

Returns:
possible object is ParameterValueType

setRadius

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

Parameters:
value - allowed object is ParameterValueType

isSetRadius

public boolean isSetRadius()

getHoleRadius

public ParameterValueType getHoleRadius()
Obtient la valeur de la propriété holeRadius.

Returns:
possible object is ParameterValueType

setHoleRadius

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

Parameters:
value - allowed object is ParameterValueType

isSetHoleRadius

public boolean isSetHoleRadius()

getStroke

public JAXBElement<? extends StrokeType> getStroke()
Obtient la valeur de la propriété stroke.

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

getSlice

public List<SliceType> getSlice()
Gets the value of the slice 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 slice property.

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

    getSlice().add(newItem);
 

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


isSetSlice

public boolean isSetSlice()

unsetSlice

public void unsetSlice()

getPieSubtype

public PieSubtypeType getPieSubtype()
Obtient la valeur de la propriété pieSubtype.

Returns:
possible object is PieSubtypeType

setPieSubtype

public void setPieSubtype(PieSubtypeType value)
Définit la valeur de la propriété pieSubtype.

Parameters:
value - allowed object is PieSubtypeType

isSetPieSubtype

public boolean isSetPieSubtype()

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.