Class AutoImportRuleType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
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"/>
<element name="disabledSidecarExtensions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="resourceId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<FilenameFilterType>protected Booleanprotected Booleanprotected SimpleMetadataTypeprotected MetadataTypeprotected Stringprotected Stringprotected Stringprotected SequenceDefinitionTypeprotected Stringprotected List<FilenameFilterType>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the disabledSidecarExtensions property.Gets the value of the excludeFilter property.Gets the value of the jobmetadata property.Gets the value of the metadata property.Gets the value of the priority property.Gets the value of the projection property.Gets the value of the resourceId property.Gets the value of the sequenceDefinition property.Gets the value of the settingsId property.Gets the value of the shapeTagFilter property.Gets the value of the storage property.getTag()Gets the value of the tag property.getUser()Gets the value of the user property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the enabled property.Gets the value of the fileNameAsTitle property.Gets the value of the ignoreSidecarImport property.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisSetTag()booleanvoidsetEnabled(Boolean value) Sets the value of the enabled property.voidsetFileNameAsTitle(Boolean value) Sets the value of the fileNameAsTitle property.voidsetIgnoreSidecarImport(Boolean value) Sets the value of the ignoreSidecarImport property.voidsetJobmetadata(SimpleMetadataType value) Sets the value of the jobmetadata property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.voidsetPriority(String value) Sets the value of the priority property.voidsetProjection(String value) Sets the value of the projection property.voidsetResourceId(String value) Sets the value of the resourceId property.voidSets the value of the sequenceDefinition property.voidsetSettingsId(String value) Sets the value of the settingsId property.voidsetStorage(String value) Sets the value of the storage property.voidSets the value of the user property.toString()voidvoidvoidvoidunsetTag()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDisabledSidecarExtensions(String... values) Adds objects to the list of DisabledSidecarExtensions using add methodAdds objects to the list of DisabledSidecarExtensions using addAll methodwithEnabled(Boolean value) Sets the value of the enabled property.withExcludeFilter(FilenameFilterType... values) Adds objects to the list of ExcludeFilter using add methodAdds objects to the list of ExcludeFilter using addAll methodwithFileNameAsTitle(Boolean value) Sets the value of the fileNameAsTitle property.withIgnoreSidecarImport(Boolean value) Sets the value of the ignoreSidecarImport property.Sets the value of the jobmetadata property.withMetadata(MetadataType value) Sets the value of the metadata property.withPriority(String value) Sets the value of the priority property.withProjection(String value) Sets the value of the projection property.withResourceId(String value) Sets the value of the resourceId property.Sets the value of the sequenceDefinition property.withSettingsId(String value) Sets the value of the settingsId property.withShapeTagFilter(FilenameFilterType... values) Adds objects to the list of ShapeTagFilter using add methodAdds objects to the list of ShapeTagFilter using addAll methodwithStorage(String value) Sets the value of the storage property.Adds objects to the list of Tag using add methodwithTag(Collection<String> values) Adds objects to the list of Tag using addAll methodSets the value of the user property.
-
Field Details
-
fileNameAsTitle
-
storage
-
tag
-
metadata
-
jobmetadata
-
settingsId
-
projection
-
excludeFilter
-
shapeTagFilter
-
sequenceDefinition
-
priority
-
user
-
ignoreSidecarImport
-
disabledSidecarExtensions
-
enabled
-
resourceId
-
-
Constructor Details
-
AutoImportRuleType
public AutoImportRuleType()
-
-
Method Details
-
isFileNameAsTitle
Gets the value of the fileNameAsTitle property.- Returns:
- possible object is
Boolean
-
setFileNameAsTitle
Sets the value of the fileNameAsTitle property.- Parameters:
value- allowed object isBoolean
-
isSetFileNameAsTitle
public boolean isSetFileNameAsTitle() -
getStorage
Gets the value of the storage property.- Returns:
- possible object is
String
-
setStorage
Sets the value of the storage property.- Parameters:
value- allowed object isString
-
isSetStorage
public boolean isSetStorage() -
getTag
Gets the value of the tag property.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
setmethod 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- Returns:
- The value of the tag property.
-
isSetTag
public boolean isSetTag() -
unsetTag
public void unsetTag() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getJobmetadata
Gets the value of the jobmetadata property.- Returns:
- possible object is
SimpleMetadataType
-
setJobmetadata
Sets the value of the jobmetadata property.- Parameters:
value- allowed object isSimpleMetadataType
-
isSetJobmetadata
public boolean isSetJobmetadata() -
getSettingsId
Gets the value of the settingsId property.- Returns:
- possible object is
String
-
setSettingsId
Sets the value of the settingsId property.- Parameters:
value- allowed object isString
-
isSetSettingsId
public boolean isSetSettingsId() -
getProjection
Gets the value of the projection property.- Returns:
- possible object is
String
-
setProjection
Sets the value of the projection property.- Parameters:
value- allowed object isString
-
isSetProjection
public boolean isSetProjection() -
getExcludeFilter
Gets the value of the excludeFilter property.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
setmethod 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- Returns:
- The value of the excludeFilter property.
-
isSetExcludeFilter
public boolean isSetExcludeFilter() -
unsetExcludeFilter
public void unsetExcludeFilter() -
getShapeTagFilter
Gets the value of the shapeTagFilter property.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
setmethod 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- Returns:
- The value of the shapeTagFilter property.
-
isSetShapeTagFilter
public boolean isSetShapeTagFilter() -
unsetShapeTagFilter
public void unsetShapeTagFilter() -
getSequenceDefinition
Gets the value of the sequenceDefinition property.- Returns:
- possible object is
SequenceDefinitionType
-
setSequenceDefinition
Sets the value of the sequenceDefinition property.- Parameters:
value- allowed object isSequenceDefinitionType
-
isSetSequenceDefinition
public boolean isSetSequenceDefinition() -
getPriority
Gets the value of the priority property.- Returns:
- possible object is
String
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isString
-
isSetPriority
public boolean isSetPriority() -
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isString
-
isSetUser
public boolean isSetUser() -
isIgnoreSidecarImport
Gets the value of the ignoreSidecarImport property.- Returns:
- possible object is
Boolean
-
setIgnoreSidecarImport
Sets the value of the ignoreSidecarImport property.- Parameters:
value- allowed object isBoolean
-
isSetIgnoreSidecarImport
public boolean isSetIgnoreSidecarImport() -
getDisabledSidecarExtensions
Gets the value of the disabledSidecarExtensions property.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
setmethod for the disabledSidecarExtensions property.For example, to add a new item, do as follows:
getDisabledSidecarExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the disabledSidecarExtensions property.
-
isSetDisabledSidecarExtensions
public boolean isSetDisabledSidecarExtensions() -
unsetDisabledSidecarExtensions
public void unsetDisabledSidecarExtensions() -
isEnabled
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-
isSetEnabled
public boolean isSetEnabled() -
getResourceId
Gets the value of the resourceId property.- Returns:
- possible object is
String
-
setResourceId
Sets the value of the resourceId property.- Parameters:
value- allowed object isString
-
isSetResourceId
public boolean isSetResourceId() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withFileNameAsTitle
Sets the value of the fileNameAsTitle property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withStorage
Sets the value of the storage property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using add method- Parameters:
values- objects to add to the list Tag- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using addAll method- Parameters:
values- objects to add to the list Tag- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType- Returns:
- The class instance
-
withJobmetadata
Sets the value of the jobmetadata property.- Parameters:
value- allowed object isSimpleMetadataType- Returns:
- The class instance
-
withSettingsId
Sets the value of the settingsId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withProjection
Sets the value of the projection property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withExcludeFilter
Adds objects to the list of ExcludeFilter using add method- Parameters:
values- objects to add to the list ExcludeFilter- Returns:
- The class instance
-
withExcludeFilter
Adds objects to the list of ExcludeFilter using addAll method- Parameters:
values- objects to add to the list ExcludeFilter- Returns:
- The class instance
-
withShapeTagFilter
Adds objects to the list of ShapeTagFilter using add method- Parameters:
values- objects to add to the list ShapeTagFilter- Returns:
- The class instance
-
withShapeTagFilter
Adds objects to the list of ShapeTagFilter using addAll method- Parameters:
values- objects to add to the list ShapeTagFilter- Returns:
- The class instance
-
withSequenceDefinition
Sets the value of the sequenceDefinition property.- Parameters:
value- allowed object isSequenceDefinitionType- Returns:
- The class instance
-
withPriority
Sets the value of the priority property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withUser
Sets the value of the user property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withIgnoreSidecarImport
Sets the value of the ignoreSidecarImport property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withDisabledSidecarExtensions
Adds objects to the list of DisabledSidecarExtensions using add method- Parameters:
values- objects to add to the list DisabledSidecarExtensions- Returns:
- The class instance
-
withDisabledSidecarExtensions
Adds objects to the list of DisabledSidecarExtensions using addAll method- Parameters:
values- objects to add to the list DisabledSidecarExtensions- Returns:
- The class instance
-
withEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withResourceId
Sets the value of the resourceId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-