Class BatchMetadataUpdate

java.lang.Object
com.scene7.ipsapi.BatchMetadataUpdate

public class BatchMetadataUpdate extends 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/2024-05-30-beta}HandleArray"/>
         <element name="updateArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}MetadataUpdateArray"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • BatchMetadataUpdate

      public BatchMetadataUpdate()
  • Method Details

    • getAssetHandleArray

      public HandleArray getAssetHandleArray()
      Gets the value of the assetHandleArray property.
      Returns:
      possible object is HandleArray
    • setAssetHandleArray

      public void setAssetHandleArray(HandleArray value)
      Sets the value of the assetHandleArray property.
      Parameters:
      value - allowed object is HandleArray
    • 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 is MetadataUpdateArray