Class ExternalVideoMediaType

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

.

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


 <complexType name="ExternalVideoMediaType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}ExternalMediaType">
       <sequence>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="pixelAspectRatio" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • width

      protected int width
    • height

      protected int height
    • pixelAspectRatio

      protected AspectRatioType pixelAspectRatio
  • Constructor Details

    • ExternalVideoMediaType

      public ExternalVideoMediaType()
  • Method Details

    • getWidth

      public int getWidth()
      Gets the value of the width property.
    • setWidth

      public void setWidth(int value)
      Sets the value of the width property.
    • isSetWidth

      public boolean isSetWidth()
    • getHeight

      public int getHeight()
      Gets the value of the height property.
    • setHeight

      public void setHeight(int value)
      Sets the value of the height property.
    • isSetHeight

      public boolean isSetHeight()
    • getPixelAspectRatio

      public AspectRatioType getPixelAspectRatio()
      Gets the value of the pixelAspectRatio property.
      Returns:
      possible object is AspectRatioType
    • setPixelAspectRatio

      public void setPixelAspectRatio(AspectRatioType value)
      Sets the value of the pixelAspectRatio property.
      Parameters:
      value - allowed object is AspectRatioType
    • isSetPixelAspectRatio

      public boolean isSetPixelAspectRatio()
    • clone

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

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

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

      public ExternalVideoMediaType withWidth(int value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withHeight

      public ExternalVideoMediaType withHeight(int value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withPixelAspectRatio

      public ExternalVideoMediaType withPixelAspectRatio(AspectRatioType value)
      Sets the value of the pixelAspectRatio property.
      Parameters:
      value - allowed object is AspectRatioType
      Returns:
      The class instance
    • withUri

      public ExternalVideoMediaType withUri(String value)
      Sets the value of the uri property.
      Overrides:
      withUri in class ExternalMediaType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFormat

      public ExternalVideoMediaType withFormat(String value)
      Sets the value of the format property.
      Overrides:
      withFormat in class ExternalMediaType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEssenceStreamId

      public ExternalVideoMediaType withEssenceStreamId(int value)
      Sets the value of the essenceStreamId property.
      Overrides:
      withEssenceStreamId in class ExternalMediaType
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withTimeBase

      public ExternalVideoMediaType withTimeBase(TimeBaseType value)
      Sets the value of the timeBase property.
      Overrides:
      withTimeBase in class ExternalMediaType
      Parameters:
      value - allowed object is TimeBaseType
      Returns:
      The class instance
    • withSamples

      public ExternalVideoMediaType withSamples(BigInteger value)
      Sets the value of the samples property.
      Overrides:
      withSamples in class ExternalMediaType
      Parameters:
      value - allowed object is BigInteger
      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 ExternalMediaType
    • equals

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

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

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

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