Package gov.nasa.arc.pds.xml.generated
Class Display2DImage
java.lang.Object
gov.nasa.arc.pds.xml.generated.Display2DImage
public class Display2DImage extends 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 SummaryFields Modifier and Type Field Description protected StringlineDisplayDirectionprotected StringsampleDisplayDirection
- 
Constructor SummaryConstructors Constructor Description Display2DImage()
- 
Method SummaryModifier and Type Method Description StringgetLineDisplayDirection()Gets the value of the lineDisplayDirection property.StringgetSampleDisplayDirection()Gets the value of the sampleDisplayDirection property.voidsetLineDisplayDirection(String value)Sets the value of the lineDisplayDirection property.voidsetSampleDisplayDirection(String value)Sets the value of the sampleDisplayDirection property.
- 
Field Details- 
lineDisplayDirection
- 
sampleDisplayDirection
 
- 
- 
Constructor Details- 
Display2DImagepublic Display2DImage()
 
- 
- 
Method Details- 
getLineDisplayDirectionGets the value of the lineDisplayDirection property.- Returns:
- possible object is
     String
 
- 
setLineDisplayDirectionSets the value of the lineDisplayDirection property.- Parameters:
- value- allowed object is- String
 
- 
getSampleDisplayDirectionGets the value of the sampleDisplayDirection property.- Returns:
- possible object is
     String
 
- 
setSampleDisplayDirectionSets the value of the sampleDisplayDirection property.- Parameters:
- value- allowed object is- String
 
 
-