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() |
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()
String
public void setItem(String value)
value
- allowed object is
String
public boolean isSetItem()
public int getSourceTrack()
public void setSourceTrack(int value)
public boolean isSetSourceTrack()
public TimeCodeType getIn()
TimeCodeType
public void setIn(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetIn()
public TimeCodeType getOut()
TimeCodeType
public void setOut(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetOut()
public TimeCodeType getSourceIn()
TimeCodeType
public void setSourceIn(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetSourceIn()
public TimeCodeType getSourceOut()
TimeCodeType
public void setSourceOut(TimeCodeType value)
value
- allowed object is
TimeCodeType
public 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.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.