Package com.vidispine.generated
Class NotificationEjbActionType
- java.lang.Object
-
- com.vidispine.generated.NotificationActionType
-
- com.vidispine.generated.NotificationEjbActionType
-
- 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 NotificationEjbActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationEjbActionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
bean
protected List<KeyValuePairType>
data
protected String
method
-
Fields inherited from class com.vidispine.generated.NotificationActionType
extradata, group, retry, synchronous
-
-
Constructor Summary
Constructors Constructor Description NotificationEjbActionType()
-
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)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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(KeyValuePairType... values)
NotificationEjbActionType
withData(Collection<KeyValuePairType> values)
NotificationEjbActionType
withExtradata(String value)
NotificationEjbActionType
withGroup(String value)
NotificationEjbActionType
withMethod(String value)
NotificationEjbActionType
withRetry(BigInteger value)
NotificationEjbActionType
withSynchronous(boolean value)
-
Methods inherited from class com.vidispine.generated.NotificationActionType
getExtradata, getGroup, getRetry, isSetExtradata, isSetGroup, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setGroup, setRetry, setSynchronous
-
-
-
-
Field Detail
-
bean
protected String bean
-
method
protected String method
-
data
protected List<KeyValuePairType> data
-
-
Method Detail
-
getBean
public String getBean()
Gets the value of the bean property.- Returns:
- possible object is
String
-
setBean
public void setBean(String value)
Sets the value of the bean property.- Parameters:
value
- allowed object isString
-
isSetBean
public boolean isSetBean()
-
getMethod
public String getMethod()
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
public void setMethod(String value)
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
isSetMethod
public boolean isSetMethod()
-
getData
public List<KeyValuePairType> getData()
Gets the value of the data property.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
-
isSetData
public boolean isSetData()
-
unsetData
public void unsetData()
-
clone
public Object clone()
- Overrides:
clone
in classNotificationActionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classNotificationActionType
-
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 classNotificationActionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classNotificationActionType
-
withBean
public NotificationEjbActionType withBean(String value)
-
withMethod
public NotificationEjbActionType withMethod(String value)
-
withData
public NotificationEjbActionType withData(KeyValuePairType... values)
-
withData
public NotificationEjbActionType withData(Collection<KeyValuePairType> values)
-
withExtradata
public NotificationEjbActionType withExtradata(String value)
- Overrides:
withExtradata
in classNotificationActionType
-
withRetry
public NotificationEjbActionType withRetry(BigInteger value)
- Overrides:
withRetry
in classNotificationActionType
-
withSynchronous
public NotificationEjbActionType withSynchronous(boolean value)
- Overrides:
withSynchronous
in classNotificationActionType
-
withGroup
public NotificationEjbActionType withGroup(String value)
- Overrides:
withGroup
in classNotificationActionType
-
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 classNotificationActionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classNotificationActionType
-
visit
public NotificationEjbActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classNotificationActionType
-
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 classNotificationActionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classNotificationActionType
-
-