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/2019-09-10-beta}NormalizedCropRect" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SmartCropUpdate() |
| Modifier and Type | Method and 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.
|
public String getOwnerHandle()
Stringpublic void setOwnerHandle(String value)
value - allowed object is
Stringpublic String getSubAssetHandle()
Stringpublic void setSubAssetHandle(String value)
value - allowed object is
Stringpublic NormalizedCropRect getCropRect()
NormalizedCropRectpublic void setCropRect(NormalizedCropRect value)
value - allowed object is
NormalizedCropRectCopyright © 2010 - 2020 Adobe. All Rights Reserved