Package com.scene7.ipsapi
Class VideoSmartCropAspectRatio
- java.lang.Object
 - 
- com.scene7.ipsapi.VideoSmartCropAspectRatio
 
 
- 
public class VideoSmartCropAspectRatio extends java.lang.ObjectJava class for VideoSmartCropAspectRatio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoSmartCropAspectRatio"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description VideoSmartCropAspectRatio() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetHeight()Gets the value of the height property.java.lang.IntegergetWidth()Gets the value of the width property.voidsetHeight(java.lang.Integer value)Sets the value of the height property.voidsetWidth(java.lang.Integer value)Sets the value of the width property. 
 - 
 
- 
- 
Method Detail
- 
getWidth
public java.lang.Integer getWidth()
Gets the value of the width property.- Returns:
 - possible object is
     
Integer 
 
- 
setWidth
public void setWidth(java.lang.Integer value)
Sets the value of the width property.- Parameters:
 value- allowed object isInteger
 
- 
getHeight
public java.lang.Integer getHeight()
Gets the value of the height property.- Returns:
 - possible object is
     
Integer 
 
- 
setHeight
public void setHeight(java.lang.Integer value)
Sets the value of the height property.- Parameters:
 value- allowed object isInteger
 
 - 
 
 -