Class PartialFileRandomIndexType.Packet

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Enclosing class:
    PartialFileRandomIndexType

    public static class PartialFileRandomIndexType.Packet
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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:
    Serialized Form
    • Field Detail

      • pts

        protected Long pts
      • dts

        protected Long dts
      • length

        protected Long length
      • duration

        protected Long duration
      • stream

        protected Short stream
      • isKeyFrame

        protected Boolean isKeyFrame
    • Constructor Detail

      • Packet

        public Packet()
    • Method Detail

      • 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()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object