Package com.vidispine.generated
Class FileSynchronizationEntryType
- java.lang.Object
-
- com.vidispine.generated.FileSynchronizationEntryType
-
- 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 FileSynchronizationEntryType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileSynchronizationEntryType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description FileSynchronizationEntryType()
-
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
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Field Detail
-
fileId
protected String fileId
-
state
protected String state
-
size
protected Long size
-
hash
protected String hash
-
sourceSite
protected String sourceSite
-
itemId
protected String itemId
-
shapeId
protected String shapeId
-
status
protected FileSynchronizationEntryStatusType status
-
log
protected FileSynchronizationLogType log
-
-
Method Detail
-
getFileId
public String getFileId()
Gets the value of the fileId property.- Returns:
- possible object is
String
-
setFileId
public void setFileId(String value)
Sets the value of the fileId property.- Parameters:
value
- allowed object isString
-
isSetFileId
public boolean isSetFileId()
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState()
-
setSize
public void setSize(Long value)
Sets the value of the size property.- Parameters:
value
- allowed object isLong
-
isSetSize
public boolean isSetSize()
-
getHash
public String getHash()
Gets the value of the hash property.- Returns:
- possible object is
String
-
setHash
public void setHash(String value)
Sets the value of the hash property.- Parameters:
value
- allowed object isString
-
isSetHash
public boolean isSetHash()
-
getSourceSite
public String getSourceSite()
Gets the value of the sourceSite property.- Returns:
- possible object is
String
-
setSourceSite
public void setSourceSite(String value)
Sets the value of the sourceSite property.- Parameters:
value
- allowed object isString
-
isSetSourceSite
public boolean isSetSourceSite()
-
getItemId
public String getItemId()
Gets the value of the itemId property.- Returns:
- possible object is
String
-
setItemId
public void setItemId(String value)
Sets the value of the itemId property.- Parameters:
value
- allowed object isString
-
isSetItemId
public boolean isSetItemId()
-
getShapeId
public String getShapeId()
Gets the value of the shapeId property.- Returns:
- possible object is
String
-
setShapeId
public void setShapeId(String value)
Sets the value of the shapeId property.- Parameters:
value
- allowed object isString
-
isSetShapeId
public boolean isSetShapeId()
-
getStatus
public FileSynchronizationEntryStatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
FileSynchronizationEntryStatusType
-
setStatus
public void setStatus(FileSynchronizationEntryStatusType value)
Sets the value of the status property.- Parameters:
value
- allowed object isFileSynchronizationEntryStatusType
-
isSetStatus
public boolean isSetStatus()
-
getLog
public FileSynchronizationLogType getLog()
Gets the value of the log property.- Returns:
- possible object is
FileSynchronizationLogType
-
setLog
public void setLog(FileSynchronizationLogType value)
Sets the value of the log property.- Parameters:
value
- allowed object isFileSynchronizationLogType
-
isSetLog
public boolean isSetLog()
-
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
-
withFileId
public FileSynchronizationEntryType withFileId(String value)
-
withState
public FileSynchronizationEntryType withState(String value)
-
withSize
public FileSynchronizationEntryType withSize(Long value)
-
withHash
public FileSynchronizationEntryType withHash(String value)
-
withSourceSite
public FileSynchronizationEntryType withSourceSite(String value)
-
withItemId
public FileSynchronizationEntryType withItemId(String value)
-
withShapeId
public FileSynchronizationEntryType withShapeId(String value)
-
withStatus
public FileSynchronizationEntryType withStatus(FileSynchronizationEntryStatusType value)
-
withLog
public FileSynchronizationEntryType withLog(FileSynchronizationLogType 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 FileSynchronizationEntryType 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
-
-