Package com.vidispine.generated
Class WebsocketUpdateType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebsocketUpdateType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected ItemType
item
protected JobType
job
protected QuotaRuleType
quota
protected StorageType
storage
protected VXAUpdateType
vxa
protected VXAJobType
vxaJob
-
Constructor Summary
Constructors Constructor Description WebsocketUpdateType()
-
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)
ItemType
getItem()
Gets the value of the item property.JobType
getJob()
Gets the value of the job property.QuotaRuleType
getQuota()
Gets the value of the quota property.StorageType
getStorage()
Gets the value of the storage property.VXAUpdateType
getVxa()
Gets the value of the vxa property.VXAJobType
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(ItemType value)
Sets the value of the item property.void
setJob(JobType value)
Sets the value of the job property.void
setQuota(QuotaRuleType value)
Sets the value of the quota property.void
setStorage(StorageType value)
Sets the value of the storage property.void
setVxa(VXAUpdateType value)
Sets the value of the vxa property.void
setVxaJob(VXAJobType value)
Sets the value of the vxaJob property.WebsocketUpdateType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
WebsocketUpdateType
withItem(ItemType value)
WebsocketUpdateType
withJob(JobType value)
WebsocketUpdateType
withQuota(QuotaRuleType value)
WebsocketUpdateType
withStorage(StorageType value)
WebsocketUpdateType
withVxa(VXAUpdateType value)
WebsocketUpdateType
withVxaJob(VXAJobType value)
-
-
-
Field Detail
-
item
protected ItemType item
-
job
protected JobType job
-
vxaJob
protected VXAJobType vxaJob
-
quota
protected QuotaRuleType quota
-
storage
protected StorageType storage
-
vxa
protected VXAUpdateType vxa
-
-
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 isItemType
-
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 isJobType
-
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 isVXAJobType
-
isSetVxaJob
public boolean isSetVxaJob()
-
getQuota
public QuotaRuleType getQuota()
Gets the value of the quota property.- Returns:
- possible object is
QuotaRuleType
-
setQuota
public void setQuota(QuotaRuleType value)
Sets the value of the quota property.- Parameters:
value
- allowed object isQuotaRuleType
-
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 isStorageType
-
isSetStorage
public boolean isSetStorage()
-
getVxa
public VXAUpdateType getVxa()
Gets the value of the vxa property.- Returns:
- possible object is
VXAUpdateType
-
setVxa
public void setVxa(VXAUpdateType value)
Sets the value of the vxa property.- Parameters:
value
- allowed object isVXAUpdateType
-
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 WebsocketUpdateType withItem(ItemType value)
-
withJob
public WebsocketUpdateType withJob(JobType value)
-
withVxaJob
public WebsocketUpdateType withVxaJob(VXAJobType value)
-
withQuota
public WebsocketUpdateType withQuota(QuotaRuleType value)
-
withStorage
public WebsocketUpdateType withStorage(StorageType value)
-
withVxa
public WebsocketUpdateType withVxa(VXAUpdateType 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 WebsocketUpdateType 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
-
-