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
Longpublic boolean isSetId()
public Long getReferredId()
Longpublic void setReferredId(Long value)
value - allowed object is
Longpublic boolean isSetReferredId()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public String getSourceUri()
Stringpublic void setSourceUri(String value)
value - allowed object is
Stringpublic boolean isSetSourceUri()
public String getDestinationUri()
Stringpublic void setDestinationUri(String value)
value - allowed object is
Stringpublic boolean isSetDestinationUri()
public String getSourceStorage()
Stringpublic void setSourceStorage(String value)
value - allowed object is
Stringpublic boolean isSetSourceStorage()
public String getDestinationStorage()
Stringpublic void setDestinationStorage(String value)
value - allowed object is
Stringpublic boolean isSetDestinationStorage()
public String getSourceFile()
Stringpublic void setSourceFile(String value)
value - allowed object is
Stringpublic boolean isSetSourceFile()
public String getDestinationFile()
Stringpublic void setDestinationFile(String value)
value - allowed object is
Stringpublic boolean isSetDestinationFile()
public String getSourceItem()
Stringpublic void setSourceItem(String value)
value - allowed object is
Stringpublic boolean isSetSourceItem()
public String getDestinationItem()
Stringpublic void setDestinationItem(String value)
value - allowed object is
Stringpublic boolean isSetDestinationItem()
public String getSourceShape()
Stringpublic void setSourceShape(String value)
value - allowed object is
Stringpublic boolean isSetSourceShape()
public String getDestinationShape()
Stringpublic void setDestinationShape(String value)
value - allowed object is
Stringpublic boolean isSetDestinationShape()
public String getJob()
Stringpublic void setJob(String value)
value - allowed object is
Stringpublic boolean isSetJob()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.Equalspublic TransferLogEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.