|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.thematic.CategoryType
public class CategoryType
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 |
|---|
protected String name
protected ParameterValueType value
protected JAXBElement<? extends FillType> fill
protected JAXBElement<? extends StrokeType> stroke
protected JAXBElement<? extends GraphicType> graphic
| Constructor Detail |
|---|
public CategoryType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public ParameterValueType getValue()
ParameterValueTypepublic void setValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetValue()
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 JAXBElement<? extends GraphicType> getGraphic()
JAXBElement<PieChartType>
JAXBElement<PointTextGraphicType>
JAXBElement<AxisChartType>
JAXBElement<CompositeGraphicType>
JAXBElement<GraphicType>
JAXBElement<MarkGraphicType>
JAXBElement<ExternalGraphicType>
JAXBElement<GraphicReferenceType>
JAXBElement<AlternativeGraphicsType>public void setGraphic(JAXBElement<? extends GraphicType> value)
value - allowed object is
JAXBElement<PieChartType>
JAXBElement<PointTextGraphicType>
JAXBElement<AxisChartType>
JAXBElement<CompositeGraphicType>
JAXBElement<GraphicType>
JAXBElement<MarkGraphicType>
JAXBElement<ExternalGraphicType>
JAXBElement<GraphicReferenceType>
JAXBElement<AlternativeGraphicsType>public boolean isSetGraphic()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||