public class MXFServerResourceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
MXFServerResourceType.PropInfo |
Modifier and Type | Field and 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 and Description |
---|
MXFServerResourceType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.
|
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) |
protected String url
protected String workspaceUrl
protected String userWorkspaceUrl
protected String mxfServerWorkspacePath
protected BigInteger mxfServerUserId
protected String mxfServerPathToStorage
protected String databaseName
protected String storageId
protected SimpleMetadataType metadata
protected String description
protected String atomShapes
protected String importShapes
protected Boolean detectAtom
protected Boolean enforceQuota
protected String fileImportPattern
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public String getWorkspaceUrl()
String
public void setWorkspaceUrl(String value)
value
- allowed object is
String
public boolean isSetWorkspaceUrl()
public String getUserWorkspaceUrl()
String
public void setUserWorkspaceUrl(String value)
value
- allowed object is
String
public boolean isSetUserWorkspaceUrl()
public String getMxfServerWorkspacePath()
String
public void setMxfServerWorkspacePath(String value)
value
- allowed object is
String
public boolean isSetMxfServerWorkspacePath()
public BigInteger getMxfServerUserId()
BigInteger
public void setMxfServerUserId(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetMxfServerUserId()
public String getMxfServerPathToStorage()
String
public void setMxfServerPathToStorage(String value)
value
- allowed object is
String
public boolean isSetMxfServerPathToStorage()
public String getDatabaseName()
String
public void setDatabaseName(String value)
value
- allowed object is
String
public boolean isSetDatabaseName()
public String getStorageId()
String
public void setStorageId(String value)
value
- allowed object is
String
public boolean isSetStorageId()
public SimpleMetadataType getMetadata()
SimpleMetadataType
public void setMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetMetadata()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public String getAtomShapes()
String
public void setAtomShapes(String value)
value
- allowed object is
String
public boolean isSetAtomShapes()
public String getImportShapes()
String
public void setImportShapes(String value)
value
- allowed object is
String
public boolean isSetImportShapes()
public Boolean isDetectAtom()
Boolean
public void setDetectAtom(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDetectAtom()
public Boolean isEnforceQuota()
Boolean
public void setEnforceQuota(Boolean value)
value
- allowed object is
Boolean
public boolean isSetEnforceQuota()
public String getFileImportPattern()
String
public void setFileImportPattern(String value)
value
- allowed object is
String
public boolean isSetFileImportPattern()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public MXFServerResourceType withUrl(String value)
public MXFServerResourceType withWorkspaceUrl(String value)
public MXFServerResourceType withUserWorkspaceUrl(String value)
public MXFServerResourceType withMxfServerWorkspacePath(String value)
public MXFServerResourceType withMxfServerUserId(BigInteger value)
public MXFServerResourceType withMxfServerPathToStorage(String value)
public MXFServerResourceType withDatabaseName(String value)
public MXFServerResourceType withStorageId(String value)
public MXFServerResourceType withMetadata(SimpleMetadataType value)
public MXFServerResourceType withDescription(String value)
public MXFServerResourceType withAtomShapes(String value)
public MXFServerResourceType withImportShapes(String value)
public MXFServerResourceType withDetectAtom(Boolean value)
public MXFServerResourceType withEnforceQuota(Boolean value)
public MXFServerResourceType withFileImportPattern(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public MXFServerResourceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.