Package gov.nasa.arc.pds.xml.generated
Class DisplayDirection
java.lang.Object
gov.nasa.arc.pds.xml.generated.DisplayDirection
public class DisplayDirection extends Object
The Display_Direction class specifies how two of
         the dimensions of an Array object should be displayed in the
         vertical (line) and horizontal (sample) dimensions of a display
         device.
 
 
Java class for Display_Direction complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Display_Direction">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
         <element name="horizontal_display_axis" type="{http://pds.nasa.gov/pds4/disp/v1}horizontal_display_axis"/>
         <element name="horizontal_display_direction" type="{http://pds.nasa.gov/pds4/disp/v1}horizontal_display_direction"/>
         <element name="vertical_display_axis" type="{http://pds.nasa.gov/pds4/disp/v1}vertical_display_axis"/>
         <element name="vertical_display_direction" type="{http://pds.nasa.gov/pds4/disp/v1}vertical_display_direction"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected Stringcommentprotected StringhorizontalDisplayAxisprotected StringhorizontalDisplayDirectionprotected StringverticalDisplayAxisprotected StringverticalDisplayDirection
- 
Constructor SummaryConstructors Constructor Description DisplayDirection()
- 
Method SummaryModifier and Type Method Description StringgetComment()Gets the value of the comment property.StringgetHorizontalDisplayAxis()Gets the value of the horizontalDisplayAxis property.StringgetHorizontalDisplayDirection()Gets the value of the horizontalDisplayDirection property.StringgetVerticalDisplayAxis()Gets the value of the verticalDisplayAxis property.StringgetVerticalDisplayDirection()Gets the value of the verticalDisplayDirection property.voidsetComment(String value)Sets the value of the comment property.voidsetHorizontalDisplayAxis(String value)Sets the value of the horizontalDisplayAxis property.voidsetHorizontalDisplayDirection(String value)Sets the value of the horizontalDisplayDirection property.voidsetVerticalDisplayAxis(String value)Sets the value of the verticalDisplayAxis property.voidsetVerticalDisplayDirection(String value)Sets the value of the verticalDisplayDirection property.
- 
Field Details- 
comment
- 
horizontalDisplayAxis
- 
horizontalDisplayDirection
- 
verticalDisplayAxis
- 
verticalDisplayDirection
 
- 
- 
Constructor Details- 
DisplayDirectionpublic DisplayDirection()
 
- 
- 
Method Details- 
getCommentGets the value of the comment property.- Returns:
- possible object is
     String
 
- 
setCommentSets the value of the comment property.- Parameters:
- value- allowed object is- String
 
- 
getHorizontalDisplayAxisGets the value of the horizontalDisplayAxis property.- Returns:
- possible object is
     String
 
- 
setHorizontalDisplayAxisSets the value of the horizontalDisplayAxis property.- Parameters:
- value- allowed object is- String
 
- 
getHorizontalDisplayDirectionGets the value of the horizontalDisplayDirection property.- Returns:
- possible object is
     String
 
- 
setHorizontalDisplayDirectionSets the value of the horizontalDisplayDirection property.- Parameters:
- value- allowed object is- String
 
- 
getVerticalDisplayAxisGets the value of the verticalDisplayAxis property.- Returns:
- possible object is
     String
 
- 
setVerticalDisplayAxisSets the value of the verticalDisplayAxis property.- Parameters:
- value- allowed object is- String
 
- 
getVerticalDisplayDirectionGets the value of the verticalDisplayDirection property.- Returns:
- possible object is
     String
 
- 
setVerticalDisplayDirectionSets the value of the verticalDisplayDirection property.- Parameters:
- value- allowed object is- String
 
 
-