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:
  • Field Details

    • directCopy

      protected Boolean 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 is Boolean
    • isSetDirectCopy

      public boolean isSetDirectCopy()
    • unsetDirectCopy

      public void unsetDirectCopy()
    • clone

      public Object clone()
      Overrides:
      clone in class ClipType
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class ClipType
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class ClipType
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class ClipType
    • withDirectCopy

      public VideoClipType withDirectCopy(boolean value)
      Sets the value of the directCopy property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withSubClip

      public VideoClipType withSubClip(SubClipType... values)
      Adds objects to the list of SubClip using add method
      Overrides:
      withSubClip in class ClipType
      Parameters:
      values - objects to add to the list SubClip
      Returns:
      The class instance
    • withSubClip

      public VideoClipType withSubClip(Collection<SubClipType> values)
      Adds objects to the list of SubClip using addAll method
      Overrides:
      withSubClip in class ClipType
      Parameters:
      values - objects to add to the list SubClip
      Returns:
      The class instance
    • withSetting

      public VideoClipType withSetting(KeyValuePairType... values)
      Adds objects to the list of Setting using add method
      Overrides:
      withSetting in class ClipType
      Parameters:
      values - objects to add to the list Setting
      Returns:
      The class instance
    • withSetting

      public VideoClipType withSetting(Collection<KeyValuePairType> values)
      Adds objects to the list of Setting using addAll method
      Overrides:
      withSetting in class ClipType
      Parameters:
      values - objects to add to the list Setting
      Returns:
      The class instance
    • withUri

      public VideoClipType withUri(String value)
      Sets the value of the uri property.
      Overrides:
      withUri in class ClipType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStream

      public VideoClipType withStream(int value)
      Sets the value of the stream property.
      Overrides:
      withStream in class ClipType
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withId

      public VideoClipType withId(String value)
      Sets the value of the id property.
      Overrides:
      withId in class ClipType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPid

      public VideoClipType withPid(int value)
      Sets the value of the pid property.
      Overrides:
      withPid in class ClipType
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withTrack

      public VideoClipType withTrack(int value)
      Sets the value of the track property.
      Overrides:
      withTrack in class ClipType
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class ClipType
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class ClipType
    • visit

      public VideoClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class ClipType
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class ClipType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ClipType
    • toString

      public String toString()
      Overrides:
      toString in class ClipType
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class ClipType
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class ClipType