Class MXFServerResourceType

java.lang.Object
com.vidispine.generated.MXFServerResourceType
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 MXFServerResourceType 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 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:
  • Field Details

    • url

      protected String url
    • 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
    • metadata

      protected SimpleMetadataType metadata
    • 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 Details

    • MXFServerResourceType

      public MXFServerResourceType()
  • Method Details

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

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

      public void setMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
    • 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()
    • 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
    • withUrl

      public MXFServerResourceType withUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withWorkspaceUrl

      public MXFServerResourceType withWorkspaceUrl(String value)
      Sets the value of the workspaceUrl property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUserWorkspaceUrl

      public MXFServerResourceType withUserWorkspaceUrl(String value)
      Sets the value of the userWorkspaceUrl property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMxfServerWorkspacePath

      public MXFServerResourceType withMxfServerWorkspacePath(String value)
      Sets the value of the mxfServerWorkspacePath property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMxfServerUserId

      public MXFServerResourceType withMxfServerUserId(BigInteger value)
      Sets the value of the mxfServerUserId property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withMxfServerPathToStorage

      public MXFServerResourceType withMxfServerPathToStorage(String value)
      Sets the value of the mxfServerPathToStorage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDatabaseName

      public MXFServerResourceType withDatabaseName(String value)
      Sets the value of the databaseName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStorageId

      public MXFServerResourceType withStorageId(String value)
      Sets the value of the storageId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMetadata

      public MXFServerResourceType withMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
      Returns:
      The class instance
    • withDescription

      public MXFServerResourceType withDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAtomShapes

      public MXFServerResourceType withAtomShapes(String value)
      Sets the value of the atomShapes property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withImportShapes

      public MXFServerResourceType withImportShapes(String value)
      Sets the value of the importShapes property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDetectAtom

      public MXFServerResourceType withDetectAtom(Boolean value)
      Sets the value of the detectAtom property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withEnforceQuota

      public MXFServerResourceType withEnforceQuota(Boolean value)
      Sets the value of the enforceQuota property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withFileImportPattern

      public MXFServerResourceType withFileImportPattern(String value)
      Sets the value of the fileImportPattern 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 MXFServerResourceType 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