Package gov.nasa.arc.pds.xml.generated
Class MovieDisplaySettings
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.MovieDisplaySettings
 
- 
 public class MovieDisplaySettings extends java.lang.ObjectThe Movie_Display_Settings class provides default values for the display of a multi-banded Array using a software application capable of displaying video content.Java class for Movie_Display_Settings complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Movie_Display_Settings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="time_display_axis" type="{http://pds.nasa.gov/pds4/disp/v1}time_display_axis"/> <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/> <element name="frame_rate" type="{http://pds.nasa.gov/pds4/disp/v1}frame_rate" minOccurs="0"/> <element name="loop_flag" type="{http://pds.nasa.gov/pds4/disp/v1}loop_flag" minOccurs="0"/> <element name="loop_count" type="{http://pds.nasa.gov/pds4/disp/v1}loop_count" minOccurs="0"/> <element name="loop_delay" type="{http://pds.nasa.gov/pds4/disp/v1}loop_delay" minOccurs="0"/> <element name="loop_back_and_forth_flag" type="{http://pds.nasa.gov/pds4/disp/v1}loop_back_and_forth_flag" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringcommentprotected FrameRateframeRateprotected java.lang.BooleanloopBackAndForthFlagprotected java.lang.LongloopCountprotected LoopDelayloopDelayprotected java.lang.BooleanloopFlagprotected java.lang.StringtimeDisplayAxis
 - 
Constructor SummaryConstructors Constructor Description MovieDisplaySettings()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the value of the comment property.FrameRategetFrameRate()Gets the value of the frameRate property.java.lang.LonggetLoopCount()Gets the value of the loopCount property.LoopDelaygetLoopDelay()Gets the value of the loopDelay property.java.lang.StringgetTimeDisplayAxis()Gets the value of the timeDisplayAxis property.java.lang.BooleanisLoopBackAndForthFlag()Gets the value of the loopBackAndForthFlag property.java.lang.BooleanisLoopFlag()Gets the value of the loopFlag property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetFrameRate(FrameRate value)Sets the value of the frameRate property.voidsetLoopBackAndForthFlag(java.lang.Boolean value)Sets the value of the loopBackAndForthFlag property.voidsetLoopCount(java.lang.Long value)Sets the value of the loopCount property.voidsetLoopDelay(LoopDelay value)Sets the value of the loopDelay property.voidsetLoopFlag(java.lang.Boolean value)Sets the value of the loopFlag property.voidsetTimeDisplayAxis(java.lang.String value)Sets the value of the timeDisplayAxis property.
 
- 
- 
- 
Field Detail- 
timeDisplayAxisprotected java.lang.String timeDisplayAxis 
 - 
commentprotected java.lang.String comment 
 - 
frameRateprotected FrameRate frameRate 
 - 
loopFlagprotected java.lang.Boolean loopFlag 
 - 
loopCountprotected java.lang.Long loopCount 
 - 
loopDelayprotected LoopDelay loopDelay 
 - 
loopBackAndForthFlagprotected java.lang.Boolean loopBackAndForthFlag 
 
- 
 - 
Method Detail- 
getTimeDisplayAxispublic java.lang.String getTimeDisplayAxis() Gets the value of the timeDisplayAxis property.- Returns:
- possible object is
     String
 
 - 
setTimeDisplayAxispublic void setTimeDisplayAxis(java.lang.String value) Sets the value of the timeDisplayAxis property.- Parameters:
- value- allowed object is- String
 
 - 
getCommentpublic java.lang.String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(java.lang.String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 - 
getFrameRatepublic FrameRate getFrameRate() Gets the value of the frameRate property.- Returns:
- possible object is
     FrameRate
 
 - 
setFrameRatepublic void setFrameRate(FrameRate value) Sets the value of the frameRate property.- Parameters:
- value- allowed object is- FrameRate
 
 - 
isLoopFlagpublic java.lang.Boolean isLoopFlag() Gets the value of the loopFlag property.- Returns:
- possible object is
     Boolean
 
 - 
setLoopFlagpublic void setLoopFlag(java.lang.Boolean value) Sets the value of the loopFlag property.- Parameters:
- value- allowed object is- Boolean
 
 - 
getLoopCountpublic java.lang.Long getLoopCount() Gets the value of the loopCount property.- Returns:
- possible object is
     Long
 
 - 
setLoopCountpublic void setLoopCount(java.lang.Long value) Sets the value of the loopCount property.- Parameters:
- value- allowed object is- Long
 
 - 
getLoopDelaypublic LoopDelay getLoopDelay() Gets the value of the loopDelay property.- Returns:
- possible object is
     LoopDelay
 
 - 
setLoopDelaypublic void setLoopDelay(LoopDelay value) Sets the value of the loopDelay property.- Parameters:
- value- allowed object is- LoopDelay
 
 - 
isLoopBackAndForthFlagpublic java.lang.Boolean isLoopBackAndForthFlag() Gets the value of the loopBackAndForthFlag property.- Returns:
- possible object is
     Boolean
 
 - 
setLoopBackAndForthFlagpublic void setLoopBackAndForthFlag(java.lang.Boolean value) Sets the value of the loopBackAndForthFlag property.- Parameters:
- value- allowed object is- Boolean
 
 
- 
 
-