public class PartialFileRandomIndexType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for PartialFileRandomIndexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartialFileRandomIndexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="packet" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartialFileRandomIndexType.Packet
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PartialFileRandomIndexType.Packet> |
packet |
| Constructor and Description |
|---|
PartialFileRandomIndexType() |
| 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() |
List<PartialFileRandomIndexType.Packet> |
getPacket()
Gets the value of the packet property.
|
boolean |
isSetPacket() |
void |
unsetPacket() |
PartialFileRandomIndexType |
withPacket(Collection<PartialFileRandomIndexType.Packet> values) |
PartialFileRandomIndexType |
withPacket(PartialFileRandomIndexType.Packet... values) |
protected List<PartialFileRandomIndexType.Packet> packet
public List<PartialFileRandomIndexType.Packet> getPacket()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the packet property.
For example, to add a new item, do as follows:
getPacket().add(newItem);
Objects of the following type(s) are allowed in the list
PartialFileRandomIndexType.Packet
public boolean isSetPacket()
public void unsetPacket()
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 withPacket(PartialFileRandomIndexType.Packet... values)
public PartialFileRandomIndexType withPacket(Collection<PartialFileRandomIndexType.Packet> values)
Copyright © 2015. All rights reserved.