Package com.vidispine.generated
Class NotificationJobTriggerType
- java.lang.Object
-
- com.vidispine.generated.NotificationTriggerType
-
- com.vidispine.generated.NotificationJobTriggerType
-
- 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 NotificationJobTriggerType 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 NotificationJobTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationJobTriggerType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType"> <sequence> <choice> <element name="update" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="stop" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="finished" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fail" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="placeholder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="contentFilters" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contentFilter" type="{http://xml.vidispine.com/schema/vidispine}jobNotificationContentFilter" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="filter" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="step" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="jobdata" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="key-regex" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <choice> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value-regex" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationJobTriggerType.ContentFilters
Java class for anonymous complex type.static class
NotificationJobTriggerType.Filter
Java class for anonymous complex type.static class
NotificationJobTriggerType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected NotificationJobTriggerType.ContentFilters
contentFilters
protected String
create
protected String
fail
protected NotificationJobTriggerType.Filter
filter
protected String
finished
protected Boolean
placeholder
protected String
stop
protected String
update
-
Fields inherited from class com.vidispine.generated.NotificationTriggerType
type
-
-
Constructor Summary
Constructors Constructor Description NotificationJobTriggerType()
-
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)
NotificationJobTriggerType.ContentFilters
getContentFilters()
Gets the value of the contentFilters property.String
getCreate()
Gets the value of the create property.String
getFail()
Gets the value of the fail property.NotificationJobTriggerType.Filter
getFilter()
Gets the value of the filter property.String
getFinished()
Gets the value of the finished property.String
getStop()
Gets the value of the stop property.String
getUpdate()
Gets the value of the update property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isPlaceholder()
Gets the value of the placeholder property.boolean
isSetContentFilters()
boolean
isSetCreate()
boolean
isSetFail()
boolean
isSetFilter()
boolean
isSetFinished()
boolean
isSetPlaceholder()
boolean
isSetStop()
boolean
isSetUpdate()
void
setContentFilters(NotificationJobTriggerType.ContentFilters value)
Sets the value of the contentFilters property.void
setCreate(String value)
Sets the value of the create property.void
setFail(String value)
Sets the value of the fail property.void
setFilter(NotificationJobTriggerType.Filter value)
Sets the value of the filter property.void
setFinished(String value)
Sets the value of the finished property.void
setPlaceholder(Boolean value)
Sets the value of the placeholder property.void
setStop(String value)
Sets the value of the stop property.void
setUpdate(String value)
Sets the value of the update property.NotificationJobTriggerType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationJobTriggerType
withContentFilters(NotificationJobTriggerType.ContentFilters value)
NotificationJobTriggerType
withCreate(String value)
NotificationJobTriggerType
withFail(String value)
NotificationJobTriggerType
withFilter(NotificationJobTriggerType.Filter value)
NotificationJobTriggerType
withFinished(String value)
NotificationJobTriggerType
withPlaceholder(Boolean value)
NotificationJobTriggerType
withStop(String value)
NotificationJobTriggerType
withType(String value)
NotificationJobTriggerType
withUpdate(String value)
-
Methods inherited from class com.vidispine.generated.NotificationTriggerType
getType, isSetType, setType
-
-
-
-
Field Detail
-
update
protected String update
-
stop
protected String stop
-
finished
protected String finished
-
fail
protected String fail
-
create
protected String create
-
placeholder
protected Boolean placeholder
-
contentFilters
protected NotificationJobTriggerType.ContentFilters contentFilters
-
filter
protected NotificationJobTriggerType.Filter filter
-
-
Method Detail
-
getUpdate
public String getUpdate()
Gets the value of the update property.- Returns:
- possible object is
String
-
setUpdate
public void setUpdate(String value)
Sets the value of the update property.- Parameters:
value
- allowed object isString
-
isSetUpdate
public boolean isSetUpdate()
-
getStop
public String getStop()
Gets the value of the stop property.- Returns:
- possible object is
String
-
setStop
public void setStop(String value)
Sets the value of the stop property.- Parameters:
value
- allowed object isString
-
isSetStop
public boolean isSetStop()
-
getFinished
public String getFinished()
Gets the value of the finished property.- Returns:
- possible object is
String
-
setFinished
public void setFinished(String value)
Sets the value of the finished property.- Parameters:
value
- allowed object isString
-
isSetFinished
public boolean isSetFinished()
-
getFail
public String getFail()
Gets the value of the fail property.- Returns:
- possible object is
String
-
setFail
public void setFail(String value)
Sets the value of the fail property.- Parameters:
value
- allowed object isString
-
isSetFail
public boolean isSetFail()
-
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()
-
isPlaceholder
public Boolean isPlaceholder()
Gets the value of the placeholder property.- Returns:
- possible object is
Boolean
-
setPlaceholder
public void setPlaceholder(Boolean value)
Sets the value of the placeholder property.- Parameters:
value
- allowed object isBoolean
-
isSetPlaceholder
public boolean isSetPlaceholder()
-
getContentFilters
public NotificationJobTriggerType.ContentFilters getContentFilters()
Gets the value of the contentFilters property.- Returns:
- possible object is
NotificationJobTriggerType.ContentFilters
-
setContentFilters
public void setContentFilters(NotificationJobTriggerType.ContentFilters value)
Sets the value of the contentFilters property.- Parameters:
value
- allowed object isNotificationJobTriggerType.ContentFilters
-
isSetContentFilters
public boolean isSetContentFilters()
-
getFilter
public NotificationJobTriggerType.Filter getFilter()
Gets the value of the filter property.- Returns:
- possible object is
NotificationJobTriggerType.Filter
-
setFilter
public void setFilter(NotificationJobTriggerType.Filter value)
Sets the value of the filter property.- Parameters:
value
- allowed object isNotificationJobTriggerType.Filter
-
isSetFilter
public boolean isSetFilter()
-
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
-
withUpdate
public NotificationJobTriggerType withUpdate(String value)
-
withStop
public NotificationJobTriggerType withStop(String value)
-
withFinished
public NotificationJobTriggerType withFinished(String value)
-
withFail
public NotificationJobTriggerType withFail(String value)
-
withCreate
public NotificationJobTriggerType withCreate(String value)
-
withPlaceholder
public NotificationJobTriggerType withPlaceholder(Boolean value)
-
withContentFilters
public NotificationJobTriggerType withContentFilters(NotificationJobTriggerType.ContentFilters value)
-
withFilter
public NotificationJobTriggerType withFilter(NotificationJobTriggerType.Filter value)
-
withType
public NotificationJobTriggerType 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 NotificationJobTriggerType 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
-
-