Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected Boolean
protected Boolean
protected String
protected String
protected SimpleMetadataType
protected String
protected BigInteger
protected String
protected String
protected String
protected String
protected 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) boolean
boolean
equals
(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 atomShapes property.Gets the value of the databaseName property.Gets the value of the description property.Gets the value of the fileImportPattern property.Gets the value of the importShapes property.Gets the value of the metadata property.Gets the value of the mxfServerPathToStorage property.Gets the value of the mxfServerUserId property.Gets the value of the mxfServerWorkspacePath property.Gets the value of the storageId property.getUrl()
Gets the value of the url property.Gets the value of the userWorkspaceUrl property.Gets the value of the workspaceUrl property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the detectAtom property.Gets the value of the enforceQuota property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetUrl()
boolean
boolean
void
setAtomShapes
(String value) Sets the value of the atomShapes property.void
setDatabaseName
(String value) Sets the value of the databaseName property.void
setDescription
(String value) Sets the value of the description property.void
setDetectAtom
(Boolean value) Sets the value of the detectAtom property.void
setEnforceQuota
(Boolean value) Sets the value of the enforceQuota property.void
setFileImportPattern
(String value) Sets the value of the fileImportPattern property.void
setImportShapes
(String value) Sets the value of the importShapes property.void
setMetadata
(SimpleMetadataType value) Sets the value of the metadata property.void
setMxfServerPathToStorage
(String value) Sets the value of the mxfServerPathToStorage property.void
setMxfServerUserId
(BigInteger value) Sets the value of the mxfServerUserId property.void
setMxfServerWorkspacePath
(String value) Sets the value of the mxfServerWorkspacePath property.void
setStorageId
(String value) Sets the value of the storageId property.void
Sets the value of the url property.void
setUserWorkspaceUrl
(String value) Sets the value of the userWorkspaceUrl property.void
setWorkspaceUrl
(String value) Sets the value of the workspaceUrl property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAtomShapes
(String value) Sets the value of the atomShapes property.withDatabaseName
(String value) Sets the value of the databaseName property.withDescription
(String value) Sets the value of the description property.withDetectAtom
(Boolean value) Sets the value of the detectAtom property.withEnforceQuota
(Boolean value) Sets the value of the enforceQuota property.withFileImportPattern
(String value) Sets the value of the fileImportPattern property.withImportShapes
(String value) Sets the value of the importShapes property.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.withMxfServerPathToStorage
(String value) Sets the value of the mxfServerPathToStorage property.withMxfServerUserId
(BigInteger value) Sets the value of the mxfServerUserId property.withMxfServerWorkspacePath
(String value) Sets the value of the mxfServerWorkspacePath property.withStorageId
(String value) Sets the value of the storageId property.Sets the value of the url property.withUserWorkspaceUrl
(String value) Sets the value of the userWorkspaceUrl property.withWorkspaceUrl
(String value) Sets the value of the workspaceUrl property.
-
Field Details
-
url
-
workspaceUrl
-
userWorkspaceUrl
-
mxfServerWorkspacePath
-
mxfServerUserId
-
mxfServerPathToStorage
-
databaseName
-
storageId
-
metadata
-
description
-
atomShapes
-
importShapes
-
detectAtom
-
enforceQuota
-
fileImportPattern
-
-
Constructor Details
-
MXFServerResourceType
public MXFServerResourceType()
-
-
Method Details
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
isSetUrl
public boolean isSetUrl() -
getWorkspaceUrl
Gets the value of the workspaceUrl property.- Returns:
- possible object is
String
-
setWorkspaceUrl
Sets the value of the workspaceUrl property.- Parameters:
value
- allowed object isString
-
isSetWorkspaceUrl
public boolean isSetWorkspaceUrl() -
getUserWorkspaceUrl
Gets the value of the userWorkspaceUrl property.- Returns:
- possible object is
String
-
setUserWorkspaceUrl
Sets the value of the userWorkspaceUrl property.- Parameters:
value
- allowed object isString
-
isSetUserWorkspaceUrl
public boolean isSetUserWorkspaceUrl() -
getMxfServerWorkspacePath
Gets the value of the mxfServerWorkspacePath property.- Returns:
- possible object is
String
-
setMxfServerWorkspacePath
Sets the value of the mxfServerWorkspacePath property.- Parameters:
value
- allowed object isString
-
isSetMxfServerWorkspacePath
public boolean isSetMxfServerWorkspacePath() -
getMxfServerUserId
Gets the value of the mxfServerUserId property.- Returns:
- possible object is
BigInteger
-
setMxfServerUserId
Sets the value of the mxfServerUserId property.- Parameters:
value
- allowed object isBigInteger
-
isSetMxfServerUserId
public boolean isSetMxfServerUserId() -
getMxfServerPathToStorage
Gets the value of the mxfServerPathToStorage property.- Returns:
- possible object is
String
-
setMxfServerPathToStorage
Sets the value of the mxfServerPathToStorage property.- Parameters:
value
- allowed object isString
-
isSetMxfServerPathToStorage
public boolean isSetMxfServerPathToStorage() -
getDatabaseName
Gets the value of the databaseName property.- Returns:
- possible object is
String
-
setDatabaseName
Sets the value of the databaseName property.- Parameters:
value
- allowed object isString
-
isSetDatabaseName
public boolean isSetDatabaseName() -
getStorageId
Gets the value of the storageId property.- Returns:
- possible object is
String
-
setStorageId
Sets the value of the storageId property.- Parameters:
value
- allowed object isString
-
isSetStorageId
public boolean isSetStorageId() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
getAtomShapes
Gets the value of the atomShapes property.- Returns:
- possible object is
String
-
setAtomShapes
Sets the value of the atomShapes property.- Parameters:
value
- allowed object isString
-
isSetAtomShapes
public boolean isSetAtomShapes() -
getImportShapes
Gets the value of the importShapes property.- Returns:
- possible object is
String
-
setImportShapes
Sets the value of the importShapes property.- Parameters:
value
- allowed object isString
-
isSetImportShapes
public boolean isSetImportShapes() -
isDetectAtom
Gets the value of the detectAtom property.- Returns:
- possible object is
Boolean
-
setDetectAtom
Sets the value of the detectAtom property.- Parameters:
value
- allowed object isBoolean
-
isSetDetectAtom
public boolean isSetDetectAtom() -
isEnforceQuota
Gets the value of the enforceQuota property.- Returns:
- possible object is
Boolean
-
setEnforceQuota
Sets the value of the enforceQuota property.- Parameters:
value
- allowed object isBoolean
-
isSetEnforceQuota
public boolean isSetEnforceQuota() -
getFileImportPattern
Gets the value of the fileImportPattern property.- Returns:
- possible object is
String
-
setFileImportPattern
Sets the value of the fileImportPattern property.- Parameters:
value
- allowed object isString
-
isSetFileImportPattern
public boolean isSetFileImportPattern() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withWorkspaceUrl
Sets the value of the workspaceUrl property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUserWorkspaceUrl
Sets the value of the userWorkspaceUrl property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMxfServerWorkspacePath
Sets the value of the mxfServerWorkspacePath property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMxfServerUserId
Sets the value of the mxfServerUserId property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withMxfServerPathToStorage
Sets the value of the mxfServerPathToStorage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDatabaseName
Sets the value of the databaseName property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStorageId
Sets the value of the storageId property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withAtomShapes
Sets the value of the atomShapes property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withImportShapes
Sets the value of the importShapes property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDetectAtom
Sets the value of the detectAtom property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withEnforceQuota
Sets the value of the enforceQuota property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withFileImportPattern
Sets the value of the fileImportPattern 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-