Package gov.nasa.arc.pds.xml.generated
Class DisplaySettings
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DisplaySettings
 
- 
 public class DisplaySettings extends java.lang.ObjectThe Display_Settings class contains one or more classes describing how data should be displayed on a display device.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected ColorDisplaySettingscolorDisplaySettingsprotected DisplayDirectiondisplayDirectionprotected LocalInternalReferencelocalInternalReferenceprotected MovieDisplaySettingsmovieDisplaySettings
 - 
Constructor SummaryConstructors Constructor Description DisplaySettings()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorDisplaySettingsgetColorDisplaySettings()Gets the value of the colorDisplaySettings property.DisplayDirectiongetDisplayDirection()Gets the value of the displayDirection property.LocalInternalReferencegetLocalInternalReference()Gets the value of the localInternalReference property.MovieDisplaySettingsgetMovieDisplaySettings()Gets the value of the movieDisplaySettings property.voidsetColorDisplaySettings(ColorDisplaySettings value)Sets the value of the colorDisplaySettings property.voidsetDisplayDirection(DisplayDirection value)Sets the value of the displayDirection property.voidsetLocalInternalReference(LocalInternalReference value)Sets the value of the localInternalReference property.voidsetMovieDisplaySettings(MovieDisplaySettings value)Sets the value of the movieDisplaySettings property.
 
- 
- 
- 
Field Detail- 
localInternalReferenceprotected LocalInternalReference localInternalReference 
 - 
displayDirectionprotected DisplayDirection displayDirection 
 - 
colorDisplaySettingsprotected ColorDisplaySettings colorDisplaySettings 
 - 
movieDisplaySettingsprotected MovieDisplaySettings movieDisplaySettings 
 
- 
 - 
Method Detail- 
getLocalInternalReferencepublic LocalInternalReference getLocalInternalReference() Gets the value of the localInternalReference property.- Returns:
- possible object is
     LocalInternalReference
 
 - 
setLocalInternalReferencepublic void setLocalInternalReference(LocalInternalReference value) Sets the value of the localInternalReference property.- Parameters:
- value- allowed object is- LocalInternalReference
 
 - 
getDisplayDirectionpublic DisplayDirection getDisplayDirection() Gets the value of the displayDirection property.- Returns:
- possible object is
     DisplayDirection
 
 - 
setDisplayDirectionpublic void setDisplayDirection(DisplayDirection value) Sets the value of the displayDirection property.- Parameters:
- value- allowed object is- DisplayDirection
 
 - 
getColorDisplaySettingspublic ColorDisplaySettings getColorDisplaySettings() Gets the value of the colorDisplaySettings property.- Returns:
- possible object is
     ColorDisplaySettings
 
 - 
setColorDisplaySettingspublic void setColorDisplaySettings(ColorDisplaySettings value) Sets the value of the colorDisplaySettings property.- Parameters:
- value- allowed object is- ColorDisplaySettings
 
 - 
getMovieDisplaySettingspublic MovieDisplaySettings getMovieDisplaySettings() Gets the value of the movieDisplaySettings property.- Returns:
- possible object is
     MovieDisplaySettings
 
 - 
setMovieDisplaySettingspublic void setMovieDisplaySettings(MovieDisplaySettings value) Sets the value of the movieDisplaySettings property.- Parameters:
- value- allowed object is- MovieDisplaySettings
 
 
- 
 
-