public class PartialFileDemuxerInfoType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for PartialFileDemuxerInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartialFileDemuxerInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="descriptor" type="{http://xml.vidispine.com/schema/vidispine}PartialFileDescriptorType"/>
<element name="descriptorLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</choice>
<element name="byteOffset" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="adjustForPTSPredecessors" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
adjustForPTSPredecessors |
protected Long |
byteOffset |
protected PartialFileDescriptorType |
descriptor |
protected String |
descriptorLocation |
| Constructor and Description |
|---|
PartialFileDemuxerInfoType() |
| 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 |
getByteOffset()
Gets the value of the byteOffset property.
|
PartialFileDescriptorType |
getDescriptor()
Gets the value of the descriptor property.
|
String |
getDescriptorLocation()
Gets the value of the descriptorLocation property.
|
Boolean |
isAdjustForPTSPredecessors()
Gets the value of the adjustForPTSPredecessors property.
|
boolean |
isSetAdjustForPTSPredecessors() |
boolean |
isSetByteOffset() |
boolean |
isSetDescriptor() |
boolean |
isSetDescriptorLocation() |
void |
setAdjustForPTSPredecessors(Boolean value)
Sets the value of the adjustForPTSPredecessors property.
|
void |
setByteOffset(Long value)
Sets the value of the byteOffset property.
|
void |
setDescriptor(PartialFileDescriptorType value)
Sets the value of the descriptor property.
|
void |
setDescriptorLocation(String value)
Sets the value of the descriptorLocation property.
|
PartialFileDemuxerInfoType |
withAdjustForPTSPredecessors(Boolean value) |
PartialFileDemuxerInfoType |
withByteOffset(Long value) |
PartialFileDemuxerInfoType |
withDescriptor(PartialFileDescriptorType value) |
PartialFileDemuxerInfoType |
withDescriptorLocation(String value) |
protected PartialFileDescriptorType descriptor
protected String descriptorLocation
protected Long byteOffset
protected Boolean adjustForPTSPredecessors
public PartialFileDescriptorType getDescriptor()
PartialFileDescriptorTypepublic void setDescriptor(PartialFileDescriptorType value)
value - allowed object is
PartialFileDescriptorTypepublic boolean isSetDescriptor()
public String getDescriptorLocation()
Stringpublic void setDescriptorLocation(String value)
value - allowed object is
Stringpublic boolean isSetDescriptorLocation()
public Long getByteOffset()
Longpublic void setByteOffset(Long value)
value - allowed object is
Longpublic boolean isSetByteOffset()
public Boolean isAdjustForPTSPredecessors()
Booleanpublic void setAdjustForPTSPredecessors(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAdjustForPTSPredecessors()
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 PartialFileDemuxerInfoType withDescriptor(PartialFileDescriptorType value)
public PartialFileDemuxerInfoType withDescriptorLocation(String value)
public PartialFileDemuxerInfoType withByteOffset(Long value)
public PartialFileDemuxerInfoType withAdjustForPTSPredecessors(Boolean value)
Copyright © 2015. All rights reserved.