Package com.vidispine.generated
Class PartialFileRandomIndexType.Packet
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartialFileRandomIndexType.Packet.PropInfo
-
Constructor Summary
Constructors Constructor Description Packet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
long
getDts()
Gets the value of the dts property.long
getDuration()
Gets the value of the duration property.long
getLength()
Gets the value of the length property.BigInteger
getOffset()
Gets the value of the offset property.long
getPts()
Gets the value of the pts property.short
getStream()
Gets the value of the stream property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isIsKeyFrame()
Gets the value of the isKeyFrame property.boolean
isSetDts()
boolean
isSetDuration()
boolean
isSetIsKeyFrame()
boolean
isSetLength()
boolean
isSetOffset()
boolean
isSetPts()
boolean
isSetStream()
void
setDts(long value)
Sets the value of the dts property.void
setDuration(long value)
Sets the value of the duration property.void
setIsKeyFrame(boolean value)
Sets the value of the isKeyFrame property.void
setLength(long value)
Sets the value of the length property.void
setOffset(BigInteger value)
Sets the value of the offset property.void
setPts(long value)
Sets the value of the pts property.void
setStream(short value)
Sets the value of the stream property.void
unsetDts()
void
unsetDuration()
void
unsetIsKeyFrame()
void
unsetLength()
void
unsetPts()
void
unsetStream()
PartialFileRandomIndexType.Packet
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
PartialFileRandomIndexType.Packet
withDts(long value)
PartialFileRandomIndexType.Packet
withDuration(long value)
PartialFileRandomIndexType.Packet
withIsKeyFrame(boolean value)
PartialFileRandomIndexType.Packet
withLength(long value)
PartialFileRandomIndexType.Packet
withOffset(BigInteger value)
PartialFileRandomIndexType.Packet
withPts(long value)
PartialFileRandomIndexType.Packet
withStream(short value)
-
-
-
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 isLong
-
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 isLong
-
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 isBigInteger
-
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 isLong
-
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 isLong
-
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 isShort
-
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 isBoolean
-
isSetIsKeyFrame
public boolean isSetIsKeyFrame()
-
unsetIsKeyFrame
public void unsetIsKeyFrame()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withPts
public PartialFileRandomIndexType.Packet withPts(long value)
-
withDts
public PartialFileRandomIndexType.Packet withDts(long value)
-
withOffset
public PartialFileRandomIndexType.Packet withOffset(BigInteger value)
-
withLength
public PartialFileRandomIndexType.Packet withLength(long value)
-
withDuration
public PartialFileRandomIndexType.Packet withDuration(long value)
-
withStream
public PartialFileRandomIndexType.Packet withStream(short value)
-
withIsKeyFrame
public PartialFileRandomIndexType.Packet withIsKeyFrame(boolean value)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public PartialFileRandomIndexType.Packet visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-