Package com.vidispine.generated
Class WebsocketUpdateType
java.lang.Object
com.vidispine.generated.WebsocketUpdateType
- 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 WebsocketUpdateType
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ItemTypeprotected JobTypeprotected QuotaRuleTypeprotected StorageTypeprotected VXAUpdateTypeprotected VXAJobType -
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()booleanvoidSets the value of the item property.voidSets the value of the job property.voidsetQuota(QuotaRuleType value) Sets the value of the quota property.voidsetStorage(StorageType value) Sets the value of the storage property.voidsetVxa(VXAUpdateType value) Sets the value of the vxa property.voidsetVxaJob(VXAJobType value) Sets the value of the vxaJob property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the item property.Sets the value of the job property.withQuota(QuotaRuleType value) Sets the value of the quota property.withStorage(StorageType value) Sets the value of the storage property.withVxa(VXAUpdateType value) Sets the value of the vxa property.withVxaJob(VXAJobType value) Sets the value of the vxaJob property.
-
Field Details
-
item
-
job
-
vxaJob
-
quota
-
storage
-
vxa
-
-
Constructor Details
-
WebsocketUpdateType
public WebsocketUpdateType()
-
-
Method Details
-
getItem
Gets the value of the item property.- Returns:
- possible object is
ItemType
-
setItem
Sets the value of the item property.- Parameters:
value- allowed object isItemType
-
isSetItem
public boolean isSetItem() -
getJob
Gets the value of the job property.- Returns:
- possible object is
JobType
-
setJob
Sets the value of the job property.- Parameters:
value- allowed object isJobType
-
isSetJob
public boolean isSetJob() -
getVxaJob
Gets the value of the vxaJob property.- Returns:
- possible object is
VXAJobType
-
setVxaJob
Sets the value of the vxaJob property.- Parameters:
value- allowed object isVXAJobType
-
isSetVxaJob
public boolean isSetVxaJob() -
getQuota
Gets the value of the quota property.- Returns:
- possible object is
QuotaRuleType
-
setQuota
Sets the value of the quota property.- Parameters:
value- allowed object isQuotaRuleType
-
isSetQuota
public boolean isSetQuota() -
getStorage
Gets the value of the storage property.- Returns:
- possible object is
StorageType
-
setStorage
Sets the value of the storage property.- Parameters:
value- allowed object isStorageType
-
isSetStorage
public boolean isSetStorage() -
getVxa
Gets the value of the vxa property.- Returns:
- possible object is
VXAUpdateType
-
setVxa
Sets the value of the vxa property.- Parameters:
value- allowed object isVXAUpdateType
-
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 isItemType- Returns:
- The class instance
-
withJob
Sets the value of the job property.- Parameters:
value- allowed object isJobType- Returns:
- The class instance
-
withVxaJob
Sets the value of the vxaJob property.- Parameters:
value- allowed object isVXAJobType- Returns:
- The class instance
-
withQuota
Sets the value of the quota property.- Parameters:
value- allowed object isQuotaRuleType- Returns:
- The class instance
-
withStorage
Sets the value of the storage property.- Parameters:
value- allowed object isStorageType- Returns:
- The class instance
-
withVxa
Sets the value of the vxa property.- Parameters:
value- allowed object isVXAUpdateType- 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
-