Class DisplaySettings


  • public class DisplaySettings
    extends java.lang.Object
    The 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>