Package com.scene7.ipsapi
Class AssetSummary
- java.lang.Object
 - 
- com.scene7.ipsapi.AssetSummary
 
 
- 
public class AssetSummary extends java.lang.ObjectJava 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/2022-11-01-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 Summary
Constructors Constructor Description AssetSummary() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssetHandle()Gets the value of the assetHandle property.javax.xml.datatype.XMLGregorianCalendargetCreated()Gets the value of the created property.java.lang.StringgetCreateUser()Gets the value of the createUser property.java.lang.StringgetFilename()Gets the value of the filename property.java.lang.StringgetFolder()Gets the value of the folder property.javax.xml.datatype.XMLGregorianCalendargetLastModified()Gets the value of the lastModified property.java.lang.StringgetLastModifyUser()Gets the value of the lastModifyUser property.MetadataArraygetMetadataArray()Gets the value of the metadataArray property.java.lang.StringgetName()Gets the value of the name property.java.lang.DoublegetScore()Gets the value of the score property.java.lang.StringgetScoreDetail()Gets the value of the scoreDetail property.java.lang.StringgetType()Gets the value of the type property.voidsetAssetHandle(java.lang.String value)Sets the value of the assetHandle property.voidsetCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the created property.voidsetCreateUser(java.lang.String value)Sets the value of the createUser property.voidsetFilename(java.lang.String value)Sets the value of the filename property.voidsetFolder(java.lang.String value)Sets the value of the folder property.voidsetLastModified(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastModified property.voidsetLastModifyUser(java.lang.String value)Sets the value of the lastModifyUser property.voidsetMetadataArray(MetadataArray value)Sets the value of the metadataArray property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetScore(java.lang.Double value)Sets the value of the score property.voidsetScoreDetail(java.lang.String value)Sets the value of the scoreDetail property.voidsetType(java.lang.String value)Sets the value of the type property. 
 - 
 
- 
- 
Method Detail
- 
getAssetHandle
public java.lang.String getAssetHandle()
Gets the value of the assetHandle property.- Returns:
 - possible object is
     
String 
 
- 
setAssetHandle
public void setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.- Parameters:
 value- allowed object isString
 
- 
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
 - possible object is
     
String 
 
- 
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
 value- allowed object isString
 
- 
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
 - possible object is
     
String 
 
- 
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
 value- allowed object isString
 
- 
getFolder
public java.lang.String getFolder()
Gets the value of the folder property.- Returns:
 - possible object is
     
String 
 
- 
setFolder
public void setFolder(java.lang.String value)
Sets the value of the folder property.- Parameters:
 value- allowed object isString
 
- 
getFilename
public java.lang.String getFilename()
Gets the value of the filename property.- Returns:
 - possible object is
     
String 
 
- 
setFilename
public void setFilename(java.lang.String value)
Sets the value of the filename property.- Parameters:
 value- allowed object isString
 
- 
getCreated
public javax.xml.datatype.XMLGregorianCalendar getCreated()
Gets the value of the created property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setCreated
public void setCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the created property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getCreateUser
public java.lang.String getCreateUser()
Gets the value of the createUser property.- Returns:
 - possible object is
     
String 
 
- 
setCreateUser
public void setCreateUser(java.lang.String value)
Sets the value of the createUser property.- Parameters:
 value- allowed object isString
 
- 
getLastModified
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setLastModified
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getLastModifyUser
public java.lang.String getLastModifyUser()
Gets the value of the lastModifyUser property.- Returns:
 - possible object is
     
String 
 
- 
setLastModifyUser
public void setLastModifyUser(java.lang.String value)
Sets the value of the lastModifyUser property.- Parameters:
 value- allowed object isString
 
- 
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 isMetadataArray
 
- 
getScore
public java.lang.Double getScore()
Gets the value of the score property.- Returns:
 - possible object is
     
Double 
 
- 
setScore
public void setScore(java.lang.Double value)
Sets the value of the score property.- Parameters:
 value- allowed object isDouble
 
- 
getScoreDetail
public java.lang.String getScoreDetail()
Gets the value of the scoreDetail property.- Returns:
 - possible object is
     
String 
 
- 
setScoreDetail
public void setScoreDetail(java.lang.String value)
Sets the value of the scoreDetail property.- Parameters:
 value- allowed object isString
 
 - 
 
 -