public class Display2DImage
extends java.lang.Object
Java class for Display_2D_Image complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Display_2D_Image">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="line_display_direction" type="{http://pds.nasa.gov/pds4/pds/v1}line_display_direction"/>
<element name="sample_display_direction" type="{http://pds.nasa.gov/pds4/pds/v1}sample_display_direction"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
lineDisplayDirection |
protected java.lang.String |
sampleDisplayDirection |
| Constructor and Description |
|---|
Display2DImage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLineDisplayDirection()
Gets the value of the lineDisplayDirection property.
|
java.lang.String |
getSampleDisplayDirection()
Gets the value of the sampleDisplayDirection property.
|
void |
setLineDisplayDirection(java.lang.String value)
Sets the value of the lineDisplayDirection property.
|
void |
setSampleDisplayDirection(java.lang.String value)
Sets the value of the sampleDisplayDirection property.
|
protected java.lang.String lineDisplayDirection
protected java.lang.String sampleDisplayDirection
public java.lang.String getLineDisplayDirection()
Stringpublic void setLineDisplayDirection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSampleDisplayDirection()
Stringpublic void setSampleDisplayDirection(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.