Package com.vidispine.generated
Class NotificationJmsActionType
- java.lang.Object
-
- com.vidispine.generated.NotificationActionType
-
- com.vidispine.generated.NotificationJmsActionType
-
- 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 NotificationJmsActionType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationJmsActionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
contentType
protected String
password
protected String
queue
protected String
queueFactory
protected String
username
-
Fields inherited from class com.vidispine.generated.NotificationActionType
extradata, group, retry, synchronous
-
-
Constructor Summary
Constructors Constructor Description NotificationJmsActionType()
-
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
getContentType()
Gets the value of the contentType property.String
getPassword()
Gets the value of the password property.String
getQueue()
Gets the value of the queue property.String
getQueueFactory()
Gets the value of the queueFactory property.String
getUsername()
Gets the value of the username property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetContentType()
boolean
isSetPassword()
boolean
isSetQueue()
boolean
isSetQueueFactory()
boolean
isSetUsername()
void
setContentType(String value)
Sets the value of the contentType property.void
setPassword(String value)
Sets the value of the password property.void
setQueue(String value)
Sets the value of the queue property.void
setQueueFactory(String value)
Sets the value of the queueFactory property.void
setUsername(String value)
Sets the value of the username property.NotificationJmsActionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationJmsActionType
withContentType(String value)
NotificationJmsActionType
withExtradata(String value)
NotificationJmsActionType
withGroup(String value)
NotificationJmsActionType
withPassword(String value)
NotificationJmsActionType
withQueue(String value)
NotificationJmsActionType
withQueueFactory(String value)
NotificationJmsActionType
withRetry(BigInteger value)
NotificationJmsActionType
withSynchronous(boolean value)
NotificationJmsActionType
withUsername(String value)
-
Methods inherited from class com.vidispine.generated.NotificationActionType
getExtradata, getGroup, getRetry, isSetExtradata, isSetGroup, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setGroup, setRetry, setSynchronous
-
-
-
-
Method Detail
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
isSetPassword
public boolean isSetPassword()
-
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
-
withContentType
public NotificationJmsActionType withContentType(String value)
-
withQueueFactory
public NotificationJmsActionType withQueueFactory(String value)
-
withQueue
public NotificationJmsActionType withQueue(String value)
-
withUsername
public NotificationJmsActionType withUsername(String value)
-
withPassword
public NotificationJmsActionType withPassword(String value)
-
withExtradata
public NotificationJmsActionType withExtradata(String value)
- Overrides:
withExtradata
in classNotificationActionType
-
withRetry
public NotificationJmsActionType withRetry(BigInteger value)
- Overrides:
withRetry
in classNotificationActionType
-
withSynchronous
public NotificationJmsActionType withSynchronous(boolean value)
- Overrides:
withSynchronous
in classNotificationActionType
-
withGroup
public NotificationJmsActionType 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 NotificationJmsActionType 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
-
-