Class MXFServerResourceType

  • 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 MXFServerResourceType
    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 MXFServerResourceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MXFServerResourceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="workspaceUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="userWorkspaceUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="mxfServerWorkspacePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="mxfServerUserId" type="{http://www.w3.org/2001/XMLSchema}integer"/>
             <element name="mxfServerPathToStorage" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="databaseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="storageId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
             <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="atomShapes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="importShapes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="detectAtom" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="enforceQuota" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="fileImportPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • workspaceUrl

        protected String workspaceUrl
      • userWorkspaceUrl

        protected String userWorkspaceUrl
      • mxfServerWorkspacePath

        protected String mxfServerWorkspacePath
      • mxfServerUserId

        protected BigInteger mxfServerUserId
      • mxfServerPathToStorage

        protected String mxfServerPathToStorage
      • databaseName

        protected String databaseName
      • storageId

        protected String storageId
      • description

        protected String description
      • atomShapes

        protected String atomShapes
      • importShapes

        protected String importShapes
      • detectAtom

        protected Boolean detectAtom
      • enforceQuota

        protected Boolean enforceQuota
      • fileImportPattern

        protected String fileImportPattern
    • Constructor Detail

      • MXFServerResourceType

        public MXFServerResourceType()
    • Method Detail

      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String
      • isSetUrl

        public boolean isSetUrl()
      • getWorkspaceUrl

        public String getWorkspaceUrl()
        Gets the value of the workspaceUrl property.
        Returns:
        possible object is String
      • setWorkspaceUrl

        public void setWorkspaceUrl​(String value)
        Sets the value of the workspaceUrl property.
        Parameters:
        value - allowed object is String
      • isSetWorkspaceUrl

        public boolean isSetWorkspaceUrl()
      • getUserWorkspaceUrl

        public String getUserWorkspaceUrl()
        Gets the value of the userWorkspaceUrl property.
        Returns:
        possible object is String
      • setUserWorkspaceUrl

        public void setUserWorkspaceUrl​(String value)
        Sets the value of the userWorkspaceUrl property.
        Parameters:
        value - allowed object is String
      • isSetUserWorkspaceUrl

        public boolean isSetUserWorkspaceUrl()
      • getMxfServerWorkspacePath

        public String getMxfServerWorkspacePath()
        Gets the value of the mxfServerWorkspacePath property.
        Returns:
        possible object is String
      • setMxfServerWorkspacePath

        public void setMxfServerWorkspacePath​(String value)
        Sets the value of the mxfServerWorkspacePath property.
        Parameters:
        value - allowed object is String
      • isSetMxfServerWorkspacePath

        public boolean isSetMxfServerWorkspacePath()
      • getMxfServerUserId

        public BigInteger getMxfServerUserId()
        Gets the value of the mxfServerUserId property.
        Returns:
        possible object is BigInteger
      • setMxfServerUserId

        public void setMxfServerUserId​(BigInteger value)
        Sets the value of the mxfServerUserId property.
        Parameters:
        value - allowed object is BigInteger
      • isSetMxfServerUserId

        public boolean isSetMxfServerUserId()
      • getMxfServerPathToStorage

        public String getMxfServerPathToStorage()
        Gets the value of the mxfServerPathToStorage property.
        Returns:
        possible object is String
      • setMxfServerPathToStorage

        public void setMxfServerPathToStorage​(String value)
        Sets the value of the mxfServerPathToStorage property.
        Parameters:
        value - allowed object is String
      • isSetMxfServerPathToStorage

        public boolean isSetMxfServerPathToStorage()
      • getDatabaseName

        public String getDatabaseName()
        Gets the value of the databaseName property.
        Returns:
        possible object is String
      • setDatabaseName

        public void setDatabaseName​(String value)
        Sets the value of the databaseName property.
        Parameters:
        value - allowed object is String
      • isSetDatabaseName

        public boolean isSetDatabaseName()
      • getStorageId

        public String getStorageId()
        Gets the value of the storageId property.
        Returns:
        possible object is String
      • setStorageId

        public void setStorageId​(String value)
        Sets the value of the storageId property.
        Parameters:
        value - allowed object is String
      • isSetStorageId

        public boolean isSetStorageId()
      • isSetMetadata

        public boolean isSetMetadata()
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • isSetDescription

        public boolean isSetDescription()
      • getAtomShapes

        public String getAtomShapes()
        Gets the value of the atomShapes property.
        Returns:
        possible object is String
      • setAtomShapes

        public void setAtomShapes​(String value)
        Sets the value of the atomShapes property.
        Parameters:
        value - allowed object is String
      • isSetAtomShapes

        public boolean isSetAtomShapes()
      • getImportShapes

        public String getImportShapes()
        Gets the value of the importShapes property.
        Returns:
        possible object is String
      • setImportShapes

        public void setImportShapes​(String value)
        Sets the value of the importShapes property.
        Parameters:
        value - allowed object is String
      • isSetImportShapes

        public boolean isSetImportShapes()
      • isDetectAtom

        public Boolean isDetectAtom()
        Gets the value of the detectAtom property.
        Returns:
        possible object is Boolean
      • setDetectAtom

        public void setDetectAtom​(Boolean value)
        Sets the value of the detectAtom property.
        Parameters:
        value - allowed object is Boolean
      • isSetDetectAtom

        public boolean isSetDetectAtom()
      • isEnforceQuota

        public Boolean isEnforceQuota()
        Gets the value of the enforceQuota property.
        Returns:
        possible object is Boolean
      • setEnforceQuota

        public void setEnforceQuota​(Boolean value)
        Sets the value of the enforceQuota property.
        Parameters:
        value - allowed object is Boolean
      • isSetEnforceQuota

        public boolean isSetEnforceQuota()
      • getFileImportPattern

        public String getFileImportPattern()
        Gets the value of the fileImportPattern property.
        Returns:
        possible object is String
      • setFileImportPattern

        public void setFileImportPattern​(String value)
        Sets the value of the fileImportPattern property.
        Parameters:
        value - allowed object is String
      • isSetFileImportPattern

        public boolean isSetFileImportPattern()
      • 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
      • 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