Class NotificationEjbActionType

java.lang.Object
com.vidispine.generated.NotificationActionType
com.vidispine.generated.NotificationEjbActionType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class NotificationEjbActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

  • Constructor Details

    • NotificationEjbActionType

      public NotificationEjbActionType()
  • Method Details

    • 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 is String
    • 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 is String
    • 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

      Returns:
      The value of the data property.
    • isSetData

      public boolean isSetData()
    • unsetData

      public void unsetData()
    • clone

      public Object clone()
      Overrides:
      clone in class NotificationActionType
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class NotificationActionType
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class NotificationActionType
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class NotificationActionType
    • withBean

      public NotificationEjbActionType withBean(String value)
      Sets the value of the bean property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMethod

      public NotificationEjbActionType withMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withData

      public NotificationEjbActionType withData(KeyValuePairType... values)
      Adds objects to the list of Data using add method
      Parameters:
      values - objects to add to the list Data
      Returns:
      The class instance
    • withData

      Adds objects to the list of Data using addAll method
      Parameters:
      values - objects to add to the list Data
      Returns:
      The class instance
    • withExtradata

      public NotificationEjbActionType withExtradata(String value)
      Sets the value of the extradata property.
      Overrides:
      withExtradata in class NotificationActionType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRetry

      public NotificationEjbActionType withRetry(BigInteger value)
      Sets the value of the retry property.
      Overrides:
      withRetry in class NotificationActionType
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withSynchronous

      public NotificationEjbActionType withSynchronous(boolean value)
      Sets the value of the synchronous property.
      Overrides:
      withSynchronous in class NotificationActionType
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withGroup

      public NotificationEjbActionType withGroup(String value)
      Sets the value of the group property.
      Overrides:
      withGroup in class NotificationActionType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class NotificationActionType
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class NotificationActionType
    • visit

      public NotificationEjbActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class NotificationActionType
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class NotificationActionType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NotificationActionType
    • toString

      public String toString()
      Overrides:
      toString in class NotificationActionType
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class NotificationActionType
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class NotificationActionType