public class ColorDisplaySettings extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected long |
blueChannelBand |
protected String |
colorDisplayAxis |
protected String |
comment |
protected long |
greenChannelBand |
protected long |
redChannelBand |
| Constructor and Description |
|---|
ColorDisplaySettings() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBlueChannelBand()
Gets the value of the blueChannelBand property.
|
String |
getColorDisplayAxis()
Gets the value of the colorDisplayAxis property.
|
String |
getComment()
Gets the value of the comment property.
|
long |
getGreenChannelBand()
Gets the value of the greenChannelBand property.
|
long |
getRedChannelBand()
Gets the value of the redChannelBand property.
|
void |
setBlueChannelBand(long value)
Sets the value of the blueChannelBand property.
|
void |
setColorDisplayAxis(String value)
Sets the value of the colorDisplayAxis property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setGreenChannelBand(long value)
Sets the value of the greenChannelBand property.
|
void |
setRedChannelBand(long value)
Sets the value of the redChannelBand property.
|
protected String colorDisplayAxis
protected String comment
protected long redChannelBand
protected long greenChannelBand
protected long blueChannelBand
public String getColorDisplayAxis()
Stringpublic void setColorDisplayAxis(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic long getRedChannelBand()
public void setRedChannelBand(long value)
public long getGreenChannelBand()
public void setGreenChannelBand(long value)
public long getBlueChannelBand()
public void setBlueChannelBand(long value)
Copyright © 2019. All rights reserved.