net.opengis.se._2_0.thematic
Class SliceType

java.lang.Object
  extended by net.opengis.se._2_0.thematic.SliceType

public class SliceType
extends Object

Classe Java pour SliceType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="SliceType">
   <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"/>
         <element ref="{http://www.opengis.net/se/2.0/thematic}Gap" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends FillType> fill
           
protected  ParameterValueType gap
           
protected  String name
           
protected  ParameterValueType value
           
 
Constructor Summary
SliceType()
           
 
Method Summary
 JAXBElement<? extends FillType> getFill()
          Obtient la valeur de la propriété fill.
 ParameterValueType getGap()
          Obtient la valeur de la propriété gap.
 String getName()
          Obtient la valeur de la propriété name.
 ParameterValueType getValue()
          Obtient la valeur de la propriété value.
 boolean isSetFill()
           
 boolean isSetGap()
           
 boolean isSetName()
           
 boolean isSetValue()
           
 void setFill(JAXBElement<? extends FillType> value)
          Définit la valeur de la propriété fill.
 void setGap(ParameterValueType value)
          Définit la valeur de la propriété gap.
 void setName(String value)
          Définit la valeur de la propriété name.
 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

name

protected String name

value

protected ParameterValueType value

fill

protected JAXBElement<? extends FillType> fill

gap

protected ParameterValueType gap
Constructor Detail

SliceType

public SliceType()
Method Detail

getName

public String getName()
Obtient la valeur de la propriété name.

Returns:
possible object is String

setName

public void setName(String value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getValue

public ParameterValueType getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is ParameterValueType

setValue

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

Parameters:
value - allowed object is ParameterValueType

isSetValue

public boolean isSetValue()

getFill

public JAXBElement<? extends FillType> getFill()
Obtient la valeur de la propriété fill.

Returns:
possible object is JAXBElement<FillReferenceType> JAXBElement<DensityFillType> JAXBElement<DotMapFillType> JAXBElement<GraphicFillType> JAXBElement<SolidFillType> JAXBElement<HatchedFillType> JAXBElement<FillType>

setFill

public void setFill(JAXBElement<? extends FillType> value)
Définit la valeur de la propriété fill.

Parameters:
value - allowed object is JAXBElement<FillReferenceType> JAXBElement<DensityFillType> JAXBElement<DotMapFillType> JAXBElement<GraphicFillType> JAXBElement<SolidFillType> JAXBElement<HatchedFillType> JAXBElement<FillType>

isSetFill

public boolean isSetFill()

getGap

public ParameterValueType getGap()
Obtient la valeur de la propriété gap.

Returns:
possible object is ParameterValueType

setGap

public void setGap(ParameterValueType value)
Définit la valeur de la propriété gap.

Parameters:
value - allowed object is ParameterValueType

isSetGap

public boolean isSetGap()


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