public class NotificationJmsActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationJmsActionType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentType |
protected String |
password |
protected String |
queue |
protected String |
queueFactory |
protected String |
username |
extradata, group, retry, synchronous| Constructor and Description |
|---|
NotificationJmsActionType() |
| 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 |
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.
|
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) |
getExtradata, getGroup, getRetry, isSetExtradata, isSetGroup, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setGroup, setRetry, setSynchronousprotected String contentType
protected String queueFactory
protected String queue
protected String username
protected String password
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public String getQueueFactory()
Stringpublic void setQueueFactory(String value)
value - allowed object is
Stringpublic boolean isSetQueueFactory()
public String getQueue()
Stringpublic void setQueue(String value)
value - allowed object is
Stringpublic boolean isSetQueue()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
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 NotificationJmsActionType withContentType(String value)
public NotificationJmsActionType withQueueFactory(String value)
public NotificationJmsActionType withQueue(String value)
public NotificationJmsActionType withUsername(String value)
public NotificationJmsActionType withPassword(String value)
public NotificationJmsActionType withExtradata(String value)
withExtradata in class NotificationActionTypepublic NotificationJmsActionType withRetry(BigInteger value)
withRetry in class NotificationActionTypepublic NotificationJmsActionType withSynchronous(boolean value)
withSynchronous in class NotificationActionTypepublic NotificationJmsActionType 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 NotificationJmsActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class NotificationActionTypeCopyright © 2019. All rights reserved.