Package com.scene7.ipsapi
Class SmartCropUpdate
- java.lang.Object
-
- com.scene7.ipsapi.SmartCropUpdate
-
public class SmartCropUpdate extends Object
Java class for SmartCropUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SmartCropUpdate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ownerHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="subAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cropRect" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}NormalizedCropRect" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SmartCropUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NormalizedCropRect
getCropRect()
Gets the value of the cropRect property.String
getOwnerHandle()
Gets the value of the ownerHandle property.String
getSubAssetHandle()
Gets the value of the subAssetHandle property.void
setCropRect(NormalizedCropRect value)
Sets the value of the cropRect property.void
setOwnerHandle(String value)
Sets the value of the ownerHandle property.void
setSubAssetHandle(String value)
Sets the value of the subAssetHandle property.
-
-
-
Method Detail
-
getOwnerHandle
public String getOwnerHandle()
Gets the value of the ownerHandle property.- Returns:
- possible object is
String
-
setOwnerHandle
public void setOwnerHandle(String value)
Sets the value of the ownerHandle property.- Parameters:
value
- allowed object isString
-
getSubAssetHandle
public String getSubAssetHandle()
Gets the value of the subAssetHandle property.- Returns:
- possible object is
String
-
setSubAssetHandle
public void setSubAssetHandle(String value)
Sets the value of the subAssetHandle property.- Parameters:
value
- allowed object isString
-
getCropRect
public NormalizedCropRect getCropRect()
Gets the value of the cropRect property.- Returns:
- possible object is
NormalizedCropRect
-
setCropRect
public void setCropRect(NormalizedCropRect value)
Sets the value of the cropRect property.- Parameters:
value
- allowed object isNormalizedCropRect
-
-