Class AutoImportRuleType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class AutoImportRuleType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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:
    Serialized Form
    • Constructor Detail

      • AutoImportRuleType

        public AutoImportRuleType()
    • Method Detail

      • 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

      • 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()
      • 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

      • 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

      • isSetShapeTagFilter

        public boolean isSetShapeTagFilter()
      • unsetShapeTagFilter

        public void unsetShapeTagFilter()
      • 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

      • 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()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

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

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object