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:
  • Field Details

  • Constructor Details

    • WebsocketUpdateRequestType

      public WebsocketUpdateRequestType()
  • Method Details

    • 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 is ItemSearchType
    • 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 is JobFilterType
    • 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 is JobFilterType
    • 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 is QuotaFilterType
    • 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 is StorageFilterType
    • 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 is IDFilterType
    • isSetVxa

      public boolean isSetVxa()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withItem

      public WebsocketUpdateRequestType withItem(ItemSearchType value)
      Sets the value of the item property.
      Parameters:
      value - allowed object is ItemSearchType
      Returns:
      The class instance
    • withJob

      public WebsocketUpdateRequestType withJob(JobFilterType value)
      Sets the value of the job property.
      Parameters:
      value - allowed object is JobFilterType
      Returns:
      The class instance
    • withVxaJob

      public WebsocketUpdateRequestType withVxaJob(JobFilterType value)
      Sets the value of the vxaJob property.
      Parameters:
      value - allowed object is JobFilterType
      Returns:
      The class instance
    • withQuota

      public WebsocketUpdateRequestType withQuota(QuotaFilterType value)
      Sets the value of the quota property.
      Parameters:
      value - allowed object is QuotaFilterType
      Returns:
      The class instance
    • withStorage

      public WebsocketUpdateRequestType withStorage(StorageFilterType value)
      Sets the value of the storage property.
      Parameters:
      value - allowed object is StorageFilterType
      Returns:
      The class instance
    • withVxa

      public WebsocketUpdateRequestType withVxa(IDFilterType value)
      Sets the value of the vxa property.
      Parameters:
      value - allowed object is IDFilterType
      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:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public WebsocketUpdateRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString