public class TimelineType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TimelineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimelineType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="destination" type="{http://xml.vidispine.com/schema/vidispine}ShapeType"/> <element name="track"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="source" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TimelineType.Track
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ShapeType |
destination |
protected TimelineType.Track |
track |
Constructor and Description |
---|
TimelineType() |
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() |
ShapeType |
getDestination()
Gets the value of the destination property.
|
TimelineType.Track |
getTrack()
Gets the value of the track property.
|
boolean |
isSetDestination() |
boolean |
isSetTrack() |
void |
setDestination(ShapeType value)
Sets the value of the destination property.
|
void |
setTrack(TimelineType.Track value)
Sets the value of the track property.
|
protected ShapeType destination
protected TimelineType.Track track
public ShapeType getDestination()
ShapeType
public void setDestination(ShapeType value)
value
- allowed object is
ShapeType
public boolean isSetDestination()
public TimelineType.Track getTrack()
TimelineType.Track
public void setTrack(TimelineType.Track value)
value
- allowed object is
TimelineType.Track
public boolean isSetTrack()
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 © 2016. All rights reserved.