Package com.vidispine.generated
Class WebsocketUpdateRequestType
java.lang.Object
com.vidispine.generated.WebsocketUpdateRequestType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class WebsocketUpdateRequestType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ItemSearchTypeprotected JobFilterTypeprotected QuotaFilterTypeprotected StorageFilterTypeprotected IDFilterTypeprotected JobFilterType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getItem()Gets the value of the item property.getJob()Gets the value of the job property.getQuota()Gets the value of the quota property.Gets the value of the storage property.getVxa()Gets the value of the vxa property.Gets the value of the vxaJob property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanisSetJob()booleanbooleanbooleanisSetVxa()booleanvoidsetItem(ItemSearchType value) Sets the value of the item property.voidsetJob(JobFilterType value) Sets the value of the job property.voidsetQuota(QuotaFilterType value) Sets the value of the quota property.voidsetStorage(StorageFilterType value) Sets the value of the storage property.voidsetVxa(IDFilterType value) Sets the value of the vxa property.voidsetVxaJob(JobFilterType value) Sets the value of the vxaJob property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withItem(ItemSearchType value) Sets the value of the item property.withJob(JobFilterType value) Sets the value of the job property.withQuota(QuotaFilterType value) Sets the value of the quota property.withStorage(StorageFilterType value) Sets the value of the storage property.withVxa(IDFilterType value) Sets the value of the vxa property.withVxaJob(JobFilterType value) Sets the value of the vxaJob property.
-
Field Details
-
item
-
job
-
vxaJob
-
quota
-
storage
-
vxa
-
-
Constructor Details
-
WebsocketUpdateRequestType
public WebsocketUpdateRequestType()
-
-
Method Details
-
getItem
Gets the value of the item property.- Returns:
- possible object is
ItemSearchType
-
setItem
Sets the value of the item property.- Parameters:
value- allowed object isItemSearchType
-
isSetItem
public boolean isSetItem() -
getJob
Gets the value of the job property.- Returns:
- possible object is
JobFilterType
-
setJob
Sets the value of the job property.- Parameters:
value- allowed object isJobFilterType
-
isSetJob
public boolean isSetJob() -
getVxaJob
Gets the value of the vxaJob property.- Returns:
- possible object is
JobFilterType
-
setVxaJob
Sets the value of the vxaJob property.- Parameters:
value- allowed object isJobFilterType
-
isSetVxaJob
public boolean isSetVxaJob() -
getQuota
Gets the value of the quota property.- Returns:
- possible object is
QuotaFilterType
-
setQuota
Sets the value of the quota property.- Parameters:
value- allowed object isQuotaFilterType
-
isSetQuota
public boolean isSetQuota() -
getStorage
Gets the value of the storage property.- Returns:
- possible object is
StorageFilterType
-
setStorage
Sets the value of the storage property.- Parameters:
value- allowed object isStorageFilterType
-
isSetStorage
public boolean isSetStorage() -
getVxa
Gets the value of the vxa property.- Returns:
- possible object is
IDFilterType
-
setVxa
Sets the value of the vxa property.- Parameters:
value- allowed object isIDFilterType
-
isSetVxa
public boolean isSetVxa() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withItem
Sets the value of the item property.- Parameters:
value- allowed object isItemSearchType- Returns:
- The class instance
-
withJob
Sets the value of the job property.- Parameters:
value- allowed object isJobFilterType- Returns:
- The class instance
-
withVxaJob
Sets the value of the vxaJob property.- Parameters:
value- allowed object isJobFilterType- Returns:
- The class instance
-
withQuota
Sets the value of the quota property.- Parameters:
value- allowed object isQuotaFilterType- Returns:
- The class instance
-
withStorage
Sets the value of the storage property.- Parameters:
value- allowed object isStorageFilterType- Returns:
- The class instance
-
withVxa
Sets the value of the vxa property.- Parameters:
value- allowed object isIDFilterType- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-