public class NotificationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="action"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="http" type="{http://xml.vidispine.com/schema/vidispine}NotificationHttpActionType"/> <element name="ejb" type="{http://xml.vidispine.com/schema/vidispine}NotificationEjbActionType"/> <element name="jms" type="{http://xml.vidispine.com/schema/vidispine}NotificationJmsActionType"/> <element name="javascript" type="{http://xml.vidispine.com/schema/vidispine}NotificationJavaScriptActionType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="trigger"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="job" type="{http://xml.vidispine.com/schema/vidispine}NotificationJobTriggerType"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}NotificationMetadataTriggerType"/> <element name="item" type="{http://xml.vidispine.com/schema/vidispine}NotificationItemTriggerType"/> <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}NotificationCollectionTriggerType"/> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}NotificationStorageTriggerType"/> <element name="file" type="{http://xml.vidispine.com/schema/vidispine}NotificationFileTriggerType"/> <element name="group" type="{http://xml.vidispine.com/schema/vidispine}NotificationGroupTriggerType"/> <element name="access" type="{http://xml.vidispine.com/schema/vidispine}NotificationAccessTriggerType"/> <element name="shape" type="{http://xml.vidispine.com/schema/vidispine}NotificationShapeTriggerType"/> <element name="quota" type="{http://xml.vidispine.com/schema/vidispine}NotificationQuotaTriggerType"/> </choice> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotificationType.Action
Java class for anonymous complex type.
|
static class |
NotificationType.Trigger
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected NotificationType.Action |
action |
protected NotificationType.Trigger |
trigger |
Constructor and Description |
---|
NotificationType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
NotificationType.Action |
getAction()
Gets the value of the action property.
|
NotificationType.Trigger |
getTrigger()
Gets the value of the trigger property.
|
boolean |
isSetAction() |
boolean |
isSetTrigger() |
void |
setAction(NotificationType.Action value)
Sets the value of the action property.
|
void |
setTrigger(NotificationType.Trigger value)
Sets the value of the trigger property.
|
protected NotificationType.Action action
protected NotificationType.Trigger trigger
public NotificationType.Action getAction()
NotificationType.Action
public void setAction(NotificationType.Action value)
value
- allowed object is
NotificationType.Action
public boolean isSetAction()
public NotificationType.Trigger getTrigger()
NotificationType.Trigger
public void setTrigger(NotificationType.Trigger value)
value
- allowed object is
NotificationType.Trigger
public boolean isSetTrigger()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.