|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.GraphicType
net.opengis.se._2_0.thematic.PieChartType
public class PieChartType
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 |
|---|
protected TransformType transform
protected ParameterValueType radius
protected ParameterValueType holeRadius
protected JAXBElement<? extends StrokeType> stroke
protected List<SliceType> slice
protected PieSubtypeType pieSubtype
protected String uom
| Constructor Detail |
|---|
public PieChartType()
| Method Detail |
|---|
public TransformType getTransform()
TransformTypepublic void setTransform(TransformType value)
value - allowed object is
TransformTypepublic boolean isSetTransform()
public ParameterValueType getRadius()
ParameterValueTypepublic void setRadius(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetRadius()
public ParameterValueType getHoleRadius()
ParameterValueTypepublic void setHoleRadius(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetHoleRadius()
public JAXBElement<? extends StrokeType> getStroke()
JAXBElement<GraphicStrokeType>
JAXBElement<TextStrokeType>
JAXBElement<PenStrokeType>
JAXBElement<StrokeType>
JAXBElement<CompoundStrokeType>
JAXBElement<StrokeReferenceType>public void setStroke(JAXBElement<? extends StrokeType> value)
value - allowed object is
JAXBElement<GraphicStrokeType>
JAXBElement<TextStrokeType>
JAXBElement<PenStrokeType>
JAXBElement<StrokeType>
JAXBElement<CompoundStrokeType>
JAXBElement<StrokeReferenceType>public boolean isSetStroke()
public List<SliceType> getSlice()
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
public boolean isSetSlice()
public void unsetSlice()
public PieSubtypeType getPieSubtype()
PieSubtypeTypepublic void setPieSubtype(PieSubtypeType value)
value - allowed object is
PieSubtypeTypepublic boolean isSetPieSubtype()
public String getUom()
Stringpublic void setUom(String value)
value - allowed object is
Stringpublic boolean isSetUom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||