Class ScalingType

java.lang.Object
com.vidispine.generated.ScalingType
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 ScalingType extends Object 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 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="topNormalized" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="bottomNormalized" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="leftNormalized" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="rightNormalized" type="{http://www.w3.org/2001/XMLSchema}float" 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:
  • Field Details

    • width

      protected Long width
    • height

      protected Long height
    • top

      protected Integer top
    • bottom

      protected Integer bottom
    • left

      protected Integer left
    • padColor

      protected String padColor
    • topNormalized

      protected Float topNormalized
    • bottomNormalized

      protected Float bottomNormalized
    • leftNormalized

      protected Float leftNormalized
    • rightNormalized

      protected Float rightNormalized
    • rotate

      protected String rotate
    • pixelAspectRatio

      protected AspectRatioType pixelAspectRatio
    • targetDAR

      protected AspectRatioType targetDAR
  • Constructor Details

    • ScalingType

      public ScalingType()
  • Method Details

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

      public Float getTopNormalized()
      Gets the value of the topNormalized property.
      Returns:
      possible object is Float
    • setTopNormalized

      public void setTopNormalized(Float value)
      Sets the value of the topNormalized property.
      Parameters:
      value - allowed object is Float
    • isSetTopNormalized

      public boolean isSetTopNormalized()
    • getBottomNormalized

      public Float getBottomNormalized()
      Gets the value of the bottomNormalized property.
      Returns:
      possible object is Float
    • setBottomNormalized

      public void setBottomNormalized(Float value)
      Sets the value of the bottomNormalized property.
      Parameters:
      value - allowed object is Float
    • isSetBottomNormalized

      public boolean isSetBottomNormalized()
    • getLeftNormalized

      public Float getLeftNormalized()
      Gets the value of the leftNormalized property.
      Returns:
      possible object is Float
    • setLeftNormalized

      public void setLeftNormalized(Float value)
      Sets the value of the leftNormalized property.
      Parameters:
      value - allowed object is Float
    • isSetLeftNormalized

      public boolean isSetLeftNormalized()
    • getRightNormalized

      public Float getRightNormalized()
      Gets the value of the rightNormalized property.
      Returns:
      possible object is Float
    • setRightNormalized

      public void setRightNormalized(Float value)
      Sets the value of the rightNormalized property.
      Parameters:
      value - allowed object is Float
    • isSetRightNormalized

      public boolean isSetRightNormalized()
    • 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()
    • getTargetDAR

      public AspectRatioType getTargetDAR()
      Gets the value of the targetDAR property.
      Returns:
      possible object is AspectRatioType
    • setTargetDAR

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

      public boolean isSetTargetDAR()
    • clone

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

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

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

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

      public ScalingType withHeight(Long value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withTop

      public ScalingType withTop(Integer value)
      Sets the value of the top property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withBottom

      public ScalingType withBottom(Integer value)
      Sets the value of the bottom property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withLeft

      public ScalingType withLeft(Integer value)
      Sets the value of the left property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withRight

      public ScalingType withRight(Integer value)
      Sets the value of the right property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withPadColor

      public ScalingType withPadColor(String value)
      Sets the value of the padColor property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTopNormalized

      public ScalingType withTopNormalized(Float value)
      Sets the value of the topNormalized property.
      Parameters:
      value - allowed object is Float
      Returns:
      The class instance
    • withBottomNormalized

      public ScalingType withBottomNormalized(Float value)
      Sets the value of the bottomNormalized property.
      Parameters:
      value - allowed object is Float
      Returns:
      The class instance
    • withLeftNormalized

      public ScalingType withLeftNormalized(Float value)
      Sets the value of the leftNormalized property.
      Parameters:
      value - allowed object is Float
      Returns:
      The class instance
    • withRightNormalized

      public ScalingType withRightNormalized(Float value)
      Sets the value of the rightNormalized property.
      Parameters:
      value - allowed object is Float
      Returns:
      The class instance
    • withRotate

      public ScalingType withRotate(String value)
      Sets the value of the rotate property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPixelAspectRatio

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

      public ScalingType withTargetDAR(AspectRatioType value)
      Sets the value of the targetDAR property.
      Parameters:
      value - allowed object is AspectRatioType
      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
    • equals

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

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

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

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