public class TransferType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileId |
protected String |
name |
protected String |
priority |
protected String |
state |
protected Long |
transferred |
| Constructor and Description |
|---|
TransferType() |
| 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() |
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.
|
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 |
withFileId(String value) |
TransferType |
withName(String value) |
TransferType |
withPriority(String value) |
TransferType |
withState(String value) |
TransferType |
withTransferred(Long value) |
protected String name
protected String state
protected String priority
protected Long transferred
protected String fileId
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public String getPriority()
Stringpublic void setPriority(String value)
value - allowed object is
Stringpublic boolean isSetPriority()
public Long getTransferred()
Longpublic void setTransferred(Long value)
value - allowed object is
Longpublic boolean isSetTransferred()
public String getFileId()
Stringpublic void setFileId(String value)
value - allowed object is
Stringpublic boolean isSetFileId()
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 TransferType withName(String value)
public TransferType withState(String value)
public TransferType withPriority(String value)
public TransferType withTransferred(Long value)
public TransferType withFileId(String value)
Copyright © 2015. All rights reserved.