public class AutoImportRuleType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AutoImportRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoImportRuleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fileNameAsTitle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType" minOccurs="0"/> <element name="jobmetadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> <element name="settingsId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="projection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="excludeFilter" type="{http://xml.vidispine.com/schema/vidispine}FilenameFilterType" maxOccurs="unbounded" minOccurs="0"/> <element name="shapeTagFilter" type="{http://xml.vidispine.com/schema/vidispine}FilenameFilterType" maxOccurs="unbounded" minOccurs="0"/> <element name="sequenceDefinition" type="{http://xml.vidispine.com/schema/vidispine}sequenceDefinitionType" minOccurs="0"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<FilenameFilterType> |
excludeFilter |
protected Boolean |
fileNameAsTitle |
protected SimpleMetadataType |
jobmetadata |
protected MetadataType |
metadata |
protected String |
priority |
protected String |
projection |
protected SequenceDefinitionType |
sequenceDefinition |
protected String |
settingsId |
protected List<FilenameFilterType> |
shapeTagFilter |
protected String |
storage |
protected List<String> |
tag |
Constructor and Description |
---|
AutoImportRuleType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<FilenameFilterType> |
getExcludeFilter()
Gets the value of the excludeFilter property.
|
SimpleMetadataType |
getJobmetadata()
Gets the value of the jobmetadata property.
|
MetadataType |
getMetadata()
Gets the value of the metadata property.
|
String |
getPriority()
Gets the value of the priority property.
|
String |
getProjection()
Gets the value of the projection property.
|
SequenceDefinitionType |
getSequenceDefinition()
Gets the value of the sequenceDefinition property.
|
String |
getSettingsId()
Gets the value of the settingsId property.
|
List<FilenameFilterType> |
getShapeTagFilter()
Gets the value of the shapeTagFilter property.
|
String |
getStorage()
Gets the value of the storage property.
|
List<String> |
getTag()
Gets the value of the tag property.
|
Boolean |
isFileNameAsTitle()
Gets the value of the fileNameAsTitle property.
|
boolean |
isSetExcludeFilter() |
boolean |
isSetFileNameAsTitle() |
boolean |
isSetJobmetadata() |
boolean |
isSetMetadata() |
boolean |
isSetPriority() |
boolean |
isSetProjection() |
boolean |
isSetSequenceDefinition() |
boolean |
isSetSettingsId() |
boolean |
isSetShapeTagFilter() |
boolean |
isSetStorage() |
boolean |
isSetTag() |
void |
setFileNameAsTitle(Boolean value)
Sets the value of the fileNameAsTitle property.
|
void |
setJobmetadata(SimpleMetadataType value)
Sets the value of the jobmetadata property.
|
void |
setMetadata(MetadataType value)
Sets the value of the metadata property.
|
void |
setPriority(String value)
Sets the value of the priority property.
|
void |
setProjection(String value)
Sets the value of the projection property.
|
void |
setSequenceDefinition(SequenceDefinitionType value)
Sets the value of the sequenceDefinition property.
|
void |
setSettingsId(String value)
Sets the value of the settingsId property.
|
void |
setStorage(String value)
Sets the value of the storage property.
|
void |
unsetExcludeFilter() |
void |
unsetShapeTagFilter() |
void |
unsetTag() |
protected Boolean fileNameAsTitle
protected String storage
protected MetadataType metadata
protected SimpleMetadataType jobmetadata
protected String settingsId
protected String projection
protected List<FilenameFilterType> excludeFilter
protected List<FilenameFilterType> shapeTagFilter
protected SequenceDefinitionType sequenceDefinition
protected String priority
public Boolean isFileNameAsTitle()
Boolean
public void setFileNameAsTitle(Boolean value)
value
- allowed object is
Boolean
public boolean isSetFileNameAsTitle()
public String getStorage()
String
public void setStorage(String value)
value
- allowed object is
String
public boolean isSetStorage()
public List<String> getTag()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetTag()
public void unsetTag()
public MetadataType getMetadata()
MetadataType
public void setMetadata(MetadataType value)
value
- allowed object is
MetadataType
public boolean isSetMetadata()
public SimpleMetadataType getJobmetadata()
SimpleMetadataType
public void setJobmetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetJobmetadata()
public String getSettingsId()
String
public void setSettingsId(String value)
value
- allowed object is
String
public boolean isSetSettingsId()
public String getProjection()
String
public void setProjection(String value)
value
- allowed object is
String
public boolean isSetProjection()
public List<FilenameFilterType> getExcludeFilter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the excludeFilter property.
For example, to add a new item, do as follows:
getExcludeFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilenameFilterType
public boolean isSetExcludeFilter()
public void unsetExcludeFilter()
public List<FilenameFilterType> getShapeTagFilter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the shapeTagFilter property.
For example, to add a new item, do as follows:
getShapeTagFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilenameFilterType
public boolean isSetShapeTagFilter()
public void unsetShapeTagFilter()
public SequenceDefinitionType getSequenceDefinition()
SequenceDefinitionType
public void setSequenceDefinition(SequenceDefinitionType value)
value
- allowed object is
SequenceDefinitionType
public boolean isSetSequenceDefinition()
public String getPriority()
String
public void setPriority(String value)
value
- allowed object is
String
public boolean isSetPriority()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.