Package com.vidispine.generated
Class FileSynchronizationEntryType
java.lang.Object
com.vidispine.generated.FileSynchronizationEntryType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class FileSynchronizationEntryType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the fileId property.getHash()
Gets the value of the hash property.Gets the value of the itemId property.getLog()
Gets the value of the log property.Gets the value of the shapeId property.getSize()
Gets the value of the size property.Gets the value of the sourceSite property.getState()
Gets the value of the state property.Gets the value of the status property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
isSetLog()
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the fileId property.void
Sets the value of the hash property.void
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
Sets the value of the size property.void
setSourceSite
(String value) Sets the value of the sourceSite property.void
Sets the value of the state property.void
Sets the value of the status property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withFileId
(String value) Sets the value of the fileId property.Sets the value of the hash property.withItemId
(String value) Sets the value of the itemId property.Sets the value of the log property.withShapeId
(String value) Sets the value of the shapeId property.Sets the value of the size property.withSourceSite
(String value) Sets the value of the sourceSite property.Sets the value of the state property.Sets the value of the status property.
-
Field Details
-
fileId
-
state
-
size
-
hash
-
sourceSite
-
itemId
-
shapeId
-
status
-
log
-
-
Constructor Details
-
FileSynchronizationEntryType
public FileSynchronizationEntryType()
-
-
Method Details
-
getFileId
Gets the value of the fileId property.- Returns:
- possible object is
String
-
setFileId
Sets the value of the fileId property.- Parameters:
value
- allowed object isString
-
isSetFileId
public boolean isSetFileId() -
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState() -
getSize
Gets the value of the size property.- Returns:
- possible object is
Long
-
setSize
Sets the value of the size property.- Parameters:
value
- allowed object isLong
-
isSetSize
public boolean isSetSize() -
getHash
Gets the value of the hash property.- Returns:
- possible object is
String
-
setHash
Sets the value of the hash property.- Parameters:
value
- allowed object isString
-
isSetHash
public boolean isSetHash() -
getSourceSite
Gets the value of the sourceSite property.- Returns:
- possible object is
String
-
setSourceSite
Sets the value of the sourceSite property.- Parameters:
value
- allowed object isString
-
isSetSourceSite
public boolean isSetSourceSite() -
getItemId
Gets the value of the itemId property.- Returns:
- possible object is
String
-
setItemId
Sets the value of the itemId property.- Parameters:
value
- allowed object isString
-
isSetItemId
public boolean isSetItemId() -
getShapeId
Gets the value of the shapeId property.- Returns:
- possible object is
String
-
setShapeId
Sets the value of the shapeId property.- Parameters:
value
- allowed object isString
-
isSetShapeId
public boolean isSetShapeId() -
getStatus
Gets the value of the status property.- Returns:
- possible object is
FileSynchronizationEntryStatusType
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isFileSynchronizationEntryStatusType
-
isSetStatus
public boolean isSetStatus() -
getLog
Gets the value of the log property.- Returns:
- possible object is
FileSynchronizationLogType
-
setLog
Sets the value of the log property.- Parameters:
value
- allowed object isFileSynchronizationLogType
-
isSetLog
public boolean isSetLog() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withFileId
Sets the value of the fileId property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withState
Sets the value of the state property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSize
Sets the value of the size property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withHash
Sets the value of the hash property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSourceSite
Sets the value of the sourceSite property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withItemId
Sets the value of the itemId property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withShapeId
Sets the value of the shapeId property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStatus
Sets the value of the status property.- Parameters:
value
- allowed object isFileSynchronizationEntryStatusType
- Returns:
- The class instance
-
withLog
Sets the value of the log property.- Parameters:
value
- allowed object isFileSynchronizationLogType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-