public static class PartialFileRandomIndexType.Packet extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected Long |
dts |
protected Long |
duration |
protected Boolean |
isKeyFrame |
protected Long |
length |
protected BigInteger |
offset |
protected Long |
pts |
protected Short |
stream |
Constructor and Description |
---|
PartialFileRandomIndexType.Packet() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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() |
protected Long pts
protected Long dts
protected BigInteger offset
protected Long length
protected Long duration
protected Short stream
protected Boolean isKeyFrame
public long getPts()
Long
public void setPts(long value)
value
- allowed object is
Long
public boolean isSetPts()
public void unsetPts()
public long getDts()
Long
public void setDts(long value)
value
- allowed object is
Long
public boolean isSetDts()
public void unsetDts()
public BigInteger getOffset()
BigInteger
public void setOffset(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetOffset()
public long getLength()
Long
public void setLength(long value)
value
- allowed object is
Long
public boolean isSetLength()
public void unsetLength()
public long getDuration()
Long
public void setDuration(long value)
value
- allowed object is
Long
public boolean isSetDuration()
public void unsetDuration()
public short getStream()
Short
public void setStream(short value)
value
- allowed object is
Short
public boolean isSetStream()
public void unsetStream()
public boolean isIsKeyFrame()
Boolean
public void setIsKeyFrame(boolean value)
value
- allowed object is
Boolean
public boolean isSetIsKeyFrame()
public void unsetIsKeyFrame()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.