public class SequenceTrackType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SequenceTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceTrackType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="audio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="segment" type="{http://xml.vidispine.com/schema/vidispine}SequenceMediaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="transition" type="{http://xml.vidispine.com/schema/vidispine}SequenceTransitionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
audio |
protected List<SequenceMediaType> |
segment |
protected List<SequenceTransitionType> |
transition |
| Constructor and Description |
|---|
SequenceTrackType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<SequenceMediaType> |
getSegment()
Gets the value of the segment property.
|
List<SequenceTransitionType> |
getTransition()
Gets the value of the transition property.
|
Boolean |
isAudio()
Gets the value of the audio property.
|
boolean |
isSetAudio() |
boolean |
isSetSegment() |
boolean |
isSetTransition() |
void |
setAudio(Boolean value)
Sets the value of the audio property.
|
void |
unsetSegment() |
void |
unsetTransition() |
SequenceTrackType |
withAudio(Boolean value) |
SequenceTrackType |
withSegment(Collection<SequenceMediaType> values) |
SequenceTrackType |
withSegment(SequenceMediaType... values) |
SequenceTrackType |
withTransition(Collection<SequenceTransitionType> values) |
SequenceTrackType |
withTransition(SequenceTransitionType... values) |
protected Boolean audio
protected List<SequenceMediaType> segment
protected List<SequenceTransitionType> transition
public Boolean isAudio()
Booleanpublic void setAudio(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAudio()
public List<SequenceMediaType> getSegment()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segment property.
For example, to add a new item, do as follows:
getSegment().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceMediaType
public boolean isSetSegment()
public void unsetSegment()
public List<SequenceTransitionType> getTransition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transition property.
For example, to add a new item, do as follows:
getTransition().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceTransitionType
public boolean isSetTransition()
public void unsetTransition()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SequenceTrackType withAudio(Boolean value)
public SequenceTrackType withSegment(SequenceMediaType... values)
public SequenceTrackType withSegment(Collection<SequenceMediaType> values)
public SequenceTrackType withTransition(SequenceTransitionType... values)
public SequenceTrackType withTransition(Collection<SequenceTransitionType> values)
Copyright © 2015. All rights reserved.