Class VideoMediaInfoType

java.lang.Object
com.vidispine.generated.BaseMediaInfoType
com.vidispine.generated.VideoMediaInfoType
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 VideoMediaInfoType extends BaseMediaInfoType 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 VideoMediaInfoType complex type

.

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


 <complexType name="VideoMediaInfoType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}BaseMediaInfoType">
       <sequence>
         <element name="Format_Settings_GOP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="intra_dc_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • formatSettingsGOP

      protected String formatSettingsGOP
    • intraDcPrecision

      protected Integer intraDcPrecision
  • Constructor Details

    • VideoMediaInfoType

      public VideoMediaInfoType()
  • Method Details

    • getFormatSettingsGOP

      public String getFormatSettingsGOP()
      Gets the value of the formatSettingsGOP property.
      Returns:
      possible object is String
    • setFormatSettingsGOP

      public void setFormatSettingsGOP(String value)
      Sets the value of the formatSettingsGOP property.
      Parameters:
      value - allowed object is String
    • isSetFormatSettingsGOP

      public boolean isSetFormatSettingsGOP()
    • getIntraDcPrecision

      public Integer getIntraDcPrecision()
      Gets the value of the intraDcPrecision property.
      Returns:
      possible object is Integer
    • setIntraDcPrecision

      public void setIntraDcPrecision(Integer value)
      Sets the value of the intraDcPrecision property.
      Parameters:
      value - allowed object is Integer
    • isSetIntraDcPrecision

      public boolean isSetIntraDcPrecision()
    • clone

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

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

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

      public VideoMediaInfoType withFormatSettingsGOP(String value)
      Sets the value of the formatSettingsGOP property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withIntraDcPrecision

      public VideoMediaInfoType withIntraDcPrecision(Integer value)
      Sets the value of the intraDcPrecision property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withBitRateMode

      public VideoMediaInfoType withBitRateMode(String value)
      Sets the value of the bitRateMode property.
      Overrides:
      withBitRateMode in class BaseMediaInfoType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSource

      public VideoMediaInfoType withSource(String value)
      Sets the value of the source property.
      Overrides:
      withSource in class BaseMediaInfoType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withProperty

      public VideoMediaInfoType withProperty(KeyValuePairType... values)
      Adds objects to the list of Property using add method
      Overrides:
      withProperty in class BaseMediaInfoType
      Parameters:
      values - objects to add to the list Property
      Returns:
      The class instance
    • withProperty

      public VideoMediaInfoType withProperty(Collection<KeyValuePairType> values)
      Adds objects to the list of Property using addAll method
      Overrides:
      withProperty in class BaseMediaInfoType
      Parameters:
      values - objects to add to the list Property
      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 BaseMediaInfoType
    • equals

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

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

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

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