Class StreamIntervalType

java.lang.Object
com.vidispine.generated.TimeIntervalType
com.vidispine.generated.StreamIntervalType
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 StreamIntervalType extends TimeIntervalType 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 StreamIntervalType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="StreamIntervalType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType">
       <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
       <attribute name="numberOfFrames" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • index

      protected int index
    • numberOfFrames

      protected int numberOfFrames
  • Constructor Details

    • StreamIntervalType

      public StreamIntervalType()
  • Method Details

    • getIndex

      public int getIndex()
      Gets the value of the index property.
    • setIndex

      public void setIndex(int value)
      Sets the value of the index property.
    • isSetIndex

      public boolean isSetIndex()
    • getNumberOfFrames

      public int getNumberOfFrames()
      Gets the value of the numberOfFrames property.
    • setNumberOfFrames

      public void setNumberOfFrames(int value)
      Sets the value of the numberOfFrames property.
    • isSetNumberOfFrames

      public boolean isSetNumberOfFrames()
    • clone

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

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class TimeIntervalType
    • 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 TimeIntervalType
    • createNewInstance

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

      public StreamIntervalType withIndex(int value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withNumberOfFrames

      public StreamIntervalType withNumberOfFrames(int value)
      Sets the value of the numberOfFrames property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withStart

      public StreamIntervalType withStart(TimeCodeType value)
      Sets the value of the start property.
      Overrides:
      withStart in class TimeIntervalType
      Parameters:
      value - allowed object is TimeCodeType
      Returns:
      The class instance
    • withEnd

      public StreamIntervalType withEnd(TimeCodeType value)
      Sets the value of the end property.
      Overrides:
      withEnd in class TimeIntervalType
      Parameters:
      value - allowed object is TimeCodeType
      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 TimeIntervalType
    • equals

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

      public StreamIntervalType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class TimeIntervalType
    • 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 TimeIntervalType
    • hashCode

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

      public String toString()
      Overrides:
      toString in class TimeIntervalType
    • 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 TimeIntervalType
    • 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 TimeIntervalType