public class MovieDisplaySettings extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected FrameRate |
frameRate |
protected Boolean |
loopBackAndForthFlag |
protected Integer |
loopCount |
protected LoopDelay |
loopDelay |
protected Boolean |
loopFlag |
protected String |
timeDisplayAxis |
Constructor and Description |
---|
MovieDisplaySettings() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
FrameRate |
getFrameRate()
Gets the value of the frameRate property.
|
Integer |
getLoopCount()
Gets the value of the loopCount property.
|
LoopDelay |
getLoopDelay()
Gets the value of the loopDelay property.
|
String |
getTimeDisplayAxis()
Gets the value of the timeDisplayAxis property.
|
Boolean |
isLoopBackAndForthFlag()
Gets the value of the loopBackAndForthFlag property.
|
Boolean |
isLoopFlag()
Gets the value of the loopFlag property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setFrameRate(FrameRate value)
Sets the value of the frameRate property.
|
void |
setLoopBackAndForthFlag(Boolean value)
Sets the value of the loopBackAndForthFlag property.
|
void |
setLoopCount(Integer value)
Sets the value of the loopCount property.
|
void |
setLoopDelay(LoopDelay value)
Sets the value of the loopDelay property.
|
void |
setLoopFlag(Boolean value)
Sets the value of the loopFlag property.
|
void |
setTimeDisplayAxis(String value)
Sets the value of the timeDisplayAxis property.
|
protected String timeDisplayAxis
protected String comment
protected FrameRate frameRate
protected Boolean loopFlag
protected Integer loopCount
protected LoopDelay loopDelay
protected Boolean loopBackAndForthFlag
public String getTimeDisplayAxis()
String
public void setTimeDisplayAxis(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public FrameRate getFrameRate()
FrameRate
public void setFrameRate(FrameRate value)
value
- allowed object is
FrameRate
public Boolean isLoopFlag()
Boolean
public void setLoopFlag(Boolean value)
value
- allowed object is
Boolean
public Integer getLoopCount()
Integer
public void setLoopCount(Integer value)
value
- allowed object is
Integer
public LoopDelay getLoopDelay()
LoopDelay
public void setLoopDelay(LoopDelay value)
value
- allowed object is
LoopDelay
public Boolean isLoopBackAndForthFlag()
Boolean
Copyright © 2010–2017 Planetary Data System. All rights reserved.