public class DisplaySettings extends Object
Java class for Display_Settings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Display_Settings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://pds.nasa.gov/pds4/pds/v1}Local_Internal_Reference"/>
<element ref="{http://pds.nasa.gov/pds4/disp/v1}Display_Direction"/>
<element ref="{http://pds.nasa.gov/pds4/disp/v1}Color_Display_Settings" minOccurs="0"/>
<element ref="{http://pds.nasa.gov/pds4/disp/v1}Movie_Display_Settings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ColorDisplaySettings |
colorDisplaySettings |
protected DisplayDirection |
displayDirection |
protected LocalInternalReference |
localInternalReference |
protected MovieDisplaySettings |
movieDisplaySettings |
| Constructor and Description |
|---|
DisplaySettings() |
| Modifier and Type | Method and Description |
|---|---|
ColorDisplaySettings |
getColorDisplaySettings()
Gets the value of the colorDisplaySettings property.
|
DisplayDirection |
getDisplayDirection()
Gets the value of the displayDirection property.
|
LocalInternalReference |
getLocalInternalReference()
Gets the value of the localInternalReference property.
|
MovieDisplaySettings |
getMovieDisplaySettings()
Gets the value of the movieDisplaySettings property.
|
void |
setColorDisplaySettings(ColorDisplaySettings value)
Sets the value of the colorDisplaySettings property.
|
void |
setDisplayDirection(DisplayDirection value)
Sets the value of the displayDirection property.
|
void |
setLocalInternalReference(LocalInternalReference value)
Sets the value of the localInternalReference property.
|
void |
setMovieDisplaySettings(MovieDisplaySettings value)
Sets the value of the movieDisplaySettings property.
|
protected LocalInternalReference localInternalReference
protected DisplayDirection displayDirection
protected ColorDisplaySettings colorDisplaySettings
protected MovieDisplaySettings movieDisplaySettings
public LocalInternalReference getLocalInternalReference()
LocalInternalReferencepublic void setLocalInternalReference(LocalInternalReference value)
value - allowed object is
LocalInternalReferencepublic DisplayDirection getDisplayDirection()
DisplayDirectionpublic void setDisplayDirection(DisplayDirection value)
value - allowed object is
DisplayDirectionpublic ColorDisplaySettings getColorDisplaySettings()
ColorDisplaySettingspublic void setColorDisplaySettings(ColorDisplaySettings value)
value - allowed object is
ColorDisplaySettingspublic MovieDisplaySettings getMovieDisplaySettings()
MovieDisplaySettingspublic void setMovieDisplaySettings(MovieDisplaySettings value)
value - allowed object is
MovieDisplaySettingsCopyright © 2020. All rights reserved.