Package com.vidispine.generated
Class PartialFileDemuxerInfoType
- java.lang.Object
-
- com.vidispine.generated.PartialFileDemuxerInfoType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class PartialFileDemuxerInfoType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartialFileDemuxerInfoType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
adjustForPTSPredecessors
protected Long
byteOffset
protected PartialFileDescriptorType
descriptor
protected String
descriptorLocation
-
Constructor Summary
Constructors Constructor Description PartialFileDemuxerInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Field Detail
-
descriptor
protected PartialFileDescriptorType descriptor
-
descriptorLocation
protected String descriptorLocation
-
byteOffset
protected Long byteOffset
-
adjustForPTSPredecessors
protected Boolean adjustForPTSPredecessors
-
-
Method Detail
-
getDescriptor
public PartialFileDescriptorType getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
PartialFileDescriptorType
-
setDescriptor
public void setDescriptor(PartialFileDescriptorType value)
Sets the value of the descriptor property.- Parameters:
value
- allowed object isPartialFileDescriptorType
-
isSetDescriptor
public boolean isSetDescriptor()
-
getDescriptorLocation
public String getDescriptorLocation()
Gets the value of the descriptorLocation property.- Returns:
- possible object is
String
-
setDescriptorLocation
public void setDescriptorLocation(String value)
Sets the value of the descriptorLocation property.- Parameters:
value
- allowed object isString
-
isSetDescriptorLocation
public boolean isSetDescriptorLocation()
-
getByteOffset
public Long getByteOffset()
Gets the value of the byteOffset property.- Returns:
- possible object is
Long
-
setByteOffset
public void setByteOffset(Long value)
Sets the value of the byteOffset property.- Parameters:
value
- allowed object isLong
-
isSetByteOffset
public boolean isSetByteOffset()
-
isAdjustForPTSPredecessors
public Boolean isAdjustForPTSPredecessors()
Gets the value of the adjustForPTSPredecessors property.- Returns:
- possible object is
Boolean
-
setAdjustForPTSPredecessors
public void setAdjustForPTSPredecessors(Boolean value)
Sets the value of the adjustForPTSPredecessors property.- Parameters:
value
- allowed object isBoolean
-
isSetAdjustForPTSPredecessors
public boolean isSetAdjustForPTSPredecessors()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withDescriptor
public PartialFileDemuxerInfoType withDescriptor(PartialFileDescriptorType value)
-
withDescriptorLocation
public PartialFileDemuxerInfoType withDescriptorLocation(String value)
-
withByteOffset
public PartialFileDemuxerInfoType withByteOffset(Long value)
-
withAdjustForPTSPredecessors
public PartialFileDemuxerInfoType withAdjustForPTSPredecessors(Boolean value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public PartialFileDemuxerInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-