Class AssetSummary


  • public class AssetSummary
    extends Object

    Java class for AssetSummary complex type.

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

     <complexType name="AssetSummary">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="folder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="createUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="lastModifyUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="metadataArray" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}MetadataArray" minOccurs="0"/>
             <element name="score" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="scoreDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AssetSummary

        public AssetSummary()
    • Method Detail

      • getAssetHandle

        public String getAssetHandle()
        Gets the value of the assetHandle property.
        Returns:
        possible object is String
      • setAssetHandle

        public void setAssetHandle​(String value)
        Sets the value of the assetHandle property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getFolder

        public String getFolder()
        Gets the value of the folder property.
        Returns:
        possible object is String
      • setFolder

        public void setFolder​(String value)
        Sets the value of the folder property.
        Parameters:
        value - allowed object is String
      • getFilename

        public String getFilename()
        Gets the value of the filename property.
        Returns:
        possible object is String
      • setFilename

        public void setFilename​(String value)
        Sets the value of the filename property.
        Parameters:
        value - allowed object is String
      • getCreateUser

        public String getCreateUser()
        Gets the value of the createUser property.
        Returns:
        possible object is String
      • setCreateUser

        public void setCreateUser​(String value)
        Sets the value of the createUser property.
        Parameters:
        value - allowed object is String
      • getLastModifyUser

        public String getLastModifyUser()
        Gets the value of the lastModifyUser property.
        Returns:
        possible object is String
      • setLastModifyUser

        public void setLastModifyUser​(String value)
        Sets the value of the lastModifyUser property.
        Parameters:
        value - allowed object is String
      • getMetadataArray

        public MetadataArray getMetadataArray()
        Gets the value of the metadataArray property.
        Returns:
        possible object is MetadataArray
      • setMetadataArray

        public void setMetadataArray​(MetadataArray value)
        Sets the value of the metadataArray property.
        Parameters:
        value - allowed object is MetadataArray
      • getScore

        public Double getScore()
        Gets the value of the score property.
        Returns:
        possible object is Double
      • setScore

        public void setScore​(Double value)
        Sets the value of the score property.
        Parameters:
        value - allowed object is Double
      • getScoreDetail

        public String getScoreDetail()
        Gets the value of the scoreDetail property.
        Returns:
        possible object is String
      • setScoreDetail

        public void setScoreDetail​(String value)
        Sets the value of the scoreDetail property.
        Parameters:
        value - allowed object is String