Package com.vidispine.generated
Class TransferLogEntryType
- java.lang.Object
-
- com.vidispine.generated.TransferLogEntryType
-
- 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 TransferLogEntryType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransferLogEntryType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
destinationFile
protected String
destinationItem
protected String
destinationShape
protected String
destinationStorage
protected String
destinationUri
protected Long
id
protected String
job
protected String
method
protected Long
referredId
protected String
sourceFile
protected String
sourceItem
protected String
sourceShape
protected String
sourceStorage
protected String
sourceUri
protected String
status
protected XMLGregorianCalendar
timestamp
-
Constructor Summary
Constructors Constructor Description TransferLogEntryType()
-
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
getDestinationFile()
Gets the value of the destinationFile property.String
getDestinationItem()
Gets the value of the destinationItem property.String
getDestinationShape()
Gets the value of the destinationShape property.String
getDestinationStorage()
Gets the value of the destinationStorage property.String
getDestinationUri()
Gets the value of the destinationUri property.Long
getId()
Gets the value of the id property.String
getJob()
Gets the value of the job property.String
getMethod()
Gets the value of the method property.Long
getReferredId()
Gets the value of the referredId property.String
getSourceFile()
Gets the value of the sourceFile property.String
getSourceItem()
Gets the value of the sourceItem property.String
getSourceShape()
Gets the value of the sourceShape property.String
getSourceStorage()
Gets the value of the sourceStorage property.String
getSourceUri()
Gets the value of the sourceUri property.String
getStatus()
Gets the value of the status property.XMLGregorianCalendar
getTimestamp()
Gets the value of the timestamp property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetDestinationFile()
boolean
isSetDestinationItem()
boolean
isSetDestinationShape()
boolean
isSetDestinationStorage()
boolean
isSetDestinationUri()
boolean
isSetId()
boolean
isSetJob()
boolean
isSetMethod()
boolean
isSetReferredId()
boolean
isSetSourceFile()
boolean
isSetSourceItem()
boolean
isSetSourceShape()
boolean
isSetSourceStorage()
boolean
isSetSourceUri()
boolean
isSetStatus()
boolean
isSetTimestamp()
void
setDestinationFile(String value)
Sets the value of the destinationFile property.void
setDestinationItem(String value)
Sets the value of the destinationItem property.void
setDestinationShape(String value)
Sets the value of the destinationShape property.void
setDestinationStorage(String value)
Sets the value of the destinationStorage property.void
setDestinationUri(String value)
Sets the value of the destinationUri property.void
setId(Long value)
Sets the value of the id property.void
setJob(String value)
Sets the value of the job property.void
setMethod(String value)
Sets the value of the method property.void
setReferredId(Long value)
Sets the value of the referredId property.void
setSourceFile(String value)
Sets the value of the sourceFile property.void
setSourceItem(String value)
Sets the value of the sourceItem property.void
setSourceShape(String value)
Sets the value of the sourceShape property.void
setSourceStorage(String value)
Sets the value of the sourceStorage property.void
setSourceUri(String value)
Sets the value of the sourceUri property.void
setStatus(String value)
Sets the value of the status property.void
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.TransferLogEntryType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TransferLogEntryType
withDestinationFile(String value)
TransferLogEntryType
withDestinationItem(String value)
TransferLogEntryType
withDestinationShape(String value)
TransferLogEntryType
withDestinationStorage(String value)
TransferLogEntryType
withDestinationUri(String value)
TransferLogEntryType
withId(Long value)
TransferLogEntryType
withJob(String value)
TransferLogEntryType
withMethod(String value)
TransferLogEntryType
withReferredId(Long value)
TransferLogEntryType
withSourceFile(String value)
TransferLogEntryType
withSourceItem(String value)
TransferLogEntryType
withSourceShape(String value)
TransferLogEntryType
withSourceStorage(String value)
TransferLogEntryType
withSourceUri(String value)
TransferLogEntryType
withStatus(String value)
TransferLogEntryType
withTimestamp(XMLGregorianCalendar value)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
setId
public void setId(Long value)
Sets the value of the id property.- Parameters:
value
- allowed object isLong
-
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 isLong
-
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 isXMLGregorianCalendar
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
isSetStatus
public boolean isSetStatus()
-
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
-
withId
public TransferLogEntryType withId(Long value)
-
withReferredId
public TransferLogEntryType withReferredId(Long value)
-
withTimestamp
public TransferLogEntryType withTimestamp(XMLGregorianCalendar value)
-
withMethod
public TransferLogEntryType withMethod(String value)
-
withSourceUri
public TransferLogEntryType withSourceUri(String value)
-
withDestinationUri
public TransferLogEntryType withDestinationUri(String value)
-
withSourceStorage
public TransferLogEntryType withSourceStorage(String value)
-
withDestinationStorage
public TransferLogEntryType withDestinationStorage(String value)
-
withSourceFile
public TransferLogEntryType withSourceFile(String value)
-
withDestinationFile
public TransferLogEntryType withDestinationFile(String value)
-
withSourceItem
public TransferLogEntryType withSourceItem(String value)
-
withDestinationItem
public TransferLogEntryType withDestinationItem(String value)
-
withSourceShape
public TransferLogEntryType withSourceShape(String value)
-
withDestinationShape
public TransferLogEntryType withDestinationShape(String value)
-
withJob
public TransferLogEntryType withJob(String value)
-
withStatus
public TransferLogEntryType withStatus(String 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 TransferLogEntryType 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
-
-