public class Display2DImage extends 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 String |
lineDisplayDirection |
protected String |
sampleDisplayDirection |
| Constructor and Description |
|---|
Display2DImage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLineDisplayDirection()
Gets the value of the lineDisplayDirection property.
|
String |
getSampleDisplayDirection()
Gets the value of the sampleDisplayDirection property.
|
void |
setLineDisplayDirection(String value)
Sets the value of the lineDisplayDirection property.
|
void |
setSampleDisplayDirection(String value)
Sets the value of the sampleDisplayDirection property.
|
protected String lineDisplayDirection
protected String sampleDisplayDirection
public String getLineDisplayDirection()
Stringpublic void setLineDisplayDirection(String value)
value - allowed object is
Stringpublic String getSampleDisplayDirection()
StringCopyright © 2020. All rights reserved.