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 | Class and Description |
---|---|
static class |
TransferType.PropInfo |
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 |
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) |
protected String name
protected String state
protected String priority
protected Long transferred
protected String fileId
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public String getPriority()
String
public void setPriority(String value)
value
- allowed object is
String
public boolean isSetPriority()
public Long getTransferred()
Long
public void setTransferred(Long value)
value
- allowed object is
Long
public boolean isSetTransferred()
public String getFileId()
String
public void setFileId(String value)
value
- allowed object is
String
public boolean isSetFileId()
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 TransferType withName(String value)
public TransferType withState(String value)
public TransferType withPriority(String value)
public TransferType withTransferred(Long value)
public TransferType withFileId(String value)
public TransferType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.