Package com.vidispine.generated
Class NotificationFileTriggerType
- java.lang.Object
-
- com.vidispine.generated.NotificationTriggerType
-
- com.vidispine.generated.NotificationFileTriggerType
-
- 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 NotificationFileTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for NotificationFileTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationFileTriggerType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType"> <sequence> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <choice> <element name="new" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="change" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="close" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="lost" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationFileTriggerType.PropInfo
-
Constructor Summary
Constructors Constructor Description NotificationFileTriggerType()
-
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)
String
getChange()
Gets the value of the change property.String
getClose()
Gets the value of the close property.String
getDelete()
Gets the value of the delete property.String
getHash()
Gets the value of the hash property.String
getLost()
Gets the value of the lost property.String
getNew()
Gets the value of the new property.String
getStorage()
Gets the value of the storage property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetChange()
boolean
isSetClose()
boolean
isSetDelete()
boolean
isSetHash()
boolean
isSetLost()
boolean
isSetNew()
boolean
isSetStorage()
void
setChange(String value)
Sets the value of the change property.void
setClose(String value)
Sets the value of the close property.void
setDelete(String value)
Sets the value of the delete property.void
setHash(String value)
Sets the value of the hash property.void
setLost(String value)
Sets the value of the lost property.void
setNew(String value)
Sets the value of the new property.void
setStorage(String value)
Sets the value of the storage property.NotificationFileTriggerType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationFileTriggerType
withChange(String value)
NotificationFileTriggerType
withClose(String value)
NotificationFileTriggerType
withDelete(String value)
NotificationFileTriggerType
withHash(String value)
NotificationFileTriggerType
withLost(String value)
NotificationFileTriggerType
withNew(String value)
NotificationFileTriggerType
withStorage(String value)
NotificationFileTriggerType
withType(String value)
-
Methods inherited from class com.vidispine.generated.NotificationTriggerType
getType, isSetType, setType
-
-
-
-
Method Detail
-
getStorage
public String getStorage()
Gets the value of the storage property.- Returns:
- possible object is
String
-
setStorage
public void setStorage(String value)
Sets the value of the storage property.- Parameters:
value
- allowed object isString
-
isSetStorage
public boolean isSetStorage()
-
getNew
public String getNew()
Gets the value of the new property.- Returns:
- possible object is
String
-
setNew
public void setNew(String value)
Sets the value of the new property.- Parameters:
value
- allowed object isString
-
isSetNew
public boolean isSetNew()
-
getDelete
public String getDelete()
Gets the value of the delete property.- Returns:
- possible object is
String
-
setDelete
public void setDelete(String value)
Sets the value of the delete property.- Parameters:
value
- allowed object isString
-
isSetDelete
public boolean isSetDelete()
-
getChange
public String getChange()
Gets the value of the change property.- Returns:
- possible object is
String
-
setChange
public void setChange(String value)
Sets the value of the change property.- Parameters:
value
- allowed object isString
-
isSetChange
public boolean isSetChange()
-
getHash
public String getHash()
Gets the value of the hash property.- Returns:
- possible object is
String
-
setHash
public void setHash(String value)
Sets the value of the hash property.- Parameters:
value
- allowed object isString
-
isSetHash
public boolean isSetHash()
-
getClose
public String getClose()
Gets the value of the close property.- Returns:
- possible object is
String
-
setClose
public void setClose(String value)
Sets the value of the close property.- Parameters:
value
- allowed object isString
-
isSetClose
public boolean isSetClose()
-
getLost
public String getLost()
Gets the value of the lost property.- Returns:
- possible object is
String
-
setLost
public void setLost(String value)
Sets the value of the lost property.- Parameters:
value
- allowed object isString
-
isSetLost
public boolean isSetLost()
-
clone
public Object clone()
- Overrides:
clone
in classNotificationTriggerType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classNotificationTriggerType
-
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
- Overrides:
copyTo
in classNotificationTriggerType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classNotificationTriggerType
-
withStorage
public NotificationFileTriggerType withStorage(String value)
-
withNew
public NotificationFileTriggerType withNew(String value)
-
withDelete
public NotificationFileTriggerType withDelete(String value)
-
withChange
public NotificationFileTriggerType withChange(String value)
-
withHash
public NotificationFileTriggerType withHash(String value)
-
withClose
public NotificationFileTriggerType withClose(String value)
-
withLost
public NotificationFileTriggerType withLost(String value)
-
withType
public NotificationFileTriggerType withType(String value)
- Overrides:
withType
in classNotificationTriggerType
-
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
- Overrides:
equals
in classNotificationTriggerType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classNotificationTriggerType
-
visit
public NotificationFileTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classNotificationTriggerType
-
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
- Overrides:
hashCode
in classNotificationTriggerType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classNotificationTriggerType
-
-