Package com.vidispine.generated
Class NotificationCollectionTriggerType
java.lang.Object
com.vidispine.generated.NotificationTriggerType
com.vidispine.generated.NotificationCollectionTriggerType
- 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 NotificationCollectionTriggerType
extends NotificationTriggerType
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected NotificationItemTriggerTypeprotected NotificationMetadataTriggerTypeprotected StringFields 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) booleanbooleanequals(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.getItem()Gets the value of the item property.Gets the value of the metadata property.Gets the value of the modify property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanvoidSets the value of the create property.voidSets the value of the delete property.voidSets the value of the item property.voidSets the value of the metadata property.voidSets the value of the modify 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 item property.Sets the value of the metadata property.withModify(String value) Sets the value of the modify property.Sets the value of the type property.Methods inherited from class com.vidispine.generated.NotificationTriggerType
getType, isSetType, setType
-
Field Details
-
create
-
delete
-
modify
-
item
-
metadata
-
-
Constructor Details
-
NotificationCollectionTriggerType
public NotificationCollectionTriggerType()
-
-
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() -
getModify
Gets the value of the modify property.- Returns:
- possible object is
String
-
setModify
Sets the value of the modify property.- Parameters:
value- allowed object isString
-
isSetModify
public boolean isSetModify() -
getItem
Gets the value of the item property.- Returns:
- possible object is
NotificationItemTriggerType
-
setItem
Sets the value of the item property.- Parameters:
value- allowed object isNotificationItemTriggerType
-
isSetItem
public boolean isSetItem() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
NotificationMetadataTriggerType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isNotificationMetadataTriggerType
-
isSetMetadata
public boolean isSetMetadata() -
clone
- Overrides:
clonein classNotificationTriggerType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classNotificationTriggerType
-
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- Overrides:
copyToin classNotificationTriggerType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classNotificationTriggerType
-
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.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withItem
Sets the value of the item property.- Parameters:
value- allowed object isNotificationItemTriggerType- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isNotificationMetadataTriggerType- Returns:
- The class instance
-
withType
Sets the value of the type property.- Overrides:
withTypein classNotificationTriggerType- 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classNotificationTriggerType
-
equals
- Overrides:
equalsin classNotificationTriggerType
-
visit
- Overrides:
visitin classNotificationTriggerType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classNotificationTriggerType
-
hashCode
public int hashCode()- Overrides:
hashCodein classNotificationTriggerType
-
toString
- Overrides:
toStringin classNotificationTriggerType
-
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- Overrides:
appendin classNotificationTriggerType
-
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- Overrides:
appendFieldsin classNotificationTriggerType
-