public class AssetListCreationParams extends ParameterType implements Serializable
Java class for AssetListCreationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetListCreationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="AssetTypes" type="{http://www.CIP4.org/JDFSchema_2_0}Any" />
<attribute name="ListPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assetTypes |
protected Object |
fileSpecRef |
protected String |
listPolicy |
| Constructor and Description |
|---|
AssetListCreationParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetTypes()
Gets the value of the assetTypes property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
String |
getListPolicy()
Gets the value of the listPolicy property.
|
void |
setAssetTypes(String value)
Sets the value of the assetTypes property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setListPolicy(String value)
Sets the value of the listPolicy property.
|
protected String assetTypes
protected String listPolicy
protected Object fileSpecRef
public String getAssetTypes()
Stringpublic void setAssetTypes(String value)
value - allowed object is
Stringpublic String getListPolicy()
Stringpublic void setListPolicy(String value)
value - allowed object is
Stringpublic Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.