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()
Longpublic void setPts(long value)
value - allowed object is
Longpublic boolean isSetPts()
public void unsetPts()
public long getDts()
Longpublic void setDts(long value)
value - allowed object is
Longpublic boolean isSetDts()
public void unsetDts()
public BigInteger getOffset()
BigIntegerpublic void setOffset(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetOffset()
public long getLength()
Longpublic void setLength(long value)
value - allowed object is
Longpublic boolean isSetLength()
public void unsetLength()
public long getDuration()
Longpublic void setDuration(long value)
value - allowed object is
Longpublic boolean isSetDuration()
public void unsetDuration()
public short getStream()
Shortpublic void setStream(short value)
value - allowed object is
Shortpublic boolean isSetStream()
public void unsetStream()
public boolean isIsKeyFrame()
Booleanpublic void setIsKeyFrame(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsKeyFrame()
public void unsetIsKeyFrame()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.Equalspublic PartialFileRandomIndexType.Packet visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.