public static class PartialFileRandomIndexType.Packet extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
PartialFileRandomIndexType.Packet.PropInfo |
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 |
---|
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() |
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.EqualsStrategy 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.
|
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) |
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
public PartialFileRandomIndexType.Packet withPts(long value)
public PartialFileRandomIndexType.Packet withDts(long value)
public PartialFileRandomIndexType.Packet withOffset(BigInteger value)
public PartialFileRandomIndexType.Packet withLength(long value)
public PartialFileRandomIndexType.Packet withDuration(long value)
public PartialFileRandomIndexType.Packet withStream(short value)
public PartialFileRandomIndexType.Packet withIsKeyFrame(boolean value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public PartialFileRandomIndexType.Packet visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.