Class NotificationJmsActionType

java.lang.Object
com.vidispine.generated.NotificationActionType
com.vidispine.generated.NotificationJmsActionType
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 NotificationJmsActionType 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 NotificationJmsActionType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="NotificationJmsActionType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationActionType">
       <sequence>
         <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queueFactory" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="queue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • contentType

      protected String contentType
    • queueFactory

      protected String queueFactory
    • queue

      protected String queue
    • username

      protected String username
    • password

      protected String password
  • Constructor Details

    • NotificationJmsActionType

      public NotificationJmsActionType()
  • Method Details

    • getContentType

      public String getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is String
    • setContentType

      public void setContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String
    • isSetContentType

      public boolean isSetContentType()
    • getQueueFactory

      public String getQueueFactory()
      Gets the value of the queueFactory property.
      Returns:
      possible object is String
    • setQueueFactory

      public void setQueueFactory(String value)
      Sets the value of the queueFactory property.
      Parameters:
      value - allowed object is String
    • isSetQueueFactory

      public boolean isSetQueueFactory()
    • getQueue

      public String getQueue()
      Gets the value of the queue property.
      Returns:
      possible object is String
    • setQueue

      public void setQueue(String value)
      Sets the value of the queue property.
      Parameters:
      value - allowed object is String
    • isSetQueue

      public boolean isSetQueue()
    • getUsername

      public String getUsername()
      Gets the value of the username property.
      Returns:
      possible object is String
    • setUsername

      public void setUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
    • isSetUsername

      public boolean isSetUsername()
    • getPassword

      public String getPassword()
      Gets the value of the password property.
      Returns:
      possible object is String
    • setPassword

      public void setPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String
    • isSetPassword

      public boolean isSetPassword()
    • 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
    • withContentType

      public NotificationJmsActionType withContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withQueueFactory

      public NotificationJmsActionType withQueueFactory(String value)
      Sets the value of the queueFactory property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withQueue

      public NotificationJmsActionType withQueue(String value)
      Sets the value of the queue property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUsername

      public NotificationJmsActionType withUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPassword

      public NotificationJmsActionType withPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExtradata

      public NotificationJmsActionType 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 NotificationJmsActionType 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 NotificationJmsActionType 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 NotificationJmsActionType 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 NotificationJmsActionType 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