Package gov.nasa.arc.pds.xml.generated
Class DisplayDirection
java.lang.Object
gov.nasa.arc.pds.xml.generated.DisplayDirection
The Display_Direction class specifies which two
of the dimensions of an Array object should be displayed and how
they should be displayed in the vertical (line) and horizontal
(sample) dimensions of a display device. This class is a
modification of the corresponding class in the Display
Dictionary, and is redefined here for convenience. The
local_identifier_reference is used to identify the array or
arrays to which this iteration of the class applies. Multiple
entries are permitted the settings in the iteration of
Display_Direction apply to all of the referenced arrays.
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 ref="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
<element name="local_identifier_reference" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier_reference" maxOccurs="unbounded" minOccurs="0"/>
<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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the horizontalDisplayAxis property.Gets the value of the horizontalDisplayDirection property.Gets the value of the localIdentifier property.Gets the value of the localIdentifierReferences property.Gets the value of the verticalDisplayAxis property.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.voidSets the value of the horizontalDisplayDirection property.voidsetLocalIdentifier(String value) Sets the value of the localIdentifier property.voidsetVerticalDisplayAxis(String value) Sets the value of the verticalDisplayAxis property.voidSets the value of the verticalDisplayDirection property.
-
Field Details
-
localIdentifier
-
localIdentifierReferences
-
comment
-
horizontalDisplayAxis
-
horizontalDisplayDirection
-
verticalDisplayAxis
-
verticalDisplayDirection
-
-
Constructor Details
-
DisplayDirection
public DisplayDirection()
-
-
Method Details
-
getLocalIdentifier
Gets the value of the localIdentifier property.- Returns:
- possible object is
String
-
setLocalIdentifier
Sets the value of the localIdentifier property.- Parameters:
value- allowed object isString
-
getLocalIdentifierReferences
Gets the value of the localIdentifierReferences property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the localIdentifierReferences property.For example, to add a new item, do as follows:
getLocalIdentifierReferences().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>- Returns:
- The value of the localIdentifierReferences property.
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getHorizontalDisplayAxis
Gets the value of the horizontalDisplayAxis property.- Returns:
- possible object is
String
-
setHorizontalDisplayAxis
Sets the value of the horizontalDisplayAxis property.- Parameters:
value- allowed object isString
-
getHorizontalDisplayDirection
Gets the value of the horizontalDisplayDirection property.- Returns:
- possible object is
String
-
setHorizontalDisplayDirection
Sets the value of the horizontalDisplayDirection property.- Parameters:
value- allowed object isString
-
getVerticalDisplayAxis
Gets the value of the verticalDisplayAxis property.- Returns:
- possible object is
String
-
setVerticalDisplayAxis
Sets the value of the verticalDisplayAxis property.- Parameters:
value- allowed object isString
-
getVerticalDisplayDirection
Gets the value of the verticalDisplayDirection property.- Returns:
- possible object is
String
-
setVerticalDisplayDirection
Sets the value of the verticalDisplayDirection property.- Parameters:
value- allowed object isString
-