public class NotificationEjbActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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"/>
<element name="data" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationEjbActionType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
bean |
protected List<KeyValuePairType> |
data |
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() |
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) |
String |
getBean()
Gets the value of the bean property.
|
List<KeyValuePairType> |
getData()
Gets the value of the data property.
|
String |
getMethod()
Gets the value of the method property.
|
boolean |
isSetBean() |
boolean |
isSetData() |
boolean |
isSetMethod() |
void |
setBean(String value)
Sets the value of the bean property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
unsetData() |
NotificationEjbActionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationEjbActionType |
withBean(String value) |
NotificationEjbActionType |
withData(Collection<KeyValuePairType> values) |
NotificationEjbActionType |
withData(KeyValuePairType... values) |
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, setSynchronousprotected String bean
protected String method
protected List<KeyValuePairType> data
public String getBean()
Stringpublic void setBean(String value)
value - allowed object is
Stringpublic boolean isSetBean()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public List<KeyValuePairType> getData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetData()
public void unsetData()
public Object clone()
clone in class NotificationActionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationActionTypepublic 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.CopyTocopyTo in class NotificationActionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class NotificationActionTypepublic NotificationEjbActionType withBean(String value)
public NotificationEjbActionType withMethod(String value)
public NotificationEjbActionType withData(KeyValuePairType... values)
public NotificationEjbActionType withData(Collection<KeyValuePairType> values)
public NotificationEjbActionType withExtradata(String value)
withExtradata in class NotificationActionTypepublic NotificationEjbActionType withRetry(BigInteger value)
withRetry in class NotificationActionTypepublic NotificationEjbActionType withSynchronous(boolean value)
withSynchronous in class NotificationActionTypepublic NotificationEjbActionType withGroup(String value)
withGroup in class NotificationActionTypepublic 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.Equalsequals in class NotificationActionTypepublic boolean equals(Object object)
equals in class NotificationActionTypepublic NotificationEjbActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class NotificationActionTypeCopyright © 2019. All rights reserved.