public class ScalingType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and 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 and Description |
---|
ScalingType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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.
|
protected Long width
protected Long height
protected Integer top
protected Integer bottom
protected Integer left
protected Integer right
protected String padColor
protected String rotate
protected AspectRatioType pixelAspectRatio
protected AspectRatioType targetDAR
public Long getWidth()
Long
public void setWidth(Long value)
value
- allowed object is
Long
public boolean isSetWidth()
public Long getHeight()
Long
public void setHeight(Long value)
value
- allowed object is
Long
public boolean isSetHeight()
public Integer getTop()
Integer
public void setTop(Integer value)
value
- allowed object is
Integer
public boolean isSetTop()
public Integer getBottom()
Integer
public void setBottom(Integer value)
value
- allowed object is
Integer
public boolean isSetBottom()
public Integer getLeft()
Integer
public void setLeft(Integer value)
value
- allowed object is
Integer
public boolean isSetLeft()
public Integer getRight()
Integer
public void setRight(Integer value)
value
- allowed object is
Integer
public boolean isSetRight()
public String getPadColor()
String
public void setPadColor(String value)
value
- allowed object is
String
public boolean isSetPadColor()
public String getRotate()
String
public void setRotate(String value)
value
- allowed object is
String
public boolean isSetRotate()
public AspectRatioType getPixelAspectRatio()
AspectRatioType
public void setPixelAspectRatio(AspectRatioType value)
value
- allowed object is
AspectRatioType
public boolean isSetPixelAspectRatio()
public AspectRatioType getTargetDAR()
AspectRatioType
public void setTargetDAR(AspectRatioType value)
value
- allowed object is
AspectRatioType
public boolean isSetTargetDAR()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.