Class TransferLogEntryType

java.lang.Object
com.vidispine.generated.TransferLogEntryType
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 TransferLogEntryType 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 TransferLogEntryType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="TransferLogEntryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="referredId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="destinationUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="sourceStorage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="destinationStorage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="sourceFile" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="destinationFile" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="sourceItem" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="destinationItem" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="sourceShape" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="destinationShape" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="job" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • id

      protected Long id
    • referredId

      protected Long referredId
    • timestamp

      protected XMLGregorianCalendar timestamp
    • method

      protected String method
    • sourceUri

      protected String sourceUri
    • destinationUri

      protected String destinationUri
    • sourceStorage

      protected String sourceStorage
    • destinationStorage

      protected String destinationStorage
    • sourceFile

      protected String sourceFile
    • destinationFile

      protected String destinationFile
    • sourceItem

      protected String sourceItem
    • destinationItem

      protected String destinationItem
    • sourceShape

      protected String sourceShape
    • destinationShape

      protected String destinationShape
    • job

      protected String job
    • status

      protected String status
  • Constructor Details

    • TransferLogEntryType

      public TransferLogEntryType()
  • Method Details

    • getId

      public Long getId()
      Gets the value of the id property.
      Returns:
      possible object is Long
    • setId

      public void setId(Long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Long
    • isSetId

      public boolean isSetId()
    • getReferredId

      public Long getReferredId()
      Gets the value of the referredId property.
      Returns:
      possible object is Long
    • setReferredId

      public void setReferredId(Long value)
      Sets the value of the referredId property.
      Parameters:
      value - allowed object is Long
    • isSetReferredId

      public boolean isSetReferredId()
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetTimestamp

      public boolean isSetTimestamp()
    • getMethod

      public String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

      public void setMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
    • isSetMethod

      public boolean isSetMethod()
    • getSourceUri

      public String getSourceUri()
      Gets the value of the sourceUri property.
      Returns:
      possible object is String
    • setSourceUri

      public void setSourceUri(String value)
      Sets the value of the sourceUri property.
      Parameters:
      value - allowed object is String
    • isSetSourceUri

      public boolean isSetSourceUri()
    • getDestinationUri

      public String getDestinationUri()
      Gets the value of the destinationUri property.
      Returns:
      possible object is String
    • setDestinationUri

      public void setDestinationUri(String value)
      Sets the value of the destinationUri property.
      Parameters:
      value - allowed object is String
    • isSetDestinationUri

      public boolean isSetDestinationUri()
    • getSourceStorage

      public String getSourceStorage()
      Gets the value of the sourceStorage property.
      Returns:
      possible object is String
    • setSourceStorage

      public void setSourceStorage(String value)
      Sets the value of the sourceStorage property.
      Parameters:
      value - allowed object is String
    • isSetSourceStorage

      public boolean isSetSourceStorage()
    • getDestinationStorage

      public String getDestinationStorage()
      Gets the value of the destinationStorage property.
      Returns:
      possible object is String
    • setDestinationStorage

      public void setDestinationStorage(String value)
      Sets the value of the destinationStorage property.
      Parameters:
      value - allowed object is String
    • isSetDestinationStorage

      public boolean isSetDestinationStorage()
    • getSourceFile

      public String getSourceFile()
      Gets the value of the sourceFile property.
      Returns:
      possible object is String
    • setSourceFile

      public void setSourceFile(String value)
      Sets the value of the sourceFile property.
      Parameters:
      value - allowed object is String
    • isSetSourceFile

      public boolean isSetSourceFile()
    • getDestinationFile

      public String getDestinationFile()
      Gets the value of the destinationFile property.
      Returns:
      possible object is String
    • setDestinationFile

      public void setDestinationFile(String value)
      Sets the value of the destinationFile property.
      Parameters:
      value - allowed object is String
    • isSetDestinationFile

      public boolean isSetDestinationFile()
    • getSourceItem

      public String getSourceItem()
      Gets the value of the sourceItem property.
      Returns:
      possible object is String
    • setSourceItem

      public void setSourceItem(String value)
      Sets the value of the sourceItem property.
      Parameters:
      value - allowed object is String
    • isSetSourceItem

      public boolean isSetSourceItem()
    • getDestinationItem

      public String getDestinationItem()
      Gets the value of the destinationItem property.
      Returns:
      possible object is String
    • setDestinationItem

      public void setDestinationItem(String value)
      Sets the value of the destinationItem property.
      Parameters:
      value - allowed object is String
    • isSetDestinationItem

      public boolean isSetDestinationItem()
    • getSourceShape

      public String getSourceShape()
      Gets the value of the sourceShape property.
      Returns:
      possible object is String
    • setSourceShape

      public void setSourceShape(String value)
      Sets the value of the sourceShape property.
      Parameters:
      value - allowed object is String
    • isSetSourceShape

      public boolean isSetSourceShape()
    • getDestinationShape

      public String getDestinationShape()
      Gets the value of the destinationShape property.
      Returns:
      possible object is String
    • setDestinationShape

      public void setDestinationShape(String value)
      Sets the value of the destinationShape property.
      Parameters:
      value - allowed object is String
    • isSetDestinationShape

      public boolean isSetDestinationShape()
    • getJob

      public String getJob()
      Gets the value of the job property.
      Returns:
      possible object is String
    • setJob

      public void setJob(String value)
      Sets the value of the job property.
      Parameters:
      value - allowed object is String
    • isSetJob

      public boolean isSetJob()
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • isSetStatus

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

      public TransferLogEntryType withId(Long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withReferredId

      public TransferLogEntryType withReferredId(Long value)
      Sets the value of the referredId property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withTimestamp

      public TransferLogEntryType withTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withMethod

      public TransferLogEntryType withMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSourceUri

      public TransferLogEntryType withSourceUri(String value)
      Sets the value of the sourceUri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDestinationUri

      public TransferLogEntryType withDestinationUri(String value)
      Sets the value of the destinationUri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSourceStorage

      public TransferLogEntryType withSourceStorage(String value)
      Sets the value of the sourceStorage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDestinationStorage

      public TransferLogEntryType withDestinationStorage(String value)
      Sets the value of the destinationStorage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSourceFile

      public TransferLogEntryType withSourceFile(String value)
      Sets the value of the sourceFile property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDestinationFile

      public TransferLogEntryType withDestinationFile(String value)
      Sets the value of the destinationFile property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSourceItem

      public TransferLogEntryType withSourceItem(String value)
      Sets the value of the sourceItem property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDestinationItem

      public TransferLogEntryType withDestinationItem(String value)
      Sets the value of the destinationItem property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSourceShape

      public TransferLogEntryType withSourceShape(String value)
      Sets the value of the sourceShape property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDestinationShape

      public TransferLogEntryType withDestinationShape(String value)
      Sets the value of the destinationShape property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withJob

      public TransferLogEntryType withJob(String value)
      Sets the value of the job property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStatus

      public TransferLogEntryType withStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      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 TransferLogEntryType 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