|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.FillType
net.opengis.se._2_0.thematic.DensityFillType
public class DensityFillType
Classe Java pour DensityFillType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DensityFillType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}FillType">
<sequence>
<choice>
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}PenStroke"/>
<element ref="{http://www.opengis.net/se/2.0/thematic}Orientation" minOccurs="0"/>
</sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Graphic"/>
</choice>
<element ref="{http://www.opengis.net/se/2.0/thematic}Percentage"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends GraphicType> |
graphic
|
protected ParameterValueType |
orientation
|
protected PenStrokeType |
penStroke
|
protected ParameterValueType |
percentage
|
| Fields inherited from class net.opengis.se._2_0.core.FillType |
|---|
extension |
| Constructor Summary | |
|---|---|
DensityFillType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends GraphicType> |
getGraphic()
Obtient la valeur de la propriété graphic. |
ParameterValueType |
getOrientation()
Obtient la valeur de la propriété orientation. |
PenStrokeType |
getPenStroke()
Obtient la valeur de la propriété penStroke. |
ParameterValueType |
getPercentage()
Obtient la valeur de la propriété percentage. |
boolean |
isSetGraphic()
|
boolean |
isSetOrientation()
|
boolean |
isSetPenStroke()
|
boolean |
isSetPercentage()
|
void |
setGraphic(JAXBElement<? extends GraphicType> value)
Définit la valeur de la propriété graphic. |
void |
setOrientation(ParameterValueType value)
Définit la valeur de la propriété orientation. |
void |
setPenStroke(PenStrokeType value)
Définit la valeur de la propriété penStroke. |
void |
setPercentage(ParameterValueType value)
Définit la valeur de la propriété percentage. |
| Methods inherited from class net.opengis.se._2_0.core.FillType |
|---|
getExtension, isSetExtension, setExtension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PenStrokeType penStroke
protected ParameterValueType orientation
protected JAXBElement<? extends GraphicType> graphic
protected ParameterValueType percentage
| Constructor Detail |
|---|
public DensityFillType()
| Method Detail |
|---|
public PenStrokeType getPenStroke()
PenStrokeTypepublic void setPenStroke(PenStrokeType value)
value - allowed object is
PenStrokeTypepublic boolean isSetPenStroke()
public ParameterValueType getOrientation()
ParameterValueTypepublic void setOrientation(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetOrientation()
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()
public ParameterValueType getPercentage()
ParameterValueTypepublic void setPercentage(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetPercentage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||