|
||||||||||
| 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.AxisChartType
public class AxisChartType
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 |
|---|
protected TransformType transform
protected ParameterValueType normalization
protected AxisChartSubtypeType axisChartSubtype
protected ParameterValueType categoryWidth
protected ParameterValueType categoryGap
protected AxisScaleType axisScale
protected JAXBElement<? extends FillType> fill
protected JAXBElement<? extends StrokeType> stroke
protected List<CategoryType> category
protected String uom
| Constructor Detail |
|---|
public AxisChartType()
| Method Detail |
|---|
public TransformType getTransform()
TransformTypepublic void setTransform(TransformType value)
value - allowed object is
TransformTypepublic boolean isSetTransform()
public ParameterValueType getNormalization()
ParameterValueTypepublic void setNormalization(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetNormalization()
public AxisChartSubtypeType getAxisChartSubtype()
AxisChartSubtypeTypepublic void setAxisChartSubtype(AxisChartSubtypeType value)
value - allowed object is
AxisChartSubtypeTypepublic boolean isSetAxisChartSubtype()
public ParameterValueType getCategoryWidth()
ParameterValueTypepublic void setCategoryWidth(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetCategoryWidth()
public ParameterValueType getCategoryGap()
ParameterValueTypepublic void setCategoryGap(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetCategoryGap()
public AxisScaleType getAxisScale()
AxisScaleTypepublic void setAxisScale(AxisScaleType value)
value - allowed object is
AxisScaleTypepublic boolean isSetAxisScale()
public JAXBElement<? extends FillType> getFill()
JAXBElement<FillReferenceType>
JAXBElement<DensityFillType>
JAXBElement<DotMapFillType>
JAXBElement<GraphicFillType>
JAXBElement<SolidFillType>
JAXBElement<HatchedFillType>
JAXBElement<FillType>public void setFill(JAXBElement<? extends FillType> value)
value - allowed object is
JAXBElement<FillReferenceType>
JAXBElement<DensityFillType>
JAXBElement<DotMapFillType>
JAXBElement<GraphicFillType>
JAXBElement<SolidFillType>
JAXBElement<HatchedFillType>
JAXBElement<FillType>public boolean isSetFill()
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<CategoryType> getCategory()
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
public boolean isSetCategory()
public void unsetCategory()
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 | |||||||||