Package gov.nasa.arc.pds.xml.generated
Class DisplayDirection
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DisplayDirection
 
- 
 public class DisplayDirection extends java.lang.ObjectThe 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 java.lang.Stringcommentprotected java.lang.StringhorizontalDisplayAxisprotected java.lang.StringhorizontalDisplayDirectionprotected java.lang.StringverticalDisplayAxisprotected java.lang.StringverticalDisplayDirection
 - 
Constructor SummaryConstructors Constructor Description DisplayDirection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the value of the comment property.java.lang.StringgetHorizontalDisplayAxis()Gets the value of the horizontalDisplayAxis property.java.lang.StringgetHorizontalDisplayDirection()Gets the value of the horizontalDisplayDirection property.java.lang.StringgetVerticalDisplayAxis()Gets the value of the verticalDisplayAxis property.java.lang.StringgetVerticalDisplayDirection()Gets the value of the verticalDisplayDirection property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetHorizontalDisplayAxis(java.lang.String value)Sets the value of the horizontalDisplayAxis property.voidsetHorizontalDisplayDirection(java.lang.String value)Sets the value of the horizontalDisplayDirection property.voidsetVerticalDisplayAxis(java.lang.String value)Sets the value of the verticalDisplayAxis property.voidsetVerticalDisplayDirection(java.lang.String value)Sets the value of the verticalDisplayDirection property.
 
- 
- 
- 
Field Detail- 
commentprotected java.lang.String comment 
 - 
horizontalDisplayAxisprotected java.lang.String horizontalDisplayAxis 
 - 
horizontalDisplayDirectionprotected java.lang.String horizontalDisplayDirection 
 - 
verticalDisplayAxisprotected java.lang.String verticalDisplayAxis 
 - 
verticalDisplayDirectionprotected java.lang.String verticalDisplayDirection 
 
- 
 - 
Method Detail- 
getCommentpublic java.lang.String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(java.lang.String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 - 
getHorizontalDisplayAxispublic java.lang.String getHorizontalDisplayAxis() Gets the value of the horizontalDisplayAxis property.- Returns:
- possible object is
     String
 
 - 
setHorizontalDisplayAxispublic void setHorizontalDisplayAxis(java.lang.String value) Sets the value of the horizontalDisplayAxis property.- Parameters:
- value- allowed object is- String
 
 - 
getHorizontalDisplayDirectionpublic java.lang.String getHorizontalDisplayDirection() Gets the value of the horizontalDisplayDirection property.- Returns:
- possible object is
     String
 
 - 
setHorizontalDisplayDirectionpublic void setHorizontalDisplayDirection(java.lang.String value) Sets the value of the horizontalDisplayDirection property.- Parameters:
- value- allowed object is- String
 
 - 
getVerticalDisplayAxispublic java.lang.String getVerticalDisplayAxis() Gets the value of the verticalDisplayAxis property.- Returns:
- possible object is
     String
 
 - 
setVerticalDisplayAxispublic void setVerticalDisplayAxis(java.lang.String value) Sets the value of the verticalDisplayAxis property.- Parameters:
- value- allowed object is- String
 
 - 
getVerticalDisplayDirectionpublic java.lang.String getVerticalDisplayDirection() Gets the value of the verticalDisplayDirection property.- Returns:
- possible object is
     String
 
 - 
setVerticalDisplayDirectionpublic void setVerticalDisplayDirection(java.lang.String value) Sets the value of the verticalDisplayDirection property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-