Package com.scene7.ipsapi
Class VideoSmartCropAspectRatio
java.lang.Object
com.scene7.ipsapi.VideoSmartCropAspectRatio
Java 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 -
Method Summary
-
Constructor Details
-
VideoSmartCropAspectRatio
public VideoSmartCropAspectRatio()
-
-
Method Details
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-