Class AutoImportRuleType

java.lang.Object
com.vidispine.generated.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

public class AutoImportRuleType extends Object implements 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:
  • Field Details

  • Constructor Details

    • AutoImportRuleType

      public AutoImportRuleType()
  • Method Details

    • isFileNameAsTitle

      public Boolean isFileNameAsTitle()
      Gets the value of the fileNameAsTitle property.
      Returns:
      possible object is Boolean
    • setFileNameAsTitle

      public void setFileNameAsTitle(Boolean value)
      Sets the value of the fileNameAsTitle property.
      Parameters:
      value - allowed object is Boolean
    • isSetFileNameAsTitle

      public boolean isSetFileNameAsTitle()
    • getStorage

      public String getStorage()
      Gets the value of the storage property.
      Returns:
      possible object is String
    • setStorage

      public void setStorage(String value)
      Sets the value of the storage property.
      Parameters:
      value - allowed object is String
    • isSetStorage

      public boolean isSetStorage()
    • getTag

      public List<String> 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 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

      Returns:
      The value of the tag property.
    • isSetTag

      public boolean isSetTag()
    • unsetTag

      public void unsetTag()
    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • isSetMetadata

      public boolean isSetMetadata()
    • getJobmetadata

      public SimpleMetadataType getJobmetadata()
      Gets the value of the jobmetadata property.
      Returns:
      possible object is SimpleMetadataType
    • setJobmetadata

      public void setJobmetadata(SimpleMetadataType value)
      Sets the value of the jobmetadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
    • isSetJobmetadata

      public boolean isSetJobmetadata()
    • getSettingsId

      public String getSettingsId()
      Gets the value of the settingsId property.
      Returns:
      possible object is String
    • setSettingsId

      public void setSettingsId(String value)
      Sets the value of the settingsId property.
      Parameters:
      value - allowed object is String
    • isSetSettingsId

      public boolean isSetSettingsId()
    • getProjection

      public String getProjection()
      Gets the value of the projection property.
      Returns:
      possible object is String
    • setProjection

      public void setProjection(String value)
      Sets the value of the projection property.
      Parameters:
      value - allowed object is String
    • isSetProjection

      public boolean isSetProjection()
    • getExcludeFilter

      public List<FilenameFilterType> 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 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

      Returns:
      The value of the excludeFilter property.
    • isSetExcludeFilter

      public boolean isSetExcludeFilter()
    • unsetExcludeFilter

      public void unsetExcludeFilter()
    • getShapeTagFilter

      public List<FilenameFilterType> 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 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

      Returns:
      The value of the shapeTagFilter property.
    • isSetShapeTagFilter

      public boolean isSetShapeTagFilter()
    • unsetShapeTagFilter

      public void unsetShapeTagFilter()
    • getSequenceDefinition

      public SequenceDefinitionType getSequenceDefinition()
      Gets the value of the sequenceDefinition property.
      Returns:
      possible object is SequenceDefinitionType
    • setSequenceDefinition

      public void setSequenceDefinition(SequenceDefinitionType value)
      Sets the value of the sequenceDefinition property.
      Parameters:
      value - allowed object is SequenceDefinitionType
    • isSetSequenceDefinition

      public boolean isSetSequenceDefinition()
    • getPriority

      public String getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is String
    • setPriority

      public void setPriority(String value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is String
    • isSetPriority

      public boolean isSetPriority()
    • getUser

      public String getUser()
      Gets the value of the user property.
      Returns:
      possible object is String
    • setUser

      public void setUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
    • isSetUser

      public boolean isSetUser()
    • isIgnoreSidecarImport

      public Boolean isIgnoreSidecarImport()
      Gets the value of the ignoreSidecarImport property.
      Returns:
      possible object is Boolean
    • setIgnoreSidecarImport

      public void setIgnoreSidecarImport(Boolean value)
      Sets the value of the ignoreSidecarImport property.
      Parameters:
      value - allowed object is Boolean
    • isSetIgnoreSidecarImport

      public boolean isSetIgnoreSidecarImport()
    • getDisabledSidecarExtensions

      public List<String> 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 set method 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

      public Boolean isEnabled()
      Gets the value of the enabled property.
      Returns:
      possible object is Boolean
    • setEnabled

      public void setEnabled(Boolean value)
      Sets the value of the enabled property.
      Parameters:
      value - allowed object is Boolean
    • isSetEnabled

      public boolean isSetEnabled()
    • getResourceId

      public String getResourceId()
      Gets the value of the resourceId property.
      Returns:
      possible object is String
    • setResourceId

      public void setResourceId(String value)
      Sets the value of the resourceId property.
      Parameters:
      value - allowed object is String
    • isSetResourceId

      public boolean isSetResourceId()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withFileNameAsTitle

      public AutoImportRuleType withFileNameAsTitle(Boolean value)
      Sets the value of the fileNameAsTitle property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withStorage

      public AutoImportRuleType withStorage(String value)
      Sets the value of the storage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTag

      public AutoImportRuleType withTag(String... values)
      Adds objects to the list of Tag using add method
      Parameters:
      values - objects to add to the list Tag
      Returns:
      The class instance
    • withTag

      public AutoImportRuleType withTag(Collection<String> values)
      Adds objects to the list of Tag using addAll method
      Parameters:
      values - objects to add to the list Tag
      Returns:
      The class instance
    • withMetadata

      public AutoImportRuleType withMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
      Returns:
      The class instance
    • withJobmetadata

      public AutoImportRuleType withJobmetadata(SimpleMetadataType value)
      Sets the value of the jobmetadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
      Returns:
      The class instance
    • withSettingsId

      public AutoImportRuleType withSettingsId(String value)
      Sets the value of the settingsId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withProjection

      public AutoImportRuleType withProjection(String value)
      Sets the value of the projection property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExcludeFilter

      public AutoImportRuleType withExcludeFilter(FilenameFilterType... values)
      Adds objects to the list of ExcludeFilter using add method
      Parameters:
      values - objects to add to the list ExcludeFilter
      Returns:
      The class instance
    • withExcludeFilter

      public AutoImportRuleType withExcludeFilter(Collection<FilenameFilterType> values)
      Adds objects to the list of ExcludeFilter using addAll method
      Parameters:
      values - objects to add to the list ExcludeFilter
      Returns:
      The class instance
    • withShapeTagFilter

      public AutoImportRuleType withShapeTagFilter(FilenameFilterType... values)
      Adds objects to the list of ShapeTagFilter using add method
      Parameters:
      values - objects to add to the list ShapeTagFilter
      Returns:
      The class instance
    • withShapeTagFilter

      public AutoImportRuleType withShapeTagFilter(Collection<FilenameFilterType> values)
      Adds objects to the list of ShapeTagFilter using addAll method
      Parameters:
      values - objects to add to the list ShapeTagFilter
      Returns:
      The class instance
    • withSequenceDefinition

      public AutoImportRuleType withSequenceDefinition(SequenceDefinitionType value)
      Sets the value of the sequenceDefinition property.
      Parameters:
      value - allowed object is SequenceDefinitionType
      Returns:
      The class instance
    • withPriority

      public AutoImportRuleType withPriority(String value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUser

      public AutoImportRuleType withUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withIgnoreSidecarImport

      public AutoImportRuleType withIgnoreSidecarImport(Boolean value)
      Sets the value of the ignoreSidecarImport property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withDisabledSidecarExtensions

      public AutoImportRuleType withDisabledSidecarExtensions(String... values)
      Adds objects to the list of DisabledSidecarExtensions using add method
      Parameters:
      values - objects to add to the list DisabledSidecarExtensions
      Returns:
      The class instance
    • withDisabledSidecarExtensions

      public AutoImportRuleType withDisabledSidecarExtensions(Collection<String> values)
      Adds objects to the list of DisabledSidecarExtensions using addAll method
      Parameters:
      values - objects to add to the list DisabledSidecarExtensions
      Returns:
      The class instance
    • withEnabled

      public AutoImportRuleType withEnabled(Boolean value)
      Sets the value of the enabled property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withResourceId

      public AutoImportRuleType withResourceId(String value)
      Sets the value of the resourceId property.
      Parameters:
      value - allowed object is String
      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:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public AutoImportRuleType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString