public class NotificationEjbActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationEjbActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationEjbActionType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationActionType"> <sequence> <element name="bean" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotificationEjbActionType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
bean |
protected String |
method |
extradata, group, retry, synchronous
Constructor and Description |
---|
NotificationEjbActionType() |
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() |
String |
getBean()
Gets the value of the bean property.
|
String |
getMethod()
Gets the value of the method property.
|
boolean |
isSetBean() |
boolean |
isSetMethod() |
void |
setBean(String value)
Sets the value of the bean property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
NotificationEjbActionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationEjbActionType |
withBean(String value) |
NotificationEjbActionType |
withExtradata(String value) |
NotificationEjbActionType |
withGroup(String value) |
NotificationEjbActionType |
withMethod(String value) |
NotificationEjbActionType |
withRetry(BigInteger value) |
NotificationEjbActionType |
withSynchronous(boolean value) |
getExtradata, getGroup, getRetry, isSetExtradata, isSetGroup, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setGroup, setRetry, setSynchronous
public String getBean()
String
public void setBean(String value)
value
- allowed object is
String
public boolean isSetBean()
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public boolean isSetMethod()
public Object clone()
clone
in class NotificationActionType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationActionType
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
copyTo
in class NotificationActionType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class NotificationActionType
public NotificationEjbActionType withBean(String value)
public NotificationEjbActionType withMethod(String value)
public NotificationEjbActionType withExtradata(String value)
withExtradata
in class NotificationActionType
public NotificationEjbActionType withRetry(BigInteger value)
withRetry
in class NotificationActionType
public NotificationEjbActionType withSynchronous(boolean value)
withSynchronous
in class NotificationActionType
public NotificationEjbActionType withGroup(String value)
withGroup
in class NotificationActionType
public NotificationEjbActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class NotificationActionType
Copyright © 2017. All rights reserved.