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.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class NotificationDocumentTriggerType
extends NotificationMetadataTriggerType
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 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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.vidispine.generated.NotificationMetadataTriggerType
NotificationMetadataTriggerType.Modify
-
Field Summary
FieldsFields inherited from class com.vidispine.generated.NotificationMetadataTriggerType
modify
Fields inherited from class com.vidispine.generated.NotificationTriggerType
type
-
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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the create property.Gets the value of the delete property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
void
Sets the value of the create property.void
Sets the value of the delete property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCreate
(String value) Sets the value of the create property.withDelete
(String value) Sets the value of the delete property.Sets the value of the modify property.Sets the value of the type property.Methods inherited from class com.vidispine.generated.NotificationMetadataTriggerType
getModify, isSetModify, setModify
Methods inherited from class com.vidispine.generated.NotificationTriggerType
getType, isSetType, setType
-
Field Details
-
create
-
delete
-
-
Constructor Details
-
NotificationDocumentTriggerType
public NotificationDocumentTriggerType()
-
-
Method Details
-
getCreate
Gets the value of the create property.- Returns:
- possible object is
String
-
setCreate
Sets the value of the create property.- Parameters:
value
- allowed object isString
-
isSetCreate
public boolean isSetCreate() -
getDelete
Gets the value of the delete property.- Returns:
- possible object is
String
-
setDelete
Sets the value of the delete property.- Parameters:
value
- allowed object isString
-
isSetDelete
public boolean isSetDelete() -
clone
- Overrides:
clone
in classNotificationMetadataTriggerType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classNotificationMetadataTriggerType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classNotificationMetadataTriggerType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classNotificationMetadataTriggerType
-
withCreate
Sets the value of the create property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDelete
Sets the value of the delete property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withModify
Sets the value of the modify property.- Overrides:
withModify
in classNotificationMetadataTriggerType
- Parameters:
value
- allowed object isNotificationMetadataTriggerType.Modify
- Returns:
- The class instance
-
withType
Sets the value of the type property.- Overrides:
withType
in classNotificationMetadataTriggerType
- Parameters:
value
- allowed object isString
- 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classNotificationMetadataTriggerType
-
equals
- Overrides:
equals
in classNotificationMetadataTriggerType
-
visit
- Overrides:
visit
in classNotificationMetadataTriggerType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classNotificationMetadataTriggerType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classNotificationMetadataTriggerType
-
toString
- Overrides:
toString
in classNotificationMetadataTriggerType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classNotificationMetadataTriggerType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classNotificationMetadataTriggerType
-