Package gov.nasa.arc.pds.xml.generated
Class ColorDisplaySettings
java.lang.Object
gov.nasa.arc.pds.xml.generated.ColorDisplaySettings
public class ColorDisplaySettings extends Object
The Color_Display_Settings class provides
         guidance to data users on how to display a multi-banded Array
         object on a color-capable display device.
 
 
Java class for Color_Display_Settings complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Color_Display_Settings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="color_display_axis" type="{http://pds.nasa.gov/pds4/disp/v1}color_display_axis"/>
         <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
         <element name="red_channel_band" type="{http://pds.nasa.gov/pds4/disp/v1}red_channel_band"/>
         <element name="green_channel_band" type="{http://pds.nasa.gov/pds4/disp/v1}green_channel_band"/>
         <element name="blue_channel_band" type="{http://pds.nasa.gov/pds4/disp/v1}blue_channel_band"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected longblueChannelBandprotected StringcolorDisplayAxisprotected Stringcommentprotected longgreenChannelBandprotected longredChannelBand
- 
Constructor SummaryConstructors Constructor Description ColorDisplaySettings()
- 
Method SummaryModifier and Type Method Description longgetBlueChannelBand()Gets the value of the blueChannelBand property.StringgetColorDisplayAxis()Gets the value of the colorDisplayAxis property.StringgetComment()Gets the value of the comment property.longgetGreenChannelBand()Gets the value of the greenChannelBand property.longgetRedChannelBand()Gets the value of the redChannelBand property.voidsetBlueChannelBand(long value)Sets the value of the blueChannelBand property.voidsetColorDisplayAxis(String value)Sets the value of the colorDisplayAxis property.voidsetComment(String value)Sets the value of the comment property.voidsetGreenChannelBand(long value)Sets the value of the greenChannelBand property.voidsetRedChannelBand(long value)Sets the value of the redChannelBand property.
- 
Field Details- 
colorDisplayAxis
- 
comment
- 
redChannelBandprotected long redChannelBand
- 
greenChannelBandprotected long greenChannelBand
- 
blueChannelBandprotected long blueChannelBand
 
- 
- 
Constructor Details- 
ColorDisplaySettingspublic ColorDisplaySettings()
 
- 
- 
Method Details- 
getColorDisplayAxisGets the value of the colorDisplayAxis property.- Returns:
- possible object is
     String
 
- 
setColorDisplayAxisSets the value of the colorDisplayAxis property.- Parameters:
- value- allowed object is- String
 
- 
getCommentGets the value of the comment property.- Returns:
- possible object is
     String
 
- 
setCommentSets the value of the comment property.- Parameters:
- value- allowed object is- String
 
- 
getRedChannelBandpublic long getRedChannelBand()Gets the value of the redChannelBand property.
- 
setRedChannelBandpublic void setRedChannelBand(long value)Sets the value of the redChannelBand property.
- 
getGreenChannelBandpublic long getGreenChannelBand()Gets the value of the greenChannelBand property.
- 
setGreenChannelBandpublic void setGreenChannelBand(long value)Sets the value of the greenChannelBand property.
- 
getBlueChannelBandpublic long getBlueChannelBand()Gets the value of the blueChannelBand property.
- 
setBlueChannelBandpublic void setBlueChannelBand(long value)Sets the value of the blueChannelBand property.
 
-