public class FileSynchronizationEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileSynchronizationEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizationEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fileId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sourceSite" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="itemId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/> <element name="shapeId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/> <element name="status" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationEntryStatusType" minOccurs="0"/> <element name="log" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationLogType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
FileSynchronizationEntryType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
fileId |
protected String |
hash |
protected String |
itemId |
protected FileSynchronizationLogType |
log |
protected String |
shapeId |
protected Long |
size |
protected String |
sourceSite |
protected String |
state |
protected FileSynchronizationEntryStatusType |
status |
Constructor and Description |
---|
FileSynchronizationEntryType() |
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() |
String |
getFileId()
Gets the value of the fileId property.
|
String |
getHash()
Gets the value of the hash property.
|
String |
getItemId()
Gets the value of the itemId property.
|
FileSynchronizationLogType |
getLog()
Gets the value of the log property.
|
String |
getShapeId()
Gets the value of the shapeId property.
|
Long |
getSize()
Gets the value of the size property.
|
String |
getSourceSite()
Gets the value of the sourceSite property.
|
String |
getState()
Gets the value of the state property.
|
FileSynchronizationEntryStatusType |
getStatus()
Gets the value of the status property.
|
boolean |
isSetFileId() |
boolean |
isSetHash() |
boolean |
isSetItemId() |
boolean |
isSetLog() |
boolean |
isSetShapeId() |
boolean |
isSetSize() |
boolean |
isSetSourceSite() |
boolean |
isSetState() |
boolean |
isSetStatus() |
void |
setFileId(String value)
Sets the value of the fileId property.
|
void |
setHash(String value)
Sets the value of the hash property.
|
void |
setItemId(String value)
Sets the value of the itemId property.
|
void |
setLog(FileSynchronizationLogType value)
Sets the value of the log property.
|
void |
setShapeId(String value)
Sets the value of the shapeId property.
|
void |
setSize(Long value)
Sets the value of the size property.
|
void |
setSourceSite(String value)
Sets the value of the sourceSite property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStatus(FileSynchronizationEntryStatusType value)
Sets the value of the status property.
|
FileSynchronizationEntryType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
FileSynchronizationEntryType |
withFileId(String value) |
FileSynchronizationEntryType |
withHash(String value) |
FileSynchronizationEntryType |
withItemId(String value) |
FileSynchronizationEntryType |
withLog(FileSynchronizationLogType value) |
FileSynchronizationEntryType |
withShapeId(String value) |
FileSynchronizationEntryType |
withSize(Long value) |
FileSynchronizationEntryType |
withSourceSite(String value) |
FileSynchronizationEntryType |
withState(String value) |
FileSynchronizationEntryType |
withStatus(FileSynchronizationEntryStatusType value) |
protected String fileId
protected String state
protected Long size
protected String hash
protected String sourceSite
protected String itemId
protected String shapeId
protected FileSynchronizationEntryStatusType status
protected FileSynchronizationLogType log
public String getFileId()
String
public void setFileId(String value)
value
- allowed object is
String
public boolean isSetFileId()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public void setSize(Long value)
value
- allowed object is
Long
public boolean isSetSize()
public String getHash()
String
public void setHash(String value)
value
- allowed object is
String
public boolean isSetHash()
public String getSourceSite()
String
public void setSourceSite(String value)
value
- allowed object is
String
public boolean isSetSourceSite()
public String getItemId()
String
public void setItemId(String value)
value
- allowed object is
String
public boolean isSetItemId()
public String getShapeId()
String
public void setShapeId(String value)
value
- allowed object is
String
public boolean isSetShapeId()
public FileSynchronizationEntryStatusType getStatus()
FileSynchronizationEntryStatusType
public void setStatus(FileSynchronizationEntryStatusType value)
value
- allowed object is
FileSynchronizationEntryStatusType
public boolean isSetStatus()
public FileSynchronizationLogType getLog()
FileSynchronizationLogType
public void setLog(FileSynchronizationLogType value)
value
- allowed object is
FileSynchronizationLogType
public boolean isSetLog()
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 FileSynchronizationEntryType withFileId(String value)
public FileSynchronizationEntryType withState(String value)
public FileSynchronizationEntryType withSize(Long value)
public FileSynchronizationEntryType withHash(String value)
public FileSynchronizationEntryType withSourceSite(String value)
public FileSynchronizationEntryType withItemId(String value)
public FileSynchronizationEntryType withShapeId(String value)
public FileSynchronizationEntryType withStatus(FileSynchronizationEntryStatusType value)
public FileSynchronizationEntryType withLog(FileSynchronizationLogType value)
public FileSynchronizationEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.