Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected Long
protected String
protected String
protected Long
protected String
protected String
protected String
protected String
protected String
protected String
protected XMLGregorianCalendar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the destinationFile property.Gets the value of the destinationItem property.Gets the value of the destinationShape property.Gets the value of the destinationStorage property.Gets the value of the destinationUri property.getId()
Gets the value of the id property.getJob()
Gets the value of the job property.Gets the value of the method property.Gets the value of the referredId property.Gets the value of the sourceFile property.Gets the value of the sourceItem property.Gets the value of the sourceShape property.Gets the value of the sourceStorage property.Gets the value of the sourceUri property.Gets the value of the status property.Gets the value of the timestamp property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
isSetJob()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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
Sets the value of the id property.void
Sets the value of the job property.void
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
Sets the value of the status property.void
setTimestamp
(XMLGregorianCalendar value) Sets the value of the timestamp property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDestinationFile
(String value) Sets the value of the destinationFile property.withDestinationItem
(String value) Sets the value of the destinationItem property.withDestinationShape
(String value) Sets the value of the destinationShape property.withDestinationStorage
(String value) Sets the value of the destinationStorage property.withDestinationUri
(String value) Sets the value of the destinationUri property.Sets the value of the id property.Sets the value of the job property.withMethod
(String value) Sets the value of the method property.withReferredId
(Long value) Sets the value of the referredId property.withSourceFile
(String value) Sets the value of the sourceFile property.withSourceItem
(String value) Sets the value of the sourceItem property.withSourceShape
(String value) Sets the value of the sourceShape property.withSourceStorage
(String value) Sets the value of the sourceStorage property.withSourceUri
(String value) Sets the value of the sourceUri property.withStatus
(String value) Sets the value of the status property.Sets the value of the timestamp property.
-
Field Details
-
id
-
referredId
-
timestamp
-
method
-
sourceUri
-
destinationUri
-
sourceStorage
-
destinationStorage
-
sourceFile
-
destinationFile
-
sourceItem
-
destinationItem
-
sourceShape
-
destinationShape
-
job
-
status
-
-
Constructor Details
-
TransferLogEntryType
public TransferLogEntryType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
Long
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isLong
-
isSetId
public boolean isSetId() -
getReferredId
Gets the value of the referredId property.- Returns:
- possible object is
Long
-
setReferredId
Sets the value of the referredId property.- Parameters:
value
- allowed object isLong
-
isSetReferredId
public boolean isSetReferredId() -
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp() -
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
isSetMethod
public boolean isSetMethod() -
getSourceUri
Gets the value of the sourceUri property.- Returns:
- possible object is
String
-
setSourceUri
Sets the value of the sourceUri property.- Parameters:
value
- allowed object isString
-
isSetSourceUri
public boolean isSetSourceUri() -
getDestinationUri
Gets the value of the destinationUri property.- Returns:
- possible object is
String
-
setDestinationUri
Sets the value of the destinationUri property.- Parameters:
value
- allowed object isString
-
isSetDestinationUri
public boolean isSetDestinationUri() -
getSourceStorage
Gets the value of the sourceStorage property.- Returns:
- possible object is
String
-
setSourceStorage
Sets the value of the sourceStorage property.- Parameters:
value
- allowed object isString
-
isSetSourceStorage
public boolean isSetSourceStorage() -
getDestinationStorage
Gets the value of the destinationStorage property.- Returns:
- possible object is
String
-
setDestinationStorage
Sets the value of the destinationStorage property.- Parameters:
value
- allowed object isString
-
isSetDestinationStorage
public boolean isSetDestinationStorage() -
getSourceFile
Gets the value of the sourceFile property.- Returns:
- possible object is
String
-
setSourceFile
Sets the value of the sourceFile property.- Parameters:
value
- allowed object isString
-
isSetSourceFile
public boolean isSetSourceFile() -
getDestinationFile
Gets the value of the destinationFile property.- Returns:
- possible object is
String
-
setDestinationFile
Sets the value of the destinationFile property.- Parameters:
value
- allowed object isString
-
isSetDestinationFile
public boolean isSetDestinationFile() -
getSourceItem
Gets the value of the sourceItem property.- Returns:
- possible object is
String
-
setSourceItem
Sets the value of the sourceItem property.- Parameters:
value
- allowed object isString
-
isSetSourceItem
public boolean isSetSourceItem() -
getDestinationItem
Gets the value of the destinationItem property.- Returns:
- possible object is
String
-
setDestinationItem
Sets the value of the destinationItem property.- Parameters:
value
- allowed object isString
-
isSetDestinationItem
public boolean isSetDestinationItem() -
getSourceShape
Gets the value of the sourceShape property.- Returns:
- possible object is
String
-
setSourceShape
Sets the value of the sourceShape property.- Parameters:
value
- allowed object isString
-
isSetSourceShape
public boolean isSetSourceShape() -
getDestinationShape
Gets the value of the destinationShape property.- Returns:
- possible object is
String
-
setDestinationShape
Sets the value of the destinationShape property.- Parameters:
value
- allowed object isString
-
isSetDestinationShape
public boolean isSetDestinationShape() -
getJob
Gets the value of the job property.- Returns:
- possible object is
String
-
setJob
Sets the value of the job property.- Parameters:
value
- allowed object isString
-
isSetJob
public boolean isSetJob() -
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
isSetStatus
public boolean isSetStatus() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withReferredId
Sets the value of the referredId property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSourceUri
Sets the value of the sourceUri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDestinationUri
Sets the value of the destinationUri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSourceStorage
Sets the value of the sourceStorage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDestinationStorage
Sets the value of the destinationStorage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSourceFile
Sets the value of the sourceFile property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDestinationFile
Sets the value of the destinationFile property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSourceItem
Sets the value of the sourceItem property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDestinationItem
Sets the value of the destinationItem property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSourceShape
Sets the value of the sourceShape property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDestinationShape
Sets the value of the destinationShape property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withJob
Sets the value of the job property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-