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