Package com.scene7.ipsapi
Class MetadataOptions
- java.lang.Object
-
- com.scene7.ipsapi.MetadataOptions
-
public class MetadataOptions extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description MetadataOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataUpdateArraygetUpdateArray()Gets the value of the updateArray property.voidsetUpdateArray(MetadataUpdateArray value)Sets the value of the updateArray property.
-
-
-
Method Detail
-
getUpdateArray
public MetadataUpdateArray getUpdateArray()
Gets the value of the updateArray property.- Returns:
- possible object is
MetadataUpdateArray
-
setUpdateArray
public void setUpdateArray(MetadataUpdateArray value)
Sets the value of the updateArray property.- Parameters:
value- allowed object isMetadataUpdateArray
-
-