|
||||||||||
| 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.core.SolidFillType
public class SolidFillType
Classe Java pour SolidFillType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SolidFillType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}FillType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Color" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Opacity" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ParameterValueType |
color
|
protected ParameterValueType |
opacity
|
| Fields inherited from class net.opengis.se._2_0.core.FillType |
|---|
extension |
| Constructor Summary | |
|---|---|
SolidFillType()
|
|
| Method Summary | |
|---|---|
ParameterValueType |
getColor()
Obtient la valeur de la propriété color. |
ParameterValueType |
getOpacity()
Obtient la valeur de la propriété opacity. |
boolean |
isSetColor()
|
boolean |
isSetOpacity()
|
void |
setColor(ParameterValueType value)
Définit la valeur de la propriété color. |
void |
setOpacity(ParameterValueType value)
Définit la valeur de la propriété opacity. |
| 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 ParameterValueType color
protected ParameterValueType opacity
| Constructor Detail |
|---|
public SolidFillType()
| Method Detail |
|---|
public ParameterValueType getColor()
ParameterValueTypepublic void setColor(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetColor()
public ParameterValueType getOpacity()
ParameterValueTypepublic void setOpacity(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetOpacity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||