Package gov.nasa.arc.pds.xml.generated
Class Display2DImage
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.Display2DImage
-
public class Display2DImage extends java.lang.Object
The Display_2D_Image class provides attributes to enable the display of a 2 dimensional image.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
lineDisplayDirection
protected java.lang.String
sampleDisplayDirection
-
Constructor Summary
Constructors Constructor Description Display2DImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getLineDisplayDirection
public java.lang.String getLineDisplayDirection()
Gets the value of the lineDisplayDirection property.- Returns:
- possible object is
String
-
setLineDisplayDirection
public void setLineDisplayDirection(java.lang.String value)
Sets the value of the lineDisplayDirection property.- Parameters:
value
- allowed object isString
-
getSampleDisplayDirection
public java.lang.String getSampleDisplayDirection()
Gets the value of the sampleDisplayDirection property.- Returns:
- possible object is
String
-
setSampleDisplayDirection
public void setSampleDisplayDirection(java.lang.String value)
Sets the value of the sampleDisplayDirection property.- Parameters:
value
- allowed object isString
-
-