Package com.vidispine.generated
Class WebsocketUpdateRequestType
- java.lang.Object
-
- com.vidispine.generated.WebsocketUpdateRequestType
-
- 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 WebsocketUpdateRequestType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebsocketUpdateRequestType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected ItemSearchType
item
protected JobFilterType
job
protected QuotaFilterType
quota
protected StorageFilterType
storage
protected IDFilterType
vxa
protected JobFilterType
vxaJob
-
Constructor Summary
Constructors Constructor Description WebsocketUpdateRequestType()
-
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)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Field Detail
-
item
protected ItemSearchType item
-
job
protected JobFilterType job
-
vxaJob
protected JobFilterType vxaJob
-
quota
protected QuotaFilterType quota
-
storage
protected StorageFilterType storage
-
vxa
protected IDFilterType vxa
-
-
Method Detail
-
getItem
public ItemSearchType getItem()
Gets the value of the item property.- Returns:
- possible object is
ItemSearchType
-
setItem
public void setItem(ItemSearchType value)
Sets the value of the item property.- Parameters:
value
- allowed object isItemSearchType
-
isSetItem
public boolean isSetItem()
-
getJob
public JobFilterType getJob()
Gets the value of the job property.- Returns:
- possible object is
JobFilterType
-
setJob
public void setJob(JobFilterType value)
Sets the value of the job property.- Parameters:
value
- allowed object isJobFilterType
-
isSetJob
public boolean isSetJob()
-
getVxaJob
public JobFilterType getVxaJob()
Gets the value of the vxaJob property.- Returns:
- possible object is
JobFilterType
-
setVxaJob
public void setVxaJob(JobFilterType value)
Sets the value of the vxaJob property.- Parameters:
value
- allowed object isJobFilterType
-
isSetVxaJob
public boolean isSetVxaJob()
-
getQuota
public QuotaFilterType getQuota()
Gets the value of the quota property.- Returns:
- possible object is
QuotaFilterType
-
setQuota
public void setQuota(QuotaFilterType value)
Sets the value of the quota property.- Parameters:
value
- allowed object isQuotaFilterType
-
isSetQuota
public boolean isSetQuota()
-
getStorage
public StorageFilterType getStorage()
Gets the value of the storage property.- Returns:
- possible object is
StorageFilterType
-
setStorage
public void setStorage(StorageFilterType value)
Sets the value of the storage property.- Parameters:
value
- allowed object isStorageFilterType
-
isSetStorage
public boolean isSetStorage()
-
getVxa
public IDFilterType getVxa()
Gets the value of the vxa property.- Returns:
- possible object is
IDFilterType
-
setVxa
public void setVxa(IDFilterType value)
Sets the value of the vxa property.- Parameters:
value
- allowed object isIDFilterType
-
isSetVxa
public boolean isSetVxa()
-
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
-
withItem
public WebsocketUpdateRequestType withItem(ItemSearchType value)
-
withJob
public WebsocketUpdateRequestType withJob(JobFilterType value)
-
withVxaJob
public WebsocketUpdateRequestType withVxaJob(JobFilterType value)
-
withQuota
public WebsocketUpdateRequestType withQuota(QuotaFilterType value)
-
withStorage
public WebsocketUpdateRequestType withStorage(StorageFilterType value)
-
withVxa
public WebsocketUpdateRequestType withVxa(IDFilterType 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 WebsocketUpdateRequestType 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
-
-