Package com.scene7.ipsapi
Class AssetMetadataFields
java.lang.Object
com.scene7.ipsapi.AssetMetadataFields
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetType property.Gets the value of the fieldArray property.voidsetAssetType(String value) Sets the value of the assetType property.voidsetFieldArray(MetadataFieldArray value) Sets the value of the fieldArray property.
-
Constructor Details
-
AssetMetadataFields
public AssetMetadataFields()
-
-
Method Details
-
getAssetType
Gets the value of the assetType property.- Returns:
- possible object is
String
-
setAssetType
Sets the value of the assetType property.- Parameters:
value- allowed object isString
-
getFieldArray
Gets the value of the fieldArray property.- Returns:
- possible object is
MetadataFieldArray
-
setFieldArray
Sets the value of the fieldArray property.- Parameters:
value- allowed object isMetadataFieldArray
-