public static class TimelineType.Track.Source extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sequence" type="{http://www.w3.org/2001/XMLSchema}int"/>
<choice>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="siteId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
</choice>
<element name="track" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType"/>
<element name="transition" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
<element name="effect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
effect |
protected TimeIntervalType |
interval |
protected int |
sequence |
protected String |
siteId |
protected String |
track |
protected TimeCodeType |
transition |
protected String |
uri |
| Constructor and Description |
|---|
TimelineType.Track.Source() |
| 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() |
String |
getEffect()
Gets the value of the effect property.
|
TimeIntervalType |
getInterval()
Gets the value of the interval property.
|
int |
getSequence()
Gets the value of the sequence property.
|
String |
getSiteId()
Gets the value of the siteId property.
|
String |
getTrack()
Gets the value of the track property.
|
TimeCodeType |
getTransition()
Gets the value of the transition property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetEffect() |
boolean |
isSetInterval() |
boolean |
isSetSequence() |
boolean |
isSetSiteId() |
boolean |
isSetTrack() |
boolean |
isSetTransition() |
boolean |
isSetUri() |
void |
setEffect(String value)
Sets the value of the effect property.
|
void |
setInterval(TimeIntervalType value)
Sets the value of the interval property.
|
void |
setSequence(int value)
Sets the value of the sequence property.
|
void |
setSiteId(String value)
Sets the value of the siteId property.
|
void |
setTrack(String value)
Sets the value of the track property.
|
void |
setTransition(TimeCodeType value)
Sets the value of the transition property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
TimelineType.Track.Source |
withEffect(String value) |
TimelineType.Track.Source |
withInterval(TimeIntervalType value) |
TimelineType.Track.Source |
withSequence(int value) |
TimelineType.Track.Source |
withSiteId(String value) |
TimelineType.Track.Source |
withTrack(String value) |
TimelineType.Track.Source |
withTransition(TimeCodeType value) |
TimelineType.Track.Source |
withUri(String value) |
protected int sequence
protected String uri
protected String siteId
protected String track
protected TimeIntervalType interval
protected TimeCodeType transition
protected String effect
public int getSequence()
public void setSequence(int value)
public boolean isSetSequence()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public String getSiteId()
Stringpublic void setSiteId(String value)
value - allowed object is
Stringpublic boolean isSetSiteId()
public String getTrack()
Stringpublic void setTrack(String value)
value - allowed object is
Stringpublic boolean isSetTrack()
public TimeIntervalType getInterval()
TimeIntervalTypepublic void setInterval(TimeIntervalType value)
value - allowed object is
TimeIntervalTypepublic boolean isSetInterval()
public TimeCodeType getTransition()
TimeCodeTypepublic void setTransition(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetTransition()
public String getEffect()
Stringpublic void setEffect(String value)
value - allowed object is
Stringpublic boolean isSetEffect()
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 TimelineType.Track.Source withSequence(int value)
public TimelineType.Track.Source withUri(String value)
public TimelineType.Track.Source withSiteId(String value)
public TimelineType.Track.Source withTrack(String value)
public TimelineType.Track.Source withInterval(TimeIntervalType value)
public TimelineType.Track.Source withTransition(TimeCodeType value)
public TimelineType.Track.Source withEffect(String value)
Copyright © 2015. All rights reserved.