public class CreateAssetSetParam extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="folderHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="setDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="thumbAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CreateAssetSetParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
String |
getFolderHandle()
Gets the value of the folderHandle property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSetDefinition()
Gets the value of the setDefinition property.
|
String |
getSubType()
Gets the value of the subType property.
|
String |
getThumbAssetHandle()
Gets the value of the thumbAssetHandle property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setFolderHandle(String value)
Sets the value of the folderHandle property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSetDefinition(String value)
Sets the value of the setDefinition property.
|
void |
setSubType(String value)
Sets the value of the subType property.
|
void |
setThumbAssetHandle(String value)
Sets the value of the thumbAssetHandle property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getFolderHandle()
Stringpublic void setFolderHandle(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSubType()
Stringpublic void setSubType(String value)
value - allowed object is
Stringpublic String getSetDefinition()
Stringpublic void setSetDefinition(String value)
value - allowed object is
Stringpublic String getThumbAssetHandle()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved