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/2019-09-10-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 and Description |
|---|
AssetSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetHandle()
Gets the value of the assetHandle property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getFolder()
Gets the value of the folder property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getLastModifyUser()
Gets the value of the lastModifyUser property.
|
MetadataArray |
getMetadataArray()
Gets the value of the metadataArray property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getScore()
Gets the value of the score property.
|
String |
getScoreDetail()
Gets the value of the scoreDetail property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAssetHandle(String value)
Sets the value of the assetHandle property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setFolder(String value)
Sets the value of the folder property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setLastModifyUser(String value)
Sets the value of the lastModifyUser property.
|
void |
setMetadataArray(MetadataArray value)
Sets the value of the metadataArray property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setScore(Double value)
Sets the value of the score property.
|
void |
setScoreDetail(String value)
Sets the value of the scoreDetail property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getAssetHandle()
Stringpublic void setAssetHandle(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFolder()
Stringpublic void setFolder(String value)
value - allowed object is
Stringpublic String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLastModifyUser()
Stringpublic void setLastModifyUser(String value)
value - allowed object is
Stringpublic MetadataArray getMetadataArray()
MetadataArraypublic void setMetadataArray(MetadataArray value)
value - allowed object is
MetadataArraypublic Double getScore()
Doublepublic void setScore(Double value)
value - allowed object is
Doublepublic String getScoreDetail()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved