Package com.vidispine.generated
Class NotificationDocumentTriggerType
- java.lang.Object
-
- com.vidispine.generated.NotificationTriggerType
-
- com.vidispine.generated.NotificationMetadataTriggerType
-
- com.vidispine.generated.NotificationDocumentTriggerType
-
- 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 NotificationDocumentTriggerType extends NotificationMetadataTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for NotificationDocumentTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationDocumentTriggerType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationMetadataTriggerType"> <choice> <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationDocumentTriggerType.PropInfo
-
Nested classes/interfaces inherited from class com.vidispine.generated.NotificationMetadataTriggerType
NotificationMetadataTriggerType.Modify
-
-
Field Summary
Fields Modifier and Type Field Description protected String
create
protected String
delete
-
Fields inherited from class com.vidispine.generated.NotificationMetadataTriggerType
modify
-
Fields inherited from class com.vidispine.generated.NotificationTriggerType
type
-
-
Constructor Summary
Constructors Constructor Description NotificationDocumentTriggerType()
-
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCreate()
boolean
isSetDelete()
void
setCreate(String value)
Sets the value of the create property.void
setDelete(String value)
Sets the value of the delete property.NotificationDocumentTriggerType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationDocumentTriggerType
withCreate(String value)
NotificationDocumentTriggerType
withDelete(String value)
NotificationDocumentTriggerType
withModify(NotificationMetadataTriggerType.Modify value)
NotificationDocumentTriggerType
withType(String value)
-
Methods inherited from class com.vidispine.generated.NotificationMetadataTriggerType
getModify, isSetModify, setModify
-
Methods inherited from class com.vidispine.generated.NotificationTriggerType
getType, isSetType, setType
-
-
-
-
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()
-
clone
public Object clone()
- Overrides:
clone
in classNotificationMetadataTriggerType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classNotificationMetadataTriggerType
-
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 classNotificationMetadataTriggerType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classNotificationMetadataTriggerType
-
withCreate
public NotificationDocumentTriggerType withCreate(String value)
-
withDelete
public NotificationDocumentTriggerType withDelete(String value)
-
withModify
public NotificationDocumentTriggerType withModify(NotificationMetadataTriggerType.Modify value)
- Overrides:
withModify
in classNotificationMetadataTriggerType
-
withType
public NotificationDocumentTriggerType withType(String value)
- Overrides:
withType
in classNotificationMetadataTriggerType
-
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 classNotificationMetadataTriggerType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classNotificationMetadataTriggerType
-
visit
public NotificationDocumentTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classNotificationMetadataTriggerType
-
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 classNotificationMetadataTriggerType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classNotificationMetadataTriggerType
-
-