Class ContainerComponentType

  • 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 ContainerComponentType
    extends ComponentType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ContainerComponentType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ContainerComponentType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}ComponentType">
           <sequence>
             <element name="duration" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
             <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="subFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="firstSMPTETimecode" 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="startTimestamp" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" 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="timeCodeTimeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
             <element name="mediaInfo" type="{http://xml.vidispine.com/schema/vidispine}BaseMediaInfoType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ContainerComponentType

        public ContainerComponentType()
    • Method Detail

      • getDuration

        public TimeCodeType getDuration()
        Gets the value of the duration property.
        Returns:
        possible object is TimeCodeType
      • setDuration

        public void setDuration​(TimeCodeType value)
        Sets the value of the duration property.
        Parameters:
        value - allowed object is TimeCodeType
      • isSetDuration

        public boolean isSetDuration()
      • getFormat

        public String getFormat()
        Gets the value of the format property.
        Returns:
        possible object is String
      • setFormat

        public void setFormat​(String value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is String
      • isSetFormat

        public boolean isSetFormat()
      • getSubFormat

        public String getSubFormat()
        Gets the value of the subFormat property.
        Returns:
        possible object is String
      • setSubFormat

        public void setSubFormat​(String value)
        Sets the value of the subFormat property.
        Parameters:
        value - allowed object is String
      • isSetSubFormat

        public boolean isSetSubFormat()
      • getFirstSMPTETimecode

        public String getFirstSMPTETimecode()
        Gets the value of the firstSMPTETimecode property.
        Returns:
        possible object is String
      • setFirstSMPTETimecode

        public void setFirstSMPTETimecode​(String value)
        Sets the value of the firstSMPTETimecode property.
        Parameters:
        value - allowed object is String
      • isSetFirstSMPTETimecode

        public boolean isSetFirstSMPTETimecode()
      • 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()
      • getStartTimestamp

        public TimeCodeType getStartTimestamp()
        Gets the value of the startTimestamp property.
        Returns:
        possible object is TimeCodeType
      • setStartTimestamp

        public void setStartTimestamp​(TimeCodeType value)
        Sets the value of the startTimestamp property.
        Parameters:
        value - allowed object is TimeCodeType
      • isSetStartTimestamp

        public boolean isSetStartTimestamp()
      • 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()
      • getTimeCodeTimeBase

        public TimeBaseType getTimeCodeTimeBase()
        Gets the value of the timeCodeTimeBase property.
        Returns:
        possible object is TimeBaseType
      • setTimeCodeTimeBase

        public void setTimeCodeTimeBase​(TimeBaseType value)
        Sets the value of the timeCodeTimeBase property.
        Parameters:
        value - allowed object is TimeBaseType
      • isSetTimeCodeTimeBase

        public boolean isSetTimeCodeTimeBase()
      • isSetMediaInfo

        public boolean isSetMediaInfo()
      • copyTo

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

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