Package com.scene7.ipsapi
Class AssetMetadataFields
- java.lang.Object
 - 
- com.scene7.ipsapi.AssetMetadataFields
 
 
- 
public class AssetMetadataFields extends java.lang.ObjectJava 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/2021-04-26-beta}MetadataFieldArray"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description AssetMetadataFields() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssetType()Gets the value of the assetType property.MetadataFieldArraygetFieldArray()Gets the value of the fieldArray property.voidsetAssetType(java.lang.String value)Sets the value of the assetType property.voidsetFieldArray(MetadataFieldArray value)Sets the value of the fieldArray property. 
 - 
 
- 
- 
Method Detail
- 
getAssetType
public java.lang.String getAssetType()
Gets the value of the assetType property.- Returns:
 - possible object is
     
String 
 
- 
setAssetType
public void setAssetType(java.lang.String value)
Sets the value of the assetType property.- Parameters:
 value- allowed object isString
 
- 
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 isMetadataFieldArray
 
 - 
 
 -