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()
Booleanpublic void setFileNameAsTitle(Boolean value)
value - allowed object is
Booleanpublic boolean isSetFileNameAsTitle()
public String getStorage()
Stringpublic void setStorage(String value)
value - allowed object is
Stringpublic 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()
MetadataTypepublic void setMetadata(MetadataType value)
value - allowed object is
MetadataTypepublic boolean isSetMetadata()
public SimpleMetadataType getJobmetadata()
SimpleMetadataTypepublic void setJobmetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetJobmetadata()
public String getSettingsId()
Stringpublic void setSettingsId(String value)
value - allowed object is
Stringpublic boolean isSetSettingsId()
public String getProjection()
Stringpublic void setProjection(String value)
value - allowed object is
Stringpublic 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()
SequenceDefinitionTypepublic void setSequenceDefinition(SequenceDefinitionType value)
value - allowed object is
SequenceDefinitionTypepublic boolean isSetSequenceDefinition()
public String getPriority()
Stringpublic void setPriority(String value)
value - allowed object is
Stringpublic boolean isSetPriority()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2015. All rights reserved.