public class WebsocketUpdateType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for WebsocketUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebsocketUpdateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="item" type="{http://xml.vidispine.com/schema/vidispine}ItemType"/> <element name="job" type="{http://xml.vidispine.com/schema/vidispine}JobType"/> <element name="vxaJob" type="{http://xml.vidispine.com/schema/vidispine}VXAJobType"/> <element name="quota" type="{http://xml.vidispine.com/schema/vidispine}QuotaRuleType"/> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}StorageType"/> <element name="vxa" type="{http://xml.vidispine.com/schema/vidispine}VXAUpdateType"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
WebsocketUpdateType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected ItemType |
item |
protected JobType |
job |
protected QuotaRuleType |
quota |
protected StorageType |
storage |
protected VXAUpdateType |
vxa |
protected VXAJobType |
vxaJob |
Constructor and Description |
---|
WebsocketUpdateType() |
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() |
ItemType |
getItem()
Gets the value of the item property.
|
JobType |
getJob()
Gets the value of the job property.
|
QuotaRuleType |
getQuota()
Gets the value of the quota property.
|
StorageType |
getStorage()
Gets the value of the storage property.
|
VXAUpdateType |
getVxa()
Gets the value of the vxa property.
|
VXAJobType |
getVxaJob()
Gets the value of the vxaJob property.
|
boolean |
isSetItem() |
boolean |
isSetJob() |
boolean |
isSetQuota() |
boolean |
isSetStorage() |
boolean |
isSetVxa() |
boolean |
isSetVxaJob() |
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setJob(JobType value)
Sets the value of the job property.
|
void |
setQuota(QuotaRuleType value)
Sets the value of the quota property.
|
void |
setStorage(StorageType value)
Sets the value of the storage property.
|
void |
setVxa(VXAUpdateType value)
Sets the value of the vxa property.
|
void |
setVxaJob(VXAJobType value)
Sets the value of the vxaJob property.
|
WebsocketUpdateType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
WebsocketUpdateType |
withItem(ItemType value) |
WebsocketUpdateType |
withJob(JobType value) |
WebsocketUpdateType |
withQuota(QuotaRuleType value) |
WebsocketUpdateType |
withStorage(StorageType value) |
WebsocketUpdateType |
withVxa(VXAUpdateType value) |
WebsocketUpdateType |
withVxaJob(VXAJobType value) |
protected ItemType item
protected JobType job
protected VXAJobType vxaJob
protected QuotaRuleType quota
protected StorageType storage
protected VXAUpdateType vxa
public ItemType getItem()
ItemType
public void setItem(ItemType value)
value
- allowed object is
ItemType
public boolean isSetItem()
public JobType getJob()
JobType
public void setJob(JobType value)
value
- allowed object is
JobType
public boolean isSetJob()
public VXAJobType getVxaJob()
VXAJobType
public void setVxaJob(VXAJobType value)
value
- allowed object is
VXAJobType
public boolean isSetVxaJob()
public QuotaRuleType getQuota()
QuotaRuleType
public void setQuota(QuotaRuleType value)
value
- allowed object is
QuotaRuleType
public boolean isSetQuota()
public StorageType getStorage()
StorageType
public void setStorage(StorageType value)
value
- allowed object is
StorageType
public boolean isSetStorage()
public VXAUpdateType getVxa()
VXAUpdateType
public void setVxa(VXAUpdateType value)
value
- allowed object is
VXAUpdateType
public boolean isSetVxa()
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 WebsocketUpdateType withItem(ItemType value)
public WebsocketUpdateType withJob(JobType value)
public WebsocketUpdateType withVxaJob(VXAJobType value)
public WebsocketUpdateType withQuota(QuotaRuleType value)
public WebsocketUpdateType withStorage(StorageType value)
public WebsocketUpdateType withVxa(VXAUpdateType value)
public WebsocketUpdateType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.