Package com.vidispine.generated
Class SubtitleComponentType
- java.lang.Object
-
- com.vidispine.generated.ComponentType
-
- com.vidispine.generated.MediaComponentType
-
- com.vidispine.generated.SubtitleComponentType
-
- 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 SubtitleComponentType extends MediaComponentType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SubtitleComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubtitleComponentType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}MediaComponentType"> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubtitleComponentType.PropInfo
-
Field Summary
-
Fields inherited from class com.vidispine.generated.MediaComponentType
bitrate, codec, duration, edl, essenceStreamId, extradata, interval, itemTrack, level, numberOfPackets, pid, profile, repeatCount, segment, startTimestamp, timeBase, trackOrder
-
Fields inherited from class com.vidispine.generated.ComponentType
file, id, metadata
-
-
Constructor Summary
Constructors Constructor Description SubtitleComponentType()
-
Method Summary
-
Methods inherited from class com.vidispine.generated.MediaComponentType
getBitrate, getCodec, getDuration, getEdl, getEssenceStreamId, getExtradata, getInterval, getItemTrack, getLevel, getNumberOfPackets, getPid, getProfile, getRepeatCount, getSegment, getStartTimestamp, getTimeBase, getTrackOrder, isSetBitrate, isSetCodec, isSetDuration, isSetEdl, isSetEssenceStreamId, isSetExtradata, isSetInterval, isSetItemTrack, isSetLevel, isSetNumberOfPackets, isSetPid, isSetProfile, isSetRepeatCount, isSetSegment, isSetStartTimestamp, isSetTimeBase, isSetTrackOrder, setBitrate, setCodec, setDuration, setEdl, setEssenceStreamId, setExtradata, setInterval, setItemTrack, setLevel, setNumberOfPackets, setPid, setProfile, setRepeatCount, setSegment, setStartTimestamp, setTimeBase, setTrackOrder
-
Methods inherited from class com.vidispine.generated.ComponentType
getFile, getId, getMetadata, isSetFile, isSetId, isSetMetadata, setId, unsetFile, unsetMetadata
-
-
-
-
Method Detail
-
clone
public Object clone()
- Overrides:
clone
in classMediaComponentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classMediaComponentType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classMediaComponentType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classMediaComponentType
-
withCodec
public SubtitleComponentType withCodec(String value)
- Overrides:
withCodec
in classMediaComponentType
-
withTimeBase
public SubtitleComponentType withTimeBase(TimeBaseType value)
- Overrides:
withTimeBase
in classMediaComponentType
-
withItemTrack
public SubtitleComponentType withItemTrack(String value)
- Overrides:
withItemTrack
in classMediaComponentType
-
withEssenceStreamId
public SubtitleComponentType withEssenceStreamId(Integer value)
- Overrides:
withEssenceStreamId
in classMediaComponentType
-
withInterval
public SubtitleComponentType withInterval(TimeIntervalType value)
- Overrides:
withInterval
in classMediaComponentType
-
withBitrate
public SubtitleComponentType withBitrate(Long value)
- Overrides:
withBitrate
in classMediaComponentType
-
withNumberOfPackets
public SubtitleComponentType withNumberOfPackets(Long value)
- Overrides:
withNumberOfPackets
in classMediaComponentType
-
withExtradata
public SubtitleComponentType withExtradata(byte[] value)
- Overrides:
withExtradata
in classMediaComponentType
-
withPid
public SubtitleComponentType withPid(Integer value)
- Overrides:
withPid
in classMediaComponentType
-
withDuration
public SubtitleComponentType withDuration(TimeCodeType value)
- Overrides:
withDuration
in classMediaComponentType
-
withProfile
public SubtitleComponentType withProfile(Integer value)
- Overrides:
withProfile
in classMediaComponentType
-
withLevel
public SubtitleComponentType withLevel(Integer value)
- Overrides:
withLevel
in classMediaComponentType
-
withEdl
public SubtitleComponentType withEdl(EDLType value)
- Overrides:
withEdl
in classMediaComponentType
-
withStartTimestamp
public SubtitleComponentType withStartTimestamp(TimeCodeType value)
- Overrides:
withStartTimestamp
in classMediaComponentType
-
withRepeatCount
public SubtitleComponentType withRepeatCount(BigInteger value)
- Overrides:
withRepeatCount
in classMediaComponentType
-
withTrackOrder
public SubtitleComponentType withTrackOrder(Integer value)
- Overrides:
withTrackOrder
in classMediaComponentType
-
withSegment
public SubtitleComponentType withSegment(Integer value)
- Overrides:
withSegment
in classMediaComponentType
-
withFile
public SubtitleComponentType withFile(FileType... values)
- Overrides:
withFile
in classMediaComponentType
-
withFile
public SubtitleComponentType withFile(Collection<FileType> values)
- Overrides:
withFile
in classMediaComponentType
-
withId
public SubtitleComponentType withId(String value)
- Overrides:
withId
in classMediaComponentType
-
withMetadata
public SubtitleComponentType withMetadata(KeyValuePairType... values)
- Overrides:
withMetadata
in classMediaComponentType
-
withMetadata
public SubtitleComponentType withMetadata(Collection<KeyValuePairType> values)
- Overrides:
withMetadata
in classMediaComponentType
-
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classMediaComponentType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classMediaComponentType
-
visit
public SubtitleComponentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classMediaComponentType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classMediaComponentType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMediaComponentType
-
-