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 | 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 |
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()
Stringpublic void setFileId(String value)
value - allowed object is
Stringpublic boolean isSetFileId()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public void setSize(Long value)
value - allowed object is
Longpublic boolean isSetSize()
public String getHash()
Stringpublic void setHash(String value)
value - allowed object is
Stringpublic boolean isSetHash()
public String getSourceSite()
Stringpublic void setSourceSite(String value)
value - allowed object is
Stringpublic boolean isSetSourceSite()
public String getItemId()
Stringpublic void setItemId(String value)
value - allowed object is
Stringpublic boolean isSetItemId()
public String getShapeId()
Stringpublic void setShapeId(String value)
value - allowed object is
Stringpublic boolean isSetShapeId()
public FileSynchronizationEntryStatusType getStatus()
FileSynchronizationEntryStatusTypepublic void setStatus(FileSynchronizationEntryStatusType value)
value - allowed object is
FileSynchronizationEntryStatusTypepublic boolean isSetStatus()
public FileSynchronizationLogType getLog()
FileSynchronizationLogTypepublic void setLog(FileSynchronizationLogType value)
value - allowed object is
FileSynchronizationLogTypepublic boolean isSetLog()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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)
Copyright © 2015. All rights reserved.