public static class NotificationType.Action extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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"/> <element name="sqs" type="{http://xml.vidispine.com/schema/vidispine}NotificationSQSActionType"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotificationType.Action.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected NotificationEjbActionType |
ejb |
protected NotificationHttpActionType |
http |
protected NotificationJavaScriptActionType |
javascript |
protected NotificationJmsActionType |
jms |
protected NotificationSQSActionType |
sqs |
Constructor and Description |
---|
Action() |
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() |
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.EqualsStrategy strategy) |
NotificationEjbActionType |
getEjb()
Gets the value of the ejb property.
|
NotificationHttpActionType |
getHttp()
Gets the value of the http property.
|
NotificationJavaScriptActionType |
getJavascript()
Gets the value of the javascript property.
|
NotificationJmsActionType |
getJms()
Gets the value of the jms property.
|
NotificationSQSActionType |
getSqs()
Gets the value of the sqs property.
|
boolean |
isSetEjb() |
boolean |
isSetHttp() |
boolean |
isSetJavascript() |
boolean |
isSetJms() |
boolean |
isSetSqs() |
void |
setEjb(NotificationEjbActionType value)
Sets the value of the ejb property.
|
void |
setHttp(NotificationHttpActionType value)
Sets the value of the http property.
|
void |
setJavascript(NotificationJavaScriptActionType value)
Sets the value of the javascript property.
|
void |
setJms(NotificationJmsActionType value)
Sets the value of the jms property.
|
void |
setSqs(NotificationSQSActionType value)
Sets the value of the sqs property.
|
NotificationType.Action |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationType.Action |
withEjb(NotificationEjbActionType value) |
NotificationType.Action |
withHttp(NotificationHttpActionType value) |
NotificationType.Action |
withJavascript(NotificationJavaScriptActionType value) |
NotificationType.Action |
withJms(NotificationJmsActionType value) |
NotificationType.Action |
withSqs(NotificationSQSActionType value) |
protected NotificationHttpActionType http
protected NotificationEjbActionType ejb
protected NotificationJmsActionType jms
protected NotificationJavaScriptActionType javascript
protected NotificationSQSActionType sqs
public NotificationHttpActionType getHttp()
NotificationHttpActionType
public void setHttp(NotificationHttpActionType value)
value
- allowed object is
NotificationHttpActionType
public boolean isSetHttp()
public NotificationEjbActionType getEjb()
NotificationEjbActionType
public void setEjb(NotificationEjbActionType value)
value
- allowed object is
NotificationEjbActionType
public boolean isSetEjb()
public NotificationJmsActionType getJms()
NotificationJmsActionType
public void setJms(NotificationJmsActionType value)
value
- allowed object is
NotificationJmsActionType
public boolean isSetJms()
public NotificationJavaScriptActionType getJavascript()
NotificationJavaScriptActionType
public void setJavascript(NotificationJavaScriptActionType value)
value
- allowed object is
NotificationJavaScriptActionType
public boolean isSetJavascript()
public NotificationSQSActionType getSqs()
NotificationSQSActionType
public void setSqs(NotificationSQSActionType value)
value
- allowed object is
NotificationSQSActionType
public boolean isSetSqs()
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
public NotificationType.Action withHttp(NotificationHttpActionType value)
public NotificationType.Action withEjb(NotificationEjbActionType value)
public NotificationType.Action withJms(NotificationJmsActionType value)
public NotificationType.Action withJavascript(NotificationJavaScriptActionType value)
public NotificationType.Action withSqs(NotificationSQSActionType value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public NotificationType.Action visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.