Class WebsocketUpdateType

  • 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 WebsocketUpdateType
    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 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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • WebsocketUpdateType

        public WebsocketUpdateType()
    • Method Detail

      • getItem

        public ItemType getItem()
        Gets the value of the item property.
        Returns:
        possible object is ItemType
      • setItem

        public void setItem​(ItemType value)
        Sets the value of the item property.
        Parameters:
        value - allowed object is ItemType
      • isSetItem

        public boolean isSetItem()
      • getJob

        public JobType getJob()
        Gets the value of the job property.
        Returns:
        possible object is JobType
      • setJob

        public void setJob​(JobType value)
        Sets the value of the job property.
        Parameters:
        value - allowed object is JobType
      • isSetJob

        public boolean isSetJob()
      • getVxaJob

        public VXAJobType getVxaJob()
        Gets the value of the vxaJob property.
        Returns:
        possible object is VXAJobType
      • setVxaJob

        public void setVxaJob​(VXAJobType value)
        Sets the value of the vxaJob property.
        Parameters:
        value - allowed object is VXAJobType
      • isSetVxaJob

        public boolean isSetVxaJob()
      • setQuota

        public void setQuota​(QuotaRuleType value)
        Sets the value of the quota property.
        Parameters:
        value - allowed object is QuotaRuleType
      • isSetQuota

        public boolean isSetQuota()
      • getStorage

        public StorageType getStorage()
        Gets the value of the storage property.
        Returns:
        possible object is StorageType
      • setStorage

        public void setStorage​(StorageType value)
        Sets the value of the storage property.
        Parameters:
        value - allowed object is StorageType
      • isSetStorage

        public boolean isSetStorage()
      • setVxa

        public void setVxa​(VXAUpdateType value)
        Sets the value of the vxa property.
        Parameters:
        value - allowed object is VXAUpdateType
      • isSetVxa

        public boolean isSetVxa()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.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 interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object