Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the bottom property.Gets the value of the bottomNormalized property.Gets the value of the height property.getLeft()Gets the value of the left property.Gets the value of the leftNormalized property.Gets the value of the padColor property.Gets the value of the pixelAspectRatio property.getRight()Gets the value of the right property.Gets the value of the rightNormalized property.Gets the value of the rotate property.Gets the value of the targetDAR property.getTop()Gets the value of the top property.Gets the value of the topNormalized property.getWidth()Gets the value of the width property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisSetTop()booleanbooleanvoidSets the value of the bottom property.voidsetBottomNormalized(Float value) Sets the value of the bottomNormalized property.voidSets the value of the height property.voidSets the value of the left property.voidsetLeftNormalized(Float value) Sets the value of the leftNormalized property.voidsetPadColor(String value) Sets the value of the padColor property.voidSets the value of the pixelAspectRatio property.voidSets the value of the right property.voidsetRightNormalized(Float value) Sets the value of the rightNormalized property.voidSets the value of the rotate property.voidsetTargetDAR(AspectRatioType value) Sets the value of the targetDAR property.voidSets the value of the top property.voidsetTopNormalized(Float value) Sets the value of the topNormalized property.voidSets the value of the width property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBottom(Integer value) Sets the value of the bottom property.withBottomNormalized(Float value) Sets the value of the bottomNormalized property.withHeight(Long value) Sets the value of the height property.Sets the value of the left property.withLeftNormalized(Float value) Sets the value of the leftNormalized property.withPadColor(String value) Sets the value of the padColor property.Sets the value of the pixelAspectRatio property.Sets the value of the right property.withRightNormalized(Float value) Sets the value of the rightNormalized property.withRotate(String value) Sets the value of the rotate property.withTargetDAR(AspectRatioType value) Sets the value of the targetDAR property.Sets the value of the top property.withTopNormalized(Float value) Sets the value of the topNormalized property.Sets the value of the width property.
-
Field Details
-
width
-
height
-
top
-
bottom
-
left
-
right
-
padColor
-
topNormalized
-
bottomNormalized
-
leftNormalized
-
rightNormalized
-
rotate
-
pixelAspectRatio
-
targetDAR
-
-
Constructor Details
-
ScalingType
public ScalingType()
-
-
Method Details
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
Long
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isLong
-
isSetWidth
public boolean isSetWidth() -
getHeight
Gets the value of the height property.- Returns:
- possible object is
Long
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isLong
-
isSetHeight
public boolean isSetHeight() -
getTop
Gets the value of the top property.- Returns:
- possible object is
Integer
-
setTop
Sets the value of the top property.- Parameters:
value- allowed object isInteger
-
isSetTop
public boolean isSetTop() -
getBottom
Gets the value of the bottom property.- Returns:
- possible object is
Integer
-
setBottom
Sets the value of the bottom property.- Parameters:
value- allowed object isInteger
-
isSetBottom
public boolean isSetBottom() -
getLeft
Gets the value of the left property.- Returns:
- possible object is
Integer
-
setLeft
Sets the value of the left property.- Parameters:
value- allowed object isInteger
-
isSetLeft
public boolean isSetLeft() -
getRight
Gets the value of the right property.- Returns:
- possible object is
Integer
-
setRight
Sets the value of the right property.- Parameters:
value- allowed object isInteger
-
isSetRight
public boolean isSetRight() -
getPadColor
Gets the value of the padColor property.- Returns:
- possible object is
String
-
setPadColor
Sets the value of the padColor property.- Parameters:
value- allowed object isString
-
isSetPadColor
public boolean isSetPadColor() -
getTopNormalized
Gets the value of the topNormalized property.- Returns:
- possible object is
Float
-
setTopNormalized
Sets the value of the topNormalized property.- Parameters:
value- allowed object isFloat
-
isSetTopNormalized
public boolean isSetTopNormalized() -
getBottomNormalized
Gets the value of the bottomNormalized property.- Returns:
- possible object is
Float
-
setBottomNormalized
Sets the value of the bottomNormalized property.- Parameters:
value- allowed object isFloat
-
isSetBottomNormalized
public boolean isSetBottomNormalized() -
getLeftNormalized
Gets the value of the leftNormalized property.- Returns:
- possible object is
Float
-
setLeftNormalized
Sets the value of the leftNormalized property.- Parameters:
value- allowed object isFloat
-
isSetLeftNormalized
public boolean isSetLeftNormalized() -
getRightNormalized
Gets the value of the rightNormalized property.- Returns:
- possible object is
Float
-
setRightNormalized
Sets the value of the rightNormalized property.- Parameters:
value- allowed object isFloat
-
isSetRightNormalized
public boolean isSetRightNormalized() -
getRotate
Gets the value of the rotate property.- Returns:
- possible object is
String
-
setRotate
Sets the value of the rotate property.- Parameters:
value- allowed object isString
-
isSetRotate
public boolean isSetRotate() -
getPixelAspectRatio
Gets the value of the pixelAspectRatio property.- Returns:
- possible object is
AspectRatioType
-
setPixelAspectRatio
Sets the value of the pixelAspectRatio property.- Parameters:
value- allowed object isAspectRatioType
-
isSetPixelAspectRatio
public boolean isSetPixelAspectRatio() -
getTargetDAR
Gets the value of the targetDAR property.- Returns:
- possible object is
AspectRatioType
-
setTargetDAR
Sets the value of the targetDAR property.- Parameters:
value- allowed object isAspectRatioType
-
isSetTargetDAR
public boolean isSetTargetDAR() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withWidth
Sets the value of the width property.- Parameters:
value- allowed object isLong- Returns:
- The class instance
-
withHeight
Sets the value of the height property.- Parameters:
value- allowed object isLong- Returns:
- The class instance
-
withTop
Sets the value of the top property.- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
withBottom
Sets the value of the bottom property.- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
withLeft
Sets the value of the left property.- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
withRight
Sets the value of the right property.- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
withPadColor
Sets the value of the padColor property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withTopNormalized
Sets the value of the topNormalized property.- Parameters:
value- allowed object isFloat- Returns:
- The class instance
-
withBottomNormalized
Sets the value of the bottomNormalized property.- Parameters:
value- allowed object isFloat- Returns:
- The class instance
-
withLeftNormalized
Sets the value of the leftNormalized property.- Parameters:
value- allowed object isFloat- Returns:
- The class instance
-
withRightNormalized
Sets the value of the rightNormalized property.- Parameters:
value- allowed object isFloat- Returns:
- The class instance
-
withRotate
Sets the value of the rotate property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPixelAspectRatio
Sets the value of the pixelAspectRatio property.- Parameters:
value- allowed object isAspectRatioType- Returns:
- The class instance
-
withTargetDAR
Sets the value of the targetDAR property.- Parameters:
value- allowed object isAspectRatioType- 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-