public class SequenceMediaType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SequenceMediaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceMediaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="item" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
<element name="sourceTrack" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="in" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
<element name="out" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
<element name="sourceIn" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
<element name="sourceOut" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
<element name="effect" type="{http://xml.vidispine.com/schema/vidispine}EffectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EffectType> |
effect |
protected TimeCodeType |
in |
protected String |
item |
protected TimeCodeType |
out |
protected TimeCodeType |
sourceIn |
protected TimeCodeType |
sourceOut |
protected int |
sourceTrack |
| Constructor and Description |
|---|
SequenceMediaType() |
| 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<EffectType> |
getEffect()
Gets the value of the effect property.
|
TimeCodeType |
getIn()
Gets the value of the in property.
|
String |
getItem()
Gets the value of the item property.
|
TimeCodeType |
getOut()
Gets the value of the out property.
|
TimeCodeType |
getSourceIn()
Gets the value of the sourceIn property.
|
TimeCodeType |
getSourceOut()
Gets the value of the sourceOut property.
|
int |
getSourceTrack()
Gets the value of the sourceTrack property.
|
boolean |
isSetEffect() |
boolean |
isSetIn() |
boolean |
isSetItem() |
boolean |
isSetOut() |
boolean |
isSetSourceIn() |
boolean |
isSetSourceOut() |
boolean |
isSetSourceTrack() |
void |
setIn(TimeCodeType value)
Sets the value of the in property.
|
void |
setItem(String value)
Sets the value of the item property.
|
void |
setOut(TimeCodeType value)
Sets the value of the out property.
|
void |
setSourceIn(TimeCodeType value)
Sets the value of the sourceIn property.
|
void |
setSourceOut(TimeCodeType value)
Sets the value of the sourceOut property.
|
void |
setSourceTrack(int value)
Sets the value of the sourceTrack property.
|
void |
unsetEffect() |
SequenceMediaType |
withEffect(Collection<EffectType> values) |
SequenceMediaType |
withEffect(EffectType... values) |
SequenceMediaType |
withIn(TimeCodeType value) |
SequenceMediaType |
withItem(String value) |
SequenceMediaType |
withOut(TimeCodeType value) |
SequenceMediaType |
withSourceIn(TimeCodeType value) |
SequenceMediaType |
withSourceOut(TimeCodeType value) |
SequenceMediaType |
withSourceTrack(int value) |
protected String item
protected int sourceTrack
protected TimeCodeType in
protected TimeCodeType out
protected TimeCodeType sourceIn
protected TimeCodeType sourceOut
protected List<EffectType> effect
public String getItem()
Stringpublic void setItem(String value)
value - allowed object is
Stringpublic boolean isSetItem()
public int getSourceTrack()
public void setSourceTrack(int value)
public boolean isSetSourceTrack()
public TimeCodeType getIn()
TimeCodeTypepublic void setIn(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetIn()
public TimeCodeType getOut()
TimeCodeTypepublic void setOut(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetOut()
public TimeCodeType getSourceIn()
TimeCodeTypepublic void setSourceIn(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetSourceIn()
public TimeCodeType getSourceOut()
TimeCodeTypepublic void setSourceOut(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetSourceOut()
public List<EffectType> getEffect()
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 effect property.
For example, to add a new item, do as follows:
getEffect().add(newItem);
Objects of the following type(s) are allowed in the list
EffectType
public boolean isSetEffect()
public void unsetEffect()
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 SequenceMediaType withItem(String value)
public SequenceMediaType withSourceTrack(int value)
public SequenceMediaType withIn(TimeCodeType value)
public SequenceMediaType withOut(TimeCodeType value)
public SequenceMediaType withSourceIn(TimeCodeType value)
public SequenceMediaType withSourceOut(TimeCodeType value)
public SequenceMediaType withEffect(EffectType... values)
public SequenceMediaType withEffect(Collection<EffectType> values)
Copyright © 2015. All rights reserved.