Package com.scene7.ipsapi
Class AssetSummary
java.lang.Object
com.scene7.ipsapi.AssetSummary
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/2024-05-30-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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandle property.Gets the value of the created property.Gets the value of the createUser property.Gets the value of the filename property.Gets the value of the folder property.Gets the value of the lastModified property.Gets the value of the lastModifyUser property.Gets the value of the metadataArray property.getName()Gets the value of the name property.getScore()Gets the value of the score property.Gets the value of the scoreDetail property.getType()Gets the value of the type property.voidsetAssetHandle(String value) Sets the value of the assetHandle property.voidsetCreated(XMLGregorianCalendar value) Sets the value of the created property.voidsetCreateUser(String value) Sets the value of the createUser property.voidsetFilename(String value) Sets the value of the filename property.voidSets the value of the folder property.voidSets the value of the lastModified property.voidsetLastModifyUser(String value) Sets the value of the lastModifyUser property.voidsetMetadataArray(MetadataArray value) Sets the value of the metadataArray property.voidSets the value of the name property.voidSets the value of the score property.voidsetScoreDetail(String value) Sets the value of the scoreDetail property.voidSets the value of the type property.
-
Constructor Details
-
AssetSummary
public AssetSummary()
-
-
Method Details
-
getAssetHandle
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getFolder
Gets the value of the folder property.- Returns:
- possible object is
String
-
setFolder
Sets the value of the folder property.- Parameters:
value- allowed object isString
-
getFilename
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getCreated
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
Sets the value of the created property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCreateUser
Gets the value of the createUser property.- Returns:
- possible object is
String
-
setCreateUser
Sets the value of the createUser property.- Parameters:
value- allowed object isString
-
getLastModified
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getLastModifyUser
Gets the value of the lastModifyUser property.- Returns:
- possible object is
String
-
setLastModifyUser
Sets the value of the lastModifyUser property.- Parameters:
value- allowed object isString
-
getMetadataArray
Gets the value of the metadataArray property.- Returns:
- possible object is
MetadataArray
-
setMetadataArray
Sets the value of the metadataArray property.- Parameters:
value- allowed object isMetadataArray
-
getScore
Gets the value of the score property.- Returns:
- possible object is
Double
-
setScore
Sets the value of the score property.- Parameters:
value- allowed object isDouble
-
getScoreDetail
Gets the value of the scoreDetail property.- Returns:
- possible object is
String
-
setScoreDetail
Sets the value of the scoreDetail property.- Parameters:
value- allowed object isString
-