net.opengis.se._2_0.raster
Class SelectedChannelType

java.lang.Object
  extended by net.opengis.se._2_0.raster.SelectedChannelType

public class SelectedChannelType
extends Object

Classe Java pour SelectedChannelType complex type.

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

 <complexType name="SelectedChannelType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/raster}SourceChannelName"/>
         <element ref="{http://www.opengis.net/se/2.0/raster}ContrastEnhancement" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ContrastEnhancementType contrastEnhancement
           
protected  String sourceChannelName
           
 
Constructor Summary
SelectedChannelType()
           
 
Method Summary
 ContrastEnhancementType getContrastEnhancement()
          Obtient la valeur de la propriété contrastEnhancement.
 String getSourceChannelName()
          Obtient la valeur de la propriété sourceChannelName.
 boolean isSetContrastEnhancement()
           
 boolean isSetSourceChannelName()
           
 void setContrastEnhancement(ContrastEnhancementType value)
          Définit la valeur de la propriété contrastEnhancement.
 void setSourceChannelName(String value)
          Définit la valeur de la propriété sourceChannelName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceChannelName

protected String sourceChannelName

contrastEnhancement

protected ContrastEnhancementType contrastEnhancement
Constructor Detail

SelectedChannelType

public SelectedChannelType()
Method Detail

getSourceChannelName

public String getSourceChannelName()
Obtient la valeur de la propriété sourceChannelName.

Returns:
possible object is String

setSourceChannelName

public void setSourceChannelName(String value)
Définit la valeur de la propriété sourceChannelName.

Parameters:
value - allowed object is String

isSetSourceChannelName

public boolean isSetSourceChannelName()

getContrastEnhancement

public ContrastEnhancementType getContrastEnhancement()
Obtient la valeur de la propriété contrastEnhancement.

Returns:
possible object is ContrastEnhancementType

setContrastEnhancement

public void setContrastEnhancement(ContrastEnhancementType value)
Définit la valeur de la propriété contrastEnhancement.

Parameters:
value - allowed object is ContrastEnhancementType

isSetContrastEnhancement

public boolean isSetContrastEnhancement()


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