Package com.vidispine.generated
Class ScalingType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScalingType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected Integer
bottom
protected Long
height
protected Integer
left
protected String
padColor
protected AspectRatioType
pixelAspectRatio
protected Integer
right
protected String
rotate
protected AspectRatioType
targetDAR
protected Integer
top
protected Long
width
-
Constructor Summary
Constructors Constructor Description ScalingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
Integer
getBottom()
Gets the value of the bottom property.Long
getHeight()
Gets the value of the height property.Integer
getLeft()
Gets the value of the left property.String
getPadColor()
Gets the value of the padColor property.AspectRatioType
getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.Integer
getRight()
Gets the value of the right property.String
getRotate()
Gets the value of the rotate property.AspectRatioType
getTargetDAR()
Gets the value of the targetDAR property.Integer
getTop()
Gets the value of the top property.Long
getWidth()
Gets the value of the width property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetBottom()
boolean
isSetHeight()
boolean
isSetLeft()
boolean
isSetPadColor()
boolean
isSetPixelAspectRatio()
boolean
isSetRight()
boolean
isSetRotate()
boolean
isSetTargetDAR()
boolean
isSetTop()
boolean
isSetWidth()
void
setBottom(Integer value)
Sets the value of the bottom property.void
setHeight(Long value)
Sets the value of the height property.void
setLeft(Integer value)
Sets the value of the left property.void
setPadColor(String value)
Sets the value of the padColor property.void
setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.void
setRight(Integer value)
Sets the value of the right property.void
setRotate(String value)
Sets the value of the rotate property.void
setTargetDAR(AspectRatioType value)
Sets the value of the targetDAR property.void
setTop(Integer value)
Sets the value of the top property.void
setWidth(Long value)
Sets the value of the width property.ScalingType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ScalingType
withBottom(Integer value)
ScalingType
withHeight(Long value)
ScalingType
withLeft(Integer value)
ScalingType
withPadColor(String value)
ScalingType
withPixelAspectRatio(AspectRatioType value)
ScalingType
withRight(Integer value)
ScalingType
withRotate(String value)
ScalingType
withTargetDAR(AspectRatioType value)
ScalingType
withTop(Integer value)
ScalingType
withWidth(Long value)
-
-
-
Field Detail
-
width
protected Long width
-
height
protected Long height
-
top
protected Integer top
-
bottom
protected Integer bottom
-
left
protected Integer left
-
right
protected Integer right
-
padColor
protected String padColor
-
rotate
protected String rotate
-
pixelAspectRatio
protected AspectRatioType pixelAspectRatio
-
targetDAR
protected AspectRatioType targetDAR
-
-
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 isLong
-
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 isLong
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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 isString
-
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 isString
-
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 isAspectRatioType
-
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 isAspectRatioType
-
isSetTargetDAR
public boolean isSetTargetDAR()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withWidth
public ScalingType withWidth(Long value)
-
withHeight
public ScalingType withHeight(Long value)
-
withTop
public ScalingType withTop(Integer value)
-
withBottom
public ScalingType withBottom(Integer value)
-
withLeft
public ScalingType withLeft(Integer value)
-
withRight
public ScalingType withRight(Integer value)
-
withPadColor
public ScalingType withPadColor(String value)
-
withRotate
public ScalingType withRotate(String value)
-
withPixelAspectRatio
public ScalingType withPixelAspectRatio(AspectRatioType value)
-
withTargetDAR
public ScalingType withTargetDAR(AspectRatioType value)
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-