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