public class DisplayDirection
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment |
protected java.lang.String |
horizontalDisplayAxis |
protected java.lang.String |
horizontalDisplayDirection |
protected java.lang.String |
verticalDisplayAxis |
protected java.lang.String |
verticalDisplayDirection |
| Constructor and Description |
|---|
DisplayDirection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.String |
getHorizontalDisplayAxis()
Gets the value of the horizontalDisplayAxis property.
|
java.lang.String |
getHorizontalDisplayDirection()
Gets the value of the horizontalDisplayDirection property.
|
java.lang.String |
getVerticalDisplayAxis()
Gets the value of the verticalDisplayAxis property.
|
java.lang.String |
getVerticalDisplayDirection()
Gets the value of the verticalDisplayDirection property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setHorizontalDisplayAxis(java.lang.String value)
Sets the value of the horizontalDisplayAxis property.
|
void |
setHorizontalDisplayDirection(java.lang.String value)
Sets the value of the horizontalDisplayDirection property.
|
void |
setVerticalDisplayAxis(java.lang.String value)
Sets the value of the verticalDisplayAxis property.
|
void |
setVerticalDisplayDirection(java.lang.String value)
Sets the value of the verticalDisplayDirection property.
|
protected java.lang.String comment
protected java.lang.String horizontalDisplayAxis
protected java.lang.String horizontalDisplayDirection
protected java.lang.String verticalDisplayAxis
protected java.lang.String verticalDisplayDirection
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHorizontalDisplayAxis()
Stringpublic void setHorizontalDisplayAxis(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHorizontalDisplayDirection()
Stringpublic void setHorizontalDisplayDirection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVerticalDisplayAxis()
Stringpublic void setVerticalDisplayAxis(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVerticalDisplayDirection()
Stringpublic void setVerticalDisplayDirection(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.