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 | Class and Description |
---|---|
static class |
PartialFileDemuxerInfoType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
PartialFileDescriptorType
public void setDescriptor(PartialFileDescriptorType value)
value
- allowed object is
PartialFileDescriptorType
public boolean isSetDescriptor()
public String getDescriptorLocation()
String
public void setDescriptorLocation(String value)
value
- allowed object is
String
public boolean isSetDescriptorLocation()
public Long getByteOffset()
Long
public void setByteOffset(Long value)
value
- allowed object is
Long
public boolean isSetByteOffset()
public Boolean isAdjustForPTSPredecessors()
Boolean
public void setAdjustForPTSPredecessors(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAdjustForPTSPredecessors()
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 PartialFileDemuxerInfoType withDescriptor(PartialFileDescriptorType value)
public PartialFileDemuxerInfoType withDescriptorLocation(String value)
public PartialFileDemuxerInfoType withByteOffset(Long value)
public PartialFileDemuxerInfoType withAdjustForPTSPredecessors(Boolean value)
public PartialFileDemuxerInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.