Class ContainerComponentType

java.lang.Object
com.vidispine.generated.ComponentType
com.vidispine.generated.ContainerComponentType
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 ContainerComponentType extends ComponentType 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 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:
  • Field Details

    • duration

      protected TimeCodeType duration
    • format

      protected String format
    • subFormat

      protected String subFormat
    • firstSMPTETimecode

      protected String firstSMPTETimecode
    • startTimecode

      protected Long startTimecode
    • startTimestamp

      protected TimeCodeType startTimestamp
    • roundedTimeBase

      protected Integer roundedTimeBase
    • dropFrame

      protected Boolean dropFrame
    • timeCodeTimeBase

      protected TimeBaseType timeCodeTimeBase
    • mediaInfo

      protected BaseMediaInfoType mediaInfo
  • Constructor Details

    • ContainerComponentType

      public ContainerComponentType()
  • Method Details

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

      public BaseMediaInfoType getMediaInfo()
      Gets the value of the mediaInfo property.
      Returns:
      possible object is BaseMediaInfoType
    • setMediaInfo

      public void setMediaInfo(BaseMediaInfoType value)
      Sets the value of the mediaInfo property.
      Parameters:
      value - allowed object is BaseMediaInfoType
    • isSetMediaInfo

      public boolean isSetMediaInfo()
    • clone

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

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

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class ComponentType
    • withDuration

      public ContainerComponentType withDuration(TimeCodeType value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is TimeCodeType
      Returns:
      The class instance
    • withFormat

      public ContainerComponentType withFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSubFormat

      public ContainerComponentType withSubFormat(String value)
      Sets the value of the subFormat property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFirstSMPTETimecode

      public ContainerComponentType withFirstSMPTETimecode(String value)
      Sets the value of the firstSMPTETimecode property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartTimecode

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

      public ContainerComponentType withStartTimestamp(TimeCodeType value)
      Sets the value of the startTimestamp property.
      Parameters:
      value - allowed object is TimeCodeType
      Returns:
      The class instance
    • withRoundedTimeBase

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

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

      public ContainerComponentType withTimeCodeTimeBase(TimeBaseType value)
      Sets the value of the timeCodeTimeBase property.
      Parameters:
      value - allowed object is TimeBaseType
      Returns:
      The class instance
    • withMediaInfo

      public ContainerComponentType withMediaInfo(BaseMediaInfoType value)
      Sets the value of the mediaInfo property.
      Parameters:
      value - allowed object is BaseMediaInfoType
      Returns:
      The class instance
    • withFile

      public ContainerComponentType withFile(FileType... values)
      Adds objects to the list of File using add method
      Overrides:
      withFile in class ComponentType
      Parameters:
      values - objects to add to the list File
      Returns:
      The class instance
    • withFile

      public ContainerComponentType withFile(Collection<FileType> values)
      Adds objects to the list of File using addAll method
      Overrides:
      withFile in class ComponentType
      Parameters:
      values - objects to add to the list File
      Returns:
      The class instance
    • withId

      public ContainerComponentType withId(String value)
      Sets the value of the id property.
      Overrides:
      withId in class ComponentType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMetadata

      public ContainerComponentType withMetadata(KeyValuePairType... values)
      Adds objects to the list of Metadata using add method
      Overrides:
      withMetadata in class ComponentType
      Parameters:
      values - objects to add to the list Metadata
      Returns:
      The class instance
    • withMetadata

      public ContainerComponentType withMetadata(Collection<KeyValuePairType> values)
      Adds objects to the list of Metadata using addAll method
      Overrides:
      withMetadata in class ComponentType
      Parameters:
      values - objects to add to the list Metadata
      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
      Overrides:
      equals in class ComponentType
    • equals

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

      public ContainerComponentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class ComponentType
    • 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
      Overrides:
      hashCode in class ComponentType
    • hashCode

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

      public String toString()
      Overrides:
      toString in class ComponentType
    • 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
      Overrides:
      append in class ComponentType
    • 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
      Overrides:
      appendFields in class ComponentType