Package com.vidispine.generated
Class VideoClipType
java.lang.Object
com.vidispine.generated.ClipType
com.vidispine.generated.VideoClipType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class VideoClipType
extends ClipType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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">
<attribute name="directCopy" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the directCopy property.boolean
void
setDirectCopy
(boolean value) Sets the value of the directCopy property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDirectCopy
(boolean value) Sets the value of the directCopy property.Sets the value of the id property.withPid
(int value) Sets the value of the pid property.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStream
(int value) Sets the value of the stream property.withSubClip
(SubClipType... values) Adds objects to the list of SubClip using add methodwithSubClip
(Collection<SubClipType> values) Adds objects to the list of SubClip using addAll methodwithTrack
(int value) Sets the value of the track property.Sets the value of the uri property.Methods inherited from class com.vidispine.generated.ClipType
getId, getPid, getSetting, getStream, getSubClip, getTrack, getUri, isSetId, isSetPid, isSetSetting, isSetStream, isSetSubClip, isSetTrack, isSetUri, setId, setPid, setStream, setTrack, setUri, unsetPid, unsetSetting, unsetStream, unsetSubClip, unsetTrack
-
Field Details
-
directCopy
-
-
Constructor Details
-
VideoClipType
public VideoClipType()
-
-
Method Details
-
isDirectCopy
public boolean isDirectCopy()Gets the value of the directCopy property.- Returns:
- possible object is
Boolean
-
setDirectCopy
public void setDirectCopy(boolean value) Sets the value of the directCopy property.- Parameters:
value
- allowed object isBoolean
-
isSetDirectCopy
public boolean isSetDirectCopy() -
unsetDirectCopy
public void unsetDirectCopy() -
clone
-
copyTo
-
copyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classClipType
-
withDirectCopy
Sets the value of the directCopy property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withSubClip
Adds objects to the list of SubClip using add method- Overrides:
withSubClip
in classClipType
- Parameters:
values
- objects to add to the list SubClip- Returns:
- The class instance
-
withSubClip
Adds objects to the list of SubClip using addAll method- Overrides:
withSubClip
in classClipType
- Parameters:
values
- objects to add to the list SubClip- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Overrides:
withSetting
in classClipType
- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Overrides:
withSetting
in classClipType
- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withUri
Sets the value of the uri property. -
withStream
Sets the value of the stream property.- Overrides:
withStream
in classClipType
- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withId
Sets the value of the id property. -
withPid
Sets the value of the pid property. -
withTrack
Sets the value of the track property. -
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) -
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classClipType
-