Package com.vidispine.generated
Class VideoClipType
- java.lang.Object
-
- com.vidispine.generated.ClipType
-
- com.vidispine.generated.VideoClipType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class VideoClipType extends ClipType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VideoClipType.PropInfo
-
Constructor Summary
Constructors Constructor Description VideoClipType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
VideoClipType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VideoClipType
withId(String value)
VideoClipType
withStream(int value)
VideoClipType
withSubClip(SubClipType... values)
VideoClipType
withSubClip(Collection<SubClipType> values)
VideoClipType
withTrack(int value)
VideoClipType
withUri(String value)
-
Methods inherited from class com.vidispine.generated.ClipType
getId, getStream, getSubClip, getTrack, getUri, isSetId, isSetStream, isSetSubClip, isSetTrack, isSetUri, setId, setStream, setTrack, setUri, unsetStream, unsetSubClip, unsetTrack
-
-
-
-
Method Detail
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classClipType
-
withSubClip
public VideoClipType withSubClip(SubClipType... values)
- Overrides:
withSubClip
in classClipType
-
withSubClip
public VideoClipType withSubClip(Collection<SubClipType> values)
- Overrides:
withSubClip
in classClipType
-
withUri
public VideoClipType withUri(String value)
-
withStream
public VideoClipType withStream(int value)
- Overrides:
withStream
in classClipType
-
withId
public VideoClipType withId(String value)
-
withTrack
public VideoClipType withTrack(int value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
visit
public VideoClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
-