Package com.vidispine.generated
Class MXFServerResourceType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MXFServerResourceType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
atomShapes
protected String
databaseName
protected String
description
protected Boolean
detectAtom
protected Boolean
enforceQuota
protected String
fileImportPattern
protected String
importShapes
protected SimpleMetadataType
metadata
protected String
mxfServerPathToStorage
protected BigInteger
mxfServerUserId
protected String
mxfServerWorkspacePath
protected String
storageId
protected String
url
protected String
userWorkspaceUrl
protected String
workspaceUrl
-
Constructor Summary
Constructors Constructor Description MXFServerResourceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getAtomShapes()
Gets the value of the atomShapes property.String
getDatabaseName()
Gets the value of the databaseName property.String
getDescription()
Gets the value of the description property.String
getFileImportPattern()
Gets the value of the fileImportPattern property.String
getImportShapes()
Gets the value of the importShapes property.SimpleMetadataType
getMetadata()
Gets the value of the metadata property.String
getMxfServerPathToStorage()
Gets the value of the mxfServerPathToStorage property.BigInteger
getMxfServerUserId()
Gets the value of the mxfServerUserId property.String
getMxfServerWorkspacePath()
Gets the value of the mxfServerWorkspacePath property.String
getStorageId()
Gets the value of the storageId property.String
getUrl()
Gets the value of the url property.String
getUserWorkspaceUrl()
Gets the value of the userWorkspaceUrl property.String
getWorkspaceUrl()
Gets the value of the workspaceUrl property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isDetectAtom()
Gets the value of the detectAtom property.Boolean
isEnforceQuota()
Gets the value of the enforceQuota property.boolean
isSetAtomShapes()
boolean
isSetDatabaseName()
boolean
isSetDescription()
boolean
isSetDetectAtom()
boolean
isSetEnforceQuota()
boolean
isSetFileImportPattern()
boolean
isSetImportShapes()
boolean
isSetMetadata()
boolean
isSetMxfServerPathToStorage()
boolean
isSetMxfServerUserId()
boolean
isSetMxfServerWorkspacePath()
boolean
isSetStorageId()
boolean
isSetUrl()
boolean
isSetUserWorkspaceUrl()
boolean
isSetWorkspaceUrl()
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
setUrl(String value)
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.MXFServerResourceType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MXFServerResourceType
withAtomShapes(String value)
MXFServerResourceType
withDatabaseName(String value)
MXFServerResourceType
withDescription(String value)
MXFServerResourceType
withDetectAtom(Boolean value)
MXFServerResourceType
withEnforceQuota(Boolean value)
MXFServerResourceType
withFileImportPattern(String value)
MXFServerResourceType
withImportShapes(String value)
MXFServerResourceType
withMetadata(SimpleMetadataType value)
MXFServerResourceType
withMxfServerPathToStorage(String value)
MXFServerResourceType
withMxfServerUserId(BigInteger value)
MXFServerResourceType
withMxfServerWorkspacePath(String value)
MXFServerResourceType
withStorageId(String value)
MXFServerResourceType
withUrl(String value)
MXFServerResourceType
withUserWorkspaceUrl(String value)
MXFServerResourceType
withWorkspaceUrl(String value)
-
-
-
Field Detail
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isBigInteger
-
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 isString
-
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 isString
-
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 isString
-
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 isSimpleMetadataType
-
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 isString
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
isSetFileImportPattern
public boolean isSetFileImportPattern()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withUrl
public MXFServerResourceType withUrl(String value)
-
withWorkspaceUrl
public MXFServerResourceType withWorkspaceUrl(String value)
-
withUserWorkspaceUrl
public MXFServerResourceType withUserWorkspaceUrl(String value)
-
withMxfServerWorkspacePath
public MXFServerResourceType withMxfServerWorkspacePath(String value)
-
withMxfServerUserId
public MXFServerResourceType withMxfServerUserId(BigInteger value)
-
withMxfServerPathToStorage
public MXFServerResourceType withMxfServerPathToStorage(String value)
-
withDatabaseName
public MXFServerResourceType withDatabaseName(String value)
-
withStorageId
public MXFServerResourceType withStorageId(String value)
-
withMetadata
public MXFServerResourceType withMetadata(SimpleMetadataType value)
-
withDescription
public MXFServerResourceType withDescription(String value)
-
withAtomShapes
public MXFServerResourceType withAtomShapes(String value)
-
withImportShapes
public MXFServerResourceType withImportShapes(String value)
-
withDetectAtom
public MXFServerResourceType withDetectAtom(Boolean value)
-
withEnforceQuota
public MXFServerResourceType withEnforceQuota(Boolean value)
-
withFileImportPattern
public MXFServerResourceType withFileImportPattern(String value)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public MXFServerResourceType 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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-