public class SubAsset
extends java.lang.Object
Java class for SubAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubAsset"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="subType" 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="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="userDataArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UserDataArray" minOccurs="0"/> <element name="metadataArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}MetadataArray" minOccurs="0"/> <element name="smartCrop" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}SmartCrop" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SubAsset() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
java.lang.String |
getCreateUser()
Gets the value of the createUser 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.
|
SmartCrop |
getSmartCrop()
Gets the value of the smartCrop property.
|
java.lang.String |
getSubAssetHandle()
Gets the value of the subAssetHandle property.
|
java.lang.String |
getSubType()
Gets the value of the subType property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
UserDataArray |
getUserDataArray()
Gets the value of the userDataArray 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 |
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 |
setSmartCrop(SmartCrop value)
Sets the value of the smartCrop property.
|
void |
setSubAssetHandle(java.lang.String value)
Sets the value of the subAssetHandle property.
|
void |
setSubType(java.lang.String value)
Sets the value of the subType property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUserDataArray(UserDataArray value)
Sets the value of the userDataArray property.
|
public java.lang.String getSubAssetHandle()
String
public void setSubAssetHandle(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 getSubType()
String
public void setSubType(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 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 UserDataArray getUserDataArray()
UserDataArray
public void setUserDataArray(UserDataArray value)
value
- allowed object is
UserDataArray
public MetadataArray getMetadataArray()
MetadataArray
public void setMetadataArray(MetadataArray value)
value
- allowed object is
MetadataArray
public SmartCrop getSmartCrop()
SmartCrop
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"