Class PartialFileDescriptorType

  • 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 PartialFileDescriptorType
    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 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:
    Serialized Form
    • Constructor Detail

      • PartialFileDescriptorType

        public PartialFileDescriptorType()
    • Method Detail

      • 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()
      • 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

      • 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

      • isSetVideoStream

        public boolean isSetVideoStream()
      • unsetVideoStream

        public void unsetVideoStream()
      • isSetDvDescriptor

        public boolean isSetDvDescriptor()
      • isSetIndex

        public boolean isSetIndex()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object