public class CreateDerivedAssetParam 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="ownerHandle" 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="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="urlModifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="urlPostApplyModifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CreateDerivedAssetParam() |
| 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 |
getOwnerHandle()
Gets the value of the ownerHandle property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrlModifier()
Gets the value of the urlModifier property.
|
String |
getUrlPostApplyModifier()
Gets the value of the urlPostApplyModifier 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 |
setOwnerHandle(String value)
Sets the value of the ownerHandle property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrlModifier(String value)
Sets the value of the urlModifier property.
|
void |
setUrlPostApplyModifier(String value)
Sets the value of the urlPostApplyModifier property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getOwnerHandle()
Stringpublic void setOwnerHandle(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 getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUrlModifier()
Stringpublic void setUrlModifier(String value)
value - allowed object is
Stringpublic String getUrlPostApplyModifier()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved