net.opengis.se._2_0.core
Class SolidFillType

java.lang.Object
  extended by net.opengis.se._2_0.core.FillType
      extended by net.opengis.se._2_0.core.SolidFillType

public class SolidFillType
extends FillType

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

color

protected ParameterValueType color

opacity

protected ParameterValueType opacity
Constructor Detail

SolidFillType

public SolidFillType()
Method Detail

getColor

public ParameterValueType getColor()
Obtient la valeur de la propriété color.

Returns:
possible object is ParameterValueType

setColor

public void setColor(ParameterValueType value)
Définit la valeur de la propriété color.

Parameters:
value - allowed object is ParameterValueType

isSetColor

public boolean isSetColor()

getOpacity

public ParameterValueType getOpacity()
Obtient la valeur de la propriété opacity.

Returns:
possible object is ParameterValueType

setOpacity

public void setOpacity(ParameterValueType value)
Définit la valeur de la propriété opacity.

Parameters:
value - allowed object is ParameterValueType

isSetOpacity

public boolean isSetOpacity()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.