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