public class AssetSummary
extends java.lang.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/2017-10-29-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 |
---|---|
java.lang.String |
getAssetHandle()
Gets the value of the assetHandle property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
java.lang.String |
getCreateUser()
Gets the value of the createUser property.
|
java.lang.String |
getFilename()
Gets the value of the filename property.
|
java.lang.String |
getFolder()
Gets the value of the folder property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
java.lang.String |
getLastModifyUser()
Gets the value of the lastModifyUser property.
|
MetadataArray |
getMetadataArray()
Gets the value of the metadataArray property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Double |
getScore()
Gets the value of the score property.
|
java.lang.String |
getScoreDetail()
Gets the value of the scoreDetail property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.
|
void |
setCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setCreateUser(java.lang.String value)
Sets the value of the createUser property.
|
void |
setFilename(java.lang.String value)
Sets the value of the filename property.
|
void |
setFolder(java.lang.String value)
Sets the value of the folder property.
|
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setLastModifyUser(java.lang.String value)
Sets the value of the lastModifyUser property.
|
void |
setMetadataArray(MetadataArray value)
Sets the value of the metadataArray property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setScore(java.lang.Double value)
Sets the value of the score property.
|
void |
setScoreDetail(java.lang.String value)
Sets the value of the scoreDetail property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
public java.lang.String getAssetHandle()
String
public void setAssetHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFolder()
String
public void setFolder(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFilename()
String
public void setFilename(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getCreateUser()
String
public void setCreateUser(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendar
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getLastModifyUser()
String
public void setLastModifyUser(java.lang.String value)
value
- allowed object is
String
public MetadataArray getMetadataArray()
MetadataArray
public void setMetadataArray(MetadataArray value)
value
- allowed object is
MetadataArray
public java.lang.Double getScore()
Double
public void setScore(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getScoreDetail()
String
public void setScoreDetail(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"