public class AssetListCreationParams extends ParameterType implements java.io.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 java.lang.String |
assetTypes |
protected java.lang.Object |
fileSpecRef |
protected java.lang.String |
listPolicy |
| Constructor and Description |
|---|
AssetListCreationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssetTypes()
Gets the value of the assetTypes property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.String |
getListPolicy()
Gets the value of the listPolicy property.
|
void |
setAssetTypes(java.lang.String value)
Sets the value of the assetTypes property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setListPolicy(java.lang.String value)
Sets the value of the listPolicy property.
|
protected java.lang.String assetTypes
protected java.lang.String listPolicy
protected java.lang.Object fileSpecRef
public java.lang.String getAssetTypes()
Stringpublic void setAssetTypes(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getListPolicy()
Stringpublic void setListPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.