Class PartialFileDescriptorType

java.lang.Object
com.vidispine.generated.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

public class PartialFileDescriptorType extends Object implements 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:
  • Field Details

  • Constructor Details

    • PartialFileDescriptorType

      public PartialFileDescriptorType()
  • Method Details

    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • isSetLabel

      public boolean isSetLabel()
    • getTranscoderVersion

      public String getTranscoderVersion()
      Gets the value of the transcoderVersion property.
      Returns:
      possible object is String
    • setTranscoderVersion

      public void setTranscoderVersion(String value)
      Sets the value of the transcoderVersion property.
      Parameters:
      value - allowed object is String
    • isSetTranscoderVersion

      public boolean isSetTranscoderVersion()
    • getStartTimecode

      public Long getStartTimecode()
      Gets the value of the startTimecode property.
      Returns:
      possible object is Long
    • setStartTimecode

      public void setStartTimecode(Long value)
      Sets the value of the startTimecode property.
      Parameters:
      value - allowed object is Long
    • isSetStartTimecode

      public boolean isSetStartTimecode()
    • getRoundedTimeBase

      public Integer getRoundedTimeBase()
      Gets the value of the roundedTimeBase property.
      Returns:
      possible object is Integer
    • setRoundedTimeBase

      public void setRoundedTimeBase(Integer value)
      Sets the value of the roundedTimeBase property.
      Parameters:
      value - allowed object is Integer
    • isSetRoundedTimeBase

      public boolean isSetRoundedTimeBase()
    • isDropFrame

      public Boolean isDropFrame()
      Gets the value of the dropFrame property.
      Returns:
      possible object is Boolean
    • setDropFrame

      public void setDropFrame(Boolean value)
      Sets the value of the dropFrame property.
      Parameters:
      value - allowed object is Boolean
    • isSetDropFrame

      public boolean isSetDropFrame()
    • getContainerComponent

      public ContainerComponentType getContainerComponent()
      Gets the value of the containerComponent property.
      Returns:
      possible object is ContainerComponentType
    • setContainerComponent

      public void setContainerComponent(ContainerComponentType value)
      Sets the value of the containerComponent property.
      Parameters:
      value - allowed object is ContainerComponentType
    • isSetContainerComponent

      public boolean isSetContainerComponent()
    • getAudioStream

      public List<AudioComponentType> 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

      public List<VideoComponentType> 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

      public PartialFileDVDescriptorType getDvDescriptor()
      Gets the value of the dvDescriptor property.
      Returns:
      possible object is PartialFileDVDescriptorType
    • setDvDescriptor

      public void setDvDescriptor(PartialFileDVDescriptorType value)
      Sets the value of the dvDescriptor property.
      Parameters:
      value - allowed object is PartialFileDVDescriptorType
    • isSetDvDescriptor

      public boolean isSetDvDescriptor()
    • getIndex

      public PartialFileRandomIndexType getIndex()
      Gets the value of the index property.
      Returns:
      possible object is PartialFileRandomIndexType
    • setIndex

      public void setIndex(PartialFileRandomIndexType value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is PartialFileRandomIndexType
    • isSetIndex

      public boolean isSetIndex()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withLabel

      public PartialFileDescriptorType withLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTranscoderVersion

      public PartialFileDescriptorType withTranscoderVersion(String value)
      Sets the value of the transcoderVersion property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartTimecode

      public PartialFileDescriptorType withStartTimecode(Long value)
      Sets the value of the startTimecode property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withRoundedTimeBase

      public PartialFileDescriptorType withRoundedTimeBase(Integer value)
      Sets the value of the roundedTimeBase property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withDropFrame

      public PartialFileDescriptorType withDropFrame(Boolean value)
      Sets the value of the dropFrame property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withContainerComponent

      public PartialFileDescriptorType withContainerComponent(ContainerComponentType value)
      Sets the value of the containerComponent property.
      Parameters:
      value - allowed object is ContainerComponentType
      Returns:
      The class instance
    • withAudioStream

      public PartialFileDescriptorType withAudioStream(AudioComponentType... values)
      Adds objects to the list of AudioStream using add method
      Parameters:
      values - objects to add to the list AudioStream
      Returns:
      The class instance
    • withAudioStream

      public PartialFileDescriptorType withAudioStream(Collection<AudioComponentType> values)
      Adds objects to the list of AudioStream using addAll method
      Parameters:
      values - objects to add to the list AudioStream
      Returns:
      The class instance
    • withVideoStream

      public PartialFileDescriptorType withVideoStream(VideoComponentType... values)
      Adds objects to the list of VideoStream using add method
      Parameters:
      values - objects to add to the list VideoStream
      Returns:
      The class instance
    • withVideoStream

      public PartialFileDescriptorType withVideoStream(Collection<VideoComponentType> values)
      Adds objects to the list of VideoStream using addAll method
      Parameters:
      values - objects to add to the list VideoStream
      Returns:
      The class instance
    • withDvDescriptor

      public PartialFileDescriptorType withDvDescriptor(PartialFileDVDescriptorType value)
      Sets the value of the dvDescriptor property.
      Parameters:
      value - allowed object is PartialFileDVDescriptorType
      Returns:
      The class instance
    • withIndex

      Sets the value of the index property.
      Parameters:
      value - allowed object is PartialFileRandomIndexType
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public PartialFileDescriptorType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString