Class AssetMetadataFields

java.lang.Object
com.scene7.ipsapi.AssetMetadataFields

public class AssetMetadataFields extends Object

Java class for AssetMetadataFields complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AssetMetadataFields">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assetType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fieldArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}MetadataFieldArray"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AssetMetadataFields

      public AssetMetadataFields()
  • Method Details

    • getAssetType

      public String getAssetType()
      Gets the value of the assetType property.
      Returns:
      possible object is String
    • setAssetType

      public void setAssetType(String value)
      Sets the value of the assetType property.
      Parameters:
      value - allowed object is String
    • getFieldArray

      public MetadataFieldArray getFieldArray()
      Gets the value of the fieldArray property.
      Returns:
      possible object is MetadataFieldArray
    • setFieldArray

      public void setFieldArray(MetadataFieldArray value)
      Sets the value of the fieldArray property.
      Parameters:
      value - allowed object is MetadataFieldArray