Package com.vidispine.generated
Class NotificationCollectionTriggerType
- java.lang.Object
-
- com.vidispine.generated.NotificationTriggerType
-
- com.vidispine.generated.NotificationCollectionTriggerType
-
- 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 NotificationCollectionTriggerType 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 NotificationCollectionTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationCollectionTriggerType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType"> <choice> <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="modify" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="item" type="{http://xml.vidispine.com/schema/vidispine}NotificationItemTriggerType"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}NotificationMetadataTriggerType"/> </choice> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationCollectionTriggerType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
create
protected String
delete
protected NotificationItemTriggerType
item
protected NotificationMetadataTriggerType
metadata
protected String
modify
-
Fields inherited from class com.vidispine.generated.NotificationTriggerType
type
-
-
Constructor Summary
Constructors Constructor Description NotificationCollectionTriggerType()
-
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
getCreate()
Gets the value of the create property.String
getDelete()
Gets the value of the delete property.NotificationItemTriggerType
getItem()
Gets the value of the item property.NotificationMetadataTriggerType
getMetadata()
Gets the value of the metadata property.String
getModify()
Gets the value of the modify property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCreate()
boolean
isSetDelete()
boolean
isSetItem()
boolean
isSetMetadata()
boolean
isSetModify()
void
setCreate(String value)
Sets the value of the create property.void
setDelete(String value)
Sets the value of the delete property.void
setItem(NotificationItemTriggerType value)
Sets the value of the item property.void
setMetadata(NotificationMetadataTriggerType value)
Sets the value of the metadata property.void
setModify(String value)
Sets the value of the modify property.NotificationCollectionTriggerType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationCollectionTriggerType
withCreate(String value)
NotificationCollectionTriggerType
withDelete(String value)
NotificationCollectionTriggerType
withItem(NotificationItemTriggerType value)
NotificationCollectionTriggerType
withMetadata(NotificationMetadataTriggerType value)
NotificationCollectionTriggerType
withModify(String value)
NotificationCollectionTriggerType
withType(String value)
-
Methods inherited from class com.vidispine.generated.NotificationTriggerType
getType, isSetType, setType
-
-
-
-
Field Detail
-
create
protected String create
-
delete
protected String delete
-
modify
protected String modify
-
item
protected NotificationItemTriggerType item
-
metadata
protected NotificationMetadataTriggerType metadata
-
-
Method Detail
-
getCreate
public String getCreate()
Gets the value of the create property.- Returns:
- possible object is
String
-
setCreate
public void setCreate(String value)
Sets the value of the create property.- Parameters:
value
- allowed object isString
-
isSetCreate
public boolean isSetCreate()
-
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()
-
getModify
public String getModify()
Gets the value of the modify property.- Returns:
- possible object is
String
-
setModify
public void setModify(String value)
Sets the value of the modify property.- Parameters:
value
- allowed object isString
-
isSetModify
public boolean isSetModify()
-
getItem
public NotificationItemTriggerType getItem()
Gets the value of the item property.- Returns:
- possible object is
NotificationItemTriggerType
-
setItem
public void setItem(NotificationItemTriggerType value)
Sets the value of the item property.- Parameters:
value
- allowed object isNotificationItemTriggerType
-
isSetItem
public boolean isSetItem()
-
getMetadata
public NotificationMetadataTriggerType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
NotificationMetadataTriggerType
-
setMetadata
public void setMetadata(NotificationMetadataTriggerType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isNotificationMetadataTriggerType
-
isSetMetadata
public boolean isSetMetadata()
-
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
-
withCreate
public NotificationCollectionTriggerType withCreate(String value)
-
withDelete
public NotificationCollectionTriggerType withDelete(String value)
-
withModify
public NotificationCollectionTriggerType withModify(String value)
-
withItem
public NotificationCollectionTriggerType withItem(NotificationItemTriggerType value)
-
withMetadata
public NotificationCollectionTriggerType withMetadata(NotificationMetadataTriggerType value)
-
withType
public NotificationCollectionTriggerType 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 NotificationCollectionTriggerType 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
-
-