Package com.vidispine.generated
Class TransferType
- java.lang.Object
-
- com.vidispine.generated.TransferType
-
- 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 TransferType 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 TransferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransferType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="transferred" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="fileId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransferType.PropInfo
-
Constructor Summary
Constructors Constructor Description TransferType()
-
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
getFileId()
Gets the value of the fileId property.String
getName()
Gets the value of the name property.String
getPriority()
Gets the value of the priority property.String
getState()
Gets the value of the state property.Long
getTransferred()
Gets the value of the transferred property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetFileId()
boolean
isSetName()
boolean
isSetPriority()
boolean
isSetState()
boolean
isSetTransferred()
void
setFileId(String value)
Sets the value of the fileId property.void
setName(String value)
Sets the value of the name property.void
setPriority(String value)
Sets the value of the priority property.void
setState(String value)
Sets the value of the state property.void
setTransferred(Long value)
Sets the value of the transferred property.TransferType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TransferType
withFileId(String value)
TransferType
withName(String value)
TransferType
withPriority(String value)
TransferType
withState(String value)
TransferType
withTransferred(Long value)
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState()
-
getPriority
public String getPriority()
Gets the value of the priority property.- Returns:
- possible object is
String
-
setPriority
public void setPriority(String value)
Sets the value of the priority property.- Parameters:
value
- allowed object isString
-
isSetPriority
public boolean isSetPriority()
-
getTransferred
public Long getTransferred()
Gets the value of the transferred property.- Returns:
- possible object is
Long
-
setTransferred
public void setTransferred(Long value)
Sets the value of the transferred property.- Parameters:
value
- allowed object isLong
-
isSetTransferred
public boolean isSetTransferred()
-
getFileId
public String getFileId()
Gets the value of the fileId property.- Returns:
- possible object is
String
-
setFileId
public void setFileId(String value)
Sets the value of the fileId property.- Parameters:
value
- allowed object isString
-
isSetFileId
public boolean isSetFileId()
-
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
-
withName
public TransferType withName(String value)
-
withState
public TransferType withState(String value)
-
withPriority
public TransferType withPriority(String value)
-
withTransferred
public TransferType withTransferred(Long value)
-
withFileId
public TransferType withFileId(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 TransferType 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
-
-