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"/> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ignoreSidecarImport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AutoImportRuleType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<FilenameFilterType> |
excludeFilter |
protected Boolean |
fileNameAsTitle |
protected Boolean |
ignoreSidecarImport |
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 |
protected String |
user |
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.
|
String |
getUser()
Gets the value of the user property.
|
Boolean |
isFileNameAsTitle()
Gets the value of the fileNameAsTitle property.
|
Boolean |
isIgnoreSidecarImport()
Gets the value of the ignoreSidecarImport property.
|
boolean |
isSetExcludeFilter() |
boolean |
isSetFileNameAsTitle() |
boolean |
isSetIgnoreSidecarImport() |
boolean |
isSetJobmetadata() |
boolean |
isSetMetadata() |
boolean |
isSetPriority() |
boolean |
isSetProjection() |
boolean |
isSetSequenceDefinition() |
boolean |
isSetSettingsId() |
boolean |
isSetShapeTagFilter() |
boolean |
isSetStorage() |
boolean |
isSetTag() |
boolean |
isSetUser() |
void |
setFileNameAsTitle(Boolean value)
Sets the value of the fileNameAsTitle property.
|
void |
setIgnoreSidecarImport(Boolean value)
Sets the value of the ignoreSidecarImport 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 |
setUser(String value)
Sets the value of the user property.
|
void |
unsetExcludeFilter() |
void |
unsetShapeTagFilter() |
void |
unsetTag() |
AutoImportRuleType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AutoImportRuleType |
withExcludeFilter(Collection<FilenameFilterType> values) |
AutoImportRuleType |
withExcludeFilter(FilenameFilterType... values) |
AutoImportRuleType |
withFileNameAsTitle(Boolean value) |
AutoImportRuleType |
withIgnoreSidecarImport(Boolean value) |
AutoImportRuleType |
withJobmetadata(SimpleMetadataType value) |
AutoImportRuleType |
withMetadata(MetadataType value) |
AutoImportRuleType |
withPriority(String value) |
AutoImportRuleType |
withProjection(String value) |
AutoImportRuleType |
withSequenceDefinition(SequenceDefinitionType value) |
AutoImportRuleType |
withSettingsId(String value) |
AutoImportRuleType |
withShapeTagFilter(Collection<FilenameFilterType> values) |
AutoImportRuleType |
withShapeTagFilter(FilenameFilterType... values) |
AutoImportRuleType |
withStorage(String value) |
AutoImportRuleType |
withTag(Collection<String> values) |
AutoImportRuleType |
withTag(String... values) |
AutoImportRuleType |
withUser(String value) |
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
protected String user
protected Boolean ignoreSidecarImport
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 String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public Boolean isIgnoreSidecarImport()
Boolean
public void setIgnoreSidecarImport(Boolean value)
value
- allowed object is
Boolean
public boolean isSetIgnoreSidecarImport()
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
public AutoImportRuleType withFileNameAsTitle(Boolean value)
public AutoImportRuleType withStorage(String value)
public AutoImportRuleType withTag(String... values)
public AutoImportRuleType withTag(Collection<String> values)
public AutoImportRuleType withMetadata(MetadataType value)
public AutoImportRuleType withJobmetadata(SimpleMetadataType value)
public AutoImportRuleType withSettingsId(String value)
public AutoImportRuleType withProjection(String value)
public AutoImportRuleType withExcludeFilter(FilenameFilterType... values)
public AutoImportRuleType withExcludeFilter(Collection<FilenameFilterType> values)
public AutoImportRuleType withShapeTagFilter(FilenameFilterType... values)
public AutoImportRuleType withShapeTagFilter(Collection<FilenameFilterType> values)
public AutoImportRuleType withSequenceDefinition(SequenceDefinitionType value)
public AutoImportRuleType withPriority(String value)
public AutoImportRuleType withUser(String value)
public AutoImportRuleType withIgnoreSidecarImport(Boolean value)
public AutoImportRuleType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.