Class ScalingType

  • 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 ScalingType
    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 ScalingType complex type.

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

     <complexType name="ScalingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="width" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
             <element name="height" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
             <element name="top" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="bottom" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="left" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="right" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="padColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="rotate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="pixelAspectRatio" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
             <element name="targetDAR" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ScalingType

        public ScalingType()
    • Method Detail

      • getWidth

        public Long getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Long
      • setWidth

        public void setWidth​(Long value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is Long
      • isSetWidth

        public boolean isSetWidth()
      • getHeight

        public Long getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Long
      • setHeight

        public void setHeight​(Long value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Long
      • isSetHeight

        public boolean isSetHeight()
      • getTop

        public Integer getTop()
        Gets the value of the top property.
        Returns:
        possible object is Integer
      • setTop

        public void setTop​(Integer value)
        Sets the value of the top property.
        Parameters:
        value - allowed object is Integer
      • isSetTop

        public boolean isSetTop()
      • getBottom

        public Integer getBottom()
        Gets the value of the bottom property.
        Returns:
        possible object is Integer
      • setBottom

        public void setBottom​(Integer value)
        Sets the value of the bottom property.
        Parameters:
        value - allowed object is Integer
      • isSetBottom

        public boolean isSetBottom()
      • getLeft

        public Integer getLeft()
        Gets the value of the left property.
        Returns:
        possible object is Integer
      • setLeft

        public void setLeft​(Integer value)
        Sets the value of the left property.
        Parameters:
        value - allowed object is Integer
      • isSetLeft

        public boolean isSetLeft()
      • getRight

        public Integer getRight()
        Gets the value of the right property.
        Returns:
        possible object is Integer
      • setRight

        public void setRight​(Integer value)
        Sets the value of the right property.
        Parameters:
        value - allowed object is Integer
      • isSetRight

        public boolean isSetRight()
      • getPadColor

        public String getPadColor()
        Gets the value of the padColor property.
        Returns:
        possible object is String
      • setPadColor

        public void setPadColor​(String value)
        Sets the value of the padColor property.
        Parameters:
        value - allowed object is String
      • isSetPadColor

        public boolean isSetPadColor()
      • getRotate

        public String getRotate()
        Gets the value of the rotate property.
        Returns:
        possible object is String
      • setRotate

        public void setRotate​(String value)
        Sets the value of the rotate property.
        Parameters:
        value - allowed object is String
      • isSetRotate

        public boolean isSetRotate()
      • 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()
      • setTargetDAR

        public void setTargetDAR​(AspectRatioType value)
        Sets the value of the targetDAR property.
        Parameters:
        value - allowed object is AspectRatioType
      • isSetTargetDAR

        public boolean isSetTargetDAR()
      • 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
      • visit

        public ScalingType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • 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