Class PartialFileDescriptorType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
Java class for PartialFileDescriptorType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PartialFileDescriptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="transcoderVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="startTimecode" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="roundedTimeBase" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="dropFrame" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="containerComponent" type="{http://xml.vidispine.com/schema/vidispine}ContainerComponentType" minOccurs="0"/>
<element name="audioStream" type="{http://xml.vidispine.com/schema/vidispine}AudioComponentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="videoStream" type="{http://xml.vidispine.com/schema/vidispine}VideoComponentType" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="dvDescriptor" type="{http://xml.vidispine.com/schema/vidispine}PartialFileDVDescriptorType"/>
<element name="index" type="{http://xml.vidispine.com/schema/vidispine}PartialFileRandomIndexType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AudioComponentType>
protected ContainerComponentType
protected Boolean
protected PartialFileDVDescriptorType
protected PartialFileRandomIndexType
protected String
protected Integer
protected Long
protected String
protected List<VideoComponentType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the audioStream property.Gets the value of the containerComponent property.Gets the value of the dvDescriptor property.getIndex()
Gets the value of the index property.getLabel()
Gets the value of the label property.Gets the value of the roundedTimeBase property.Gets the value of the startTimecode property.Gets the value of the transcoderVersion property.Gets the value of the videoStream property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the dropFrame property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the containerComponent property.void
setDropFrame
(Boolean value) Sets the value of the dropFrame property.void
Sets the value of the dvDescriptor property.void
Sets the value of the index property.void
Sets the value of the label property.void
setRoundedTimeBase
(Integer value) Sets the value of the roundedTimeBase property.void
setStartTimecode
(Long value) Sets the value of the startTimecode property.void
setTranscoderVersion
(String value) Sets the value of the transcoderVersion property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudioStream
(AudioComponentType... values) Adds objects to the list of AudioStream using add methodwithAudioStream
(Collection<AudioComponentType> values) Adds objects to the list of AudioStream using addAll methodSets the value of the containerComponent property.withDropFrame
(Boolean value) Sets the value of the dropFrame property.Sets the value of the dvDescriptor property.Sets the value of the index property.Sets the value of the label property.withRoundedTimeBase
(Integer value) Sets the value of the roundedTimeBase property.withStartTimecode
(Long value) Sets the value of the startTimecode property.withTranscoderVersion
(String value) Sets the value of the transcoderVersion property.withVideoStream
(VideoComponentType... values) Adds objects to the list of VideoStream using add methodwithVideoStream
(Collection<VideoComponentType> values) Adds objects to the list of VideoStream using addAll method
-
Field Details
-
label
-
transcoderVersion
-
startTimecode
-
roundedTimeBase
-
dropFrame
-
containerComponent
-
audioStream
-
videoStream
-
dvDescriptor
-
index
-
-
Constructor Details
-
PartialFileDescriptorType
public PartialFileDescriptorType()
-
-
Method Details
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
isSetLabel
public boolean isSetLabel() -
getTranscoderVersion
Gets the value of the transcoderVersion property.- Returns:
- possible object is
String
-
setTranscoderVersion
Sets the value of the transcoderVersion property.- Parameters:
value
- allowed object isString
-
isSetTranscoderVersion
public boolean isSetTranscoderVersion() -
getStartTimecode
Gets the value of the startTimecode property.- Returns:
- possible object is
Long
-
setStartTimecode
Sets the value of the startTimecode property.- Parameters:
value
- allowed object isLong
-
isSetStartTimecode
public boolean isSetStartTimecode() -
getRoundedTimeBase
Gets the value of the roundedTimeBase property.- Returns:
- possible object is
Integer
-
setRoundedTimeBase
Sets the value of the roundedTimeBase property.- Parameters:
value
- allowed object isInteger
-
isSetRoundedTimeBase
public boolean isSetRoundedTimeBase() -
isDropFrame
Gets the value of the dropFrame property.- Returns:
- possible object is
Boolean
-
setDropFrame
Sets the value of the dropFrame property.- Parameters:
value
- allowed object isBoolean
-
isSetDropFrame
public boolean isSetDropFrame() -
getContainerComponent
Gets the value of the containerComponent property.- Returns:
- possible object is
ContainerComponentType
-
setContainerComponent
Sets the value of the containerComponent property.- Parameters:
value
- allowed object isContainerComponentType
-
isSetContainerComponent
public boolean isSetContainerComponent() -
getAudioStream
Gets the value of the audioStream property.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 audioStream property.For example, to add a new item, do as follows:
getAudioStream().add(newItem);
Objects of the following type(s) are allowed in the list
AudioComponentType
- Returns:
- The value of the audioStream property.
-
isSetAudioStream
public boolean isSetAudioStream() -
unsetAudioStream
public void unsetAudioStream() -
getVideoStream
Gets the value of the videoStream property.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 videoStream property.For example, to add a new item, do as follows:
getVideoStream().add(newItem);
Objects of the following type(s) are allowed in the list
VideoComponentType
- Returns:
- The value of the videoStream property.
-
isSetVideoStream
public boolean isSetVideoStream() -
unsetVideoStream
public void unsetVideoStream() -
getDvDescriptor
Gets the value of the dvDescriptor property.- Returns:
- possible object is
PartialFileDVDescriptorType
-
setDvDescriptor
Sets the value of the dvDescriptor property.- Parameters:
value
- allowed object isPartialFileDVDescriptorType
-
isSetDvDescriptor
public boolean isSetDvDescriptor() -
getIndex
Gets the value of the index property.- Returns:
- possible object is
PartialFileRandomIndexType
-
setIndex
Sets the value of the index property.- Parameters:
value
- allowed object isPartialFileRandomIndexType
-
isSetIndex
public boolean isSetIndex() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTranscoderVersion
Sets the value of the transcoderVersion property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStartTimecode
Sets the value of the startTimecode property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withRoundedTimeBase
Sets the value of the roundedTimeBase property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withDropFrame
Sets the value of the dropFrame property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withContainerComponent
Sets the value of the containerComponent property.- Parameters:
value
- allowed object isContainerComponentType
- Returns:
- The class instance
-
withAudioStream
Adds objects to the list of AudioStream using add method- Parameters:
values
- objects to add to the list AudioStream- Returns:
- The class instance
-
withAudioStream
Adds objects to the list of AudioStream using addAll method- Parameters:
values
- objects to add to the list AudioStream- Returns:
- The class instance
-
withVideoStream
Adds objects to the list of VideoStream using add method- Parameters:
values
- objects to add to the list VideoStream- Returns:
- The class instance
-
withVideoStream
Adds objects to the list of VideoStream using addAll method- Parameters:
values
- objects to add to the list VideoStream- Returns:
- The class instance
-
withDvDescriptor
Sets the value of the dvDescriptor property.- Parameters:
value
- allowed object isPartialFileDVDescriptorType
- Returns:
- The class instance
-
withIndex
Sets the value of the index property.- Parameters:
value
- allowed object isPartialFileRandomIndexType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-