public class VideoClipType extends ClipType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for VideoClipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoClipType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ClipType"> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
VideoClipType.PropInfo |
Constructor and Description |
---|
VideoClipType() |
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() |
VideoClipType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
VideoClipType |
withId(String value) |
VideoClipType |
withStream(int value) |
VideoClipType |
withSubClip(Collection<SubClipType> values) |
VideoClipType |
withSubClip(SubClipType... values) |
VideoClipType |
withTrack(int value) |
VideoClipType |
withUri(String value) |
getId, getStream, getSubClip, getTrack, getUri, isSetId, isSetStream, isSetSubClip, isSetTrack, isSetUri, setId, setStream, setTrack, setUri, unsetStream, unsetSubClip, unsetTrack
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class ClipType
public VideoClipType withSubClip(SubClipType... values)
withSubClip
in class ClipType
public VideoClipType withSubClip(Collection<SubClipType> values)
withSubClip
in class ClipType
public VideoClipType withUri(String value)
public VideoClipType withStream(int value)
withStream
in class ClipType
public VideoClipType withId(String value)
public VideoClipType withTrack(int value)
public VideoClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.