Class PartialFileRandomIndexType.Packet

java.lang.Object
com.vidispine.generated.PartialFileRandomIndexType.Packet
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
Enclosing class:
PartialFileRandomIndexType

public static class PartialFileRandomIndexType.Packet extends Object 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 anonymous complex type

.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="pts" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="dts" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="isKeyFrame" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • pts

      protected Long pts
    • dts

      protected Long dts
    • offset

      protected BigInteger offset
    • length

      protected Long length
    • duration

      protected Long duration
    • stream

      protected Short stream
    • isKeyFrame

      protected Boolean isKeyFrame
  • Constructor Details

    • Packet

      public Packet()
  • Method Details

    • getPts

      public long getPts()
      Gets the value of the pts property.
      Returns:
      possible object is Long
    • setPts

      public void setPts(long value)
      Sets the value of the pts property.
      Parameters:
      value - allowed object is Long
    • isSetPts

      public boolean isSetPts()
    • unsetPts

      public void unsetPts()
    • getDts

      public long getDts()
      Gets the value of the dts property.
      Returns:
      possible object is Long
    • setDts

      public void setDts(long value)
      Sets the value of the dts property.
      Parameters:
      value - allowed object is Long
    • isSetDts

      public boolean isSetDts()
    • unsetDts

      public void unsetDts()
    • getOffset

      public BigInteger getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is BigInteger
    • setOffset

      public void setOffset(BigInteger value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is BigInteger
    • isSetOffset

      public boolean isSetOffset()
    • getLength

      public long getLength()
      Gets the value of the length property.
      Returns:
      possible object is Long
    • setLength

      public void setLength(long value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is Long
    • isSetLength

      public boolean isSetLength()
    • unsetLength

      public void unsetLength()
    • getDuration

      public long getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is Long
    • setDuration

      public void setDuration(long value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is Long
    • isSetDuration

      public boolean isSetDuration()
    • unsetDuration

      public void unsetDuration()
    • getStream

      public short getStream()
      Gets the value of the stream property.
      Returns:
      possible object is Short
    • setStream

      public void setStream(short value)
      Sets the value of the stream property.
      Parameters:
      value - allowed object is Short
    • isSetStream

      public boolean isSetStream()
    • unsetStream

      public void unsetStream()
    • isIsKeyFrame

      public boolean isIsKeyFrame()
      Gets the value of the isKeyFrame property.
      Returns:
      possible object is Boolean
    • setIsKeyFrame

      public void setIsKeyFrame(boolean value)
      Sets the value of the isKeyFrame property.
      Parameters:
      value - allowed object is Boolean
    • isSetIsKeyFrame

      public boolean isSetIsKeyFrame()
    • unsetIsKeyFrame

      public void unsetIsKeyFrame()
    • clone

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

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

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withPts

      public PartialFileRandomIndexType.Packet withPts(long value)
      Sets the value of the pts property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withDts

      public PartialFileRandomIndexType.Packet withDts(long value)
      Sets the value of the dts property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withOffset

      public PartialFileRandomIndexType.Packet withOffset(BigInteger value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withLength

      public PartialFileRandomIndexType.Packet withLength(long value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withDuration

      public PartialFileRandomIndexType.Packet withDuration(long value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withStream

      public PartialFileRandomIndexType.Packet withStream(short value)
      Sets the value of the stream property.
      Parameters:
      value - allowed object is short
      Returns:
      The class instance
    • withIsKeyFrame

      public PartialFileRandomIndexType.Packet withIsKeyFrame(boolean value)
      Sets the value of the isKeyFrame property.
      Parameters:
      value - allowed object is boolean
      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
    • equals

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

      public PartialFileRandomIndexType.Packet visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • 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
    • hashCode

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

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