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:
  • Field Details

  • Constructor Details

    • FileSynchronizationEntryType

      public FileSynchronizationEntryType()
  • Method Details

    • 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 is String
    • 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 is String
    • isSetState

      public boolean isSetState()
    • getSize

      public Long getSize()
      Gets the value of the size property.
      Returns:
      possible object is Long
    • setSize

      public void setSize(Long value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is Long
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • isSetShapeId

      public boolean isSetShapeId()
    • 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 is FileSynchronizationEntryStatusType
    • 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 is FileSynchronizationLogType
    • isSetLog

      public boolean isSetLog()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withFileId

      public FileSynchronizationEntryType withFileId(String value)
      Sets the value of the fileId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withState

      public FileSynchronizationEntryType withState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSize

      public FileSynchronizationEntryType withSize(Long value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withHash

      public FileSynchronizationEntryType withHash(String value)
      Sets the value of the hash property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSourceSite

      public FileSynchronizationEntryType withSourceSite(String value)
      Sets the value of the sourceSite property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withItemId

      public FileSynchronizationEntryType withItemId(String value)
      Sets the value of the itemId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withShapeId

      public FileSynchronizationEntryType withShapeId(String value)
      Sets the value of the shapeId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStatus

      Sets the value of the status property.
      Parameters:
      value - allowed object is FileSynchronizationEntryStatusType
      Returns:
      The class instance
    • withLog

      Sets the value of the log property.
      Parameters:
      value - allowed object is FileSynchronizationLogType
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public FileSynchronizationEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString