public class SmartCropUpdate
extends java.lang.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/2017-10-29-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.
|
java.lang.String |
getOwnerHandle()
Gets the value of the ownerHandle property.
|
java.lang.String |
getSubAssetHandle()
Gets the value of the subAssetHandle property.
|
void |
setCropRect(NormalizedCropRect value)
Sets the value of the cropRect property.
|
void |
setOwnerHandle(java.lang.String value)
Sets the value of the ownerHandle property.
|
void |
setSubAssetHandle(java.lang.String value)
Sets the value of the subAssetHandle property.
|
public java.lang.String getOwnerHandle()
String
public void setOwnerHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubAssetHandle()
String
public void setSubAssetHandle(java.lang.String value)
value
- allowed object is
String
public NormalizedCropRect getCropRect()
NormalizedCropRect
public void setCropRect(NormalizedCropRect value)
value
- allowed object is
NormalizedCropRect
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"