public class TransferLogEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
TransferLogEntryType.PropInfo |
Modifier and Type | Field and 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 and Description |
---|
TransferLogEntryType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.
|
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) |
protected Long id
protected Long referredId
protected XMLGregorianCalendar timestamp
protected String method
protected String sourceUri
protected String destinationUri
protected String sourceStorage
protected String destinationStorage
protected String sourceFile
protected String destinationFile
protected String sourceItem
protected String destinationItem
protected String sourceShape
protected String destinationShape
protected String job
protected String status
public void setId(Long value)
value
- allowed object is
Long
public boolean isSetId()
public Long getReferredId()
Long
public void setReferredId(Long value)
value
- allowed object is
Long
public boolean isSetReferredId()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public boolean isSetMethod()
public String getSourceUri()
String
public void setSourceUri(String value)
value
- allowed object is
String
public boolean isSetSourceUri()
public String getDestinationUri()
String
public void setDestinationUri(String value)
value
- allowed object is
String
public boolean isSetDestinationUri()
public String getSourceStorage()
String
public void setSourceStorage(String value)
value
- allowed object is
String
public boolean isSetSourceStorage()
public String getDestinationStorage()
String
public void setDestinationStorage(String value)
value
- allowed object is
String
public boolean isSetDestinationStorage()
public String getSourceFile()
String
public void setSourceFile(String value)
value
- allowed object is
String
public boolean isSetSourceFile()
public String getDestinationFile()
String
public void setDestinationFile(String value)
value
- allowed object is
String
public boolean isSetDestinationFile()
public String getSourceItem()
String
public void setSourceItem(String value)
value
- allowed object is
String
public boolean isSetSourceItem()
public String getDestinationItem()
String
public void setDestinationItem(String value)
value
- allowed object is
String
public boolean isSetDestinationItem()
public String getSourceShape()
String
public void setSourceShape(String value)
value
- allowed object is
String
public boolean isSetSourceShape()
public String getDestinationShape()
String
public void setDestinationShape(String value)
value
- allowed object is
String
public boolean isSetDestinationShape()
public String getJob()
String
public void setJob(String value)
value
- allowed object is
String
public boolean isSetJob()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public boolean isSetStatus()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public TransferLogEntryType withId(Long value)
public TransferLogEntryType withReferredId(Long value)
public TransferLogEntryType withTimestamp(XMLGregorianCalendar value)
public TransferLogEntryType withMethod(String value)
public TransferLogEntryType withSourceUri(String value)
public TransferLogEntryType withDestinationUri(String value)
public TransferLogEntryType withSourceStorage(String value)
public TransferLogEntryType withDestinationStorage(String value)
public TransferLogEntryType withSourceFile(String value)
public TransferLogEntryType withDestinationFile(String value)
public TransferLogEntryType withSourceItem(String value)
public TransferLogEntryType withDestinationItem(String value)
public TransferLogEntryType withSourceShape(String value)
public TransferLogEntryType withDestinationShape(String value)
public TransferLogEntryType withJob(String value)
public TransferLogEntryType withStatus(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public TransferLogEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.