public class BatchMetadataUpdate
extends java.lang.Object
Java class for BatchMetadataUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchMetadataUpdate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}HandleArray"/> <element name="updateArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}MetadataUpdateArray"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
BatchMetadataUpdate() |
Modifier and Type | Method and Description |
---|---|
HandleArray |
getAssetHandleArray()
Gets the value of the assetHandleArray property.
|
MetadataUpdateArray |
getUpdateArray()
Gets the value of the updateArray property.
|
void |
setAssetHandleArray(HandleArray value)
Sets the value of the assetHandleArray property.
|
void |
setUpdateArray(MetadataUpdateArray value)
Sets the value of the updateArray property.
|
public HandleArray getAssetHandleArray()
HandleArray
public void setAssetHandleArray(HandleArray value)
value
- allowed object is
HandleArray
public MetadataUpdateArray getUpdateArray()
MetadataUpdateArray
public void setUpdateArray(MetadataUpdateArray value)
value
- allowed object is
MetadataUpdateArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"