Class 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
    • Constructor Detail

      • FileSynchronizationEntryType

        public FileSynchronizationEntryType()
    • 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 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()
      • isSetStatus

        public boolean isSetStatus()
      • isSetLog

        public boolean isSetLog()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object