public static class TimelineType.Track.Source extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
TimelineType.Track.Source.PropInfo |
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 |
---|
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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 String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public String getSiteId()
String
public void setSiteId(String value)
value
- allowed object is
String
public boolean isSetSiteId()
public String getTrack()
String
public void setTrack(String value)
value
- allowed object is
String
public boolean isSetTrack()
public TimeIntervalType getInterval()
TimeIntervalType
public void setInterval(TimeIntervalType value)
value
- allowed object is
TimeIntervalType
public boolean isSetInterval()
public TimeCodeType getTransition()
TimeCodeType
public void setTransition(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetTransition()
public String getEffect()
String
public void setEffect(String value)
value
- allowed object is
String
public boolean isSetEffect()
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
public 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)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public TimelineType.Track.Source visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.