public class NotificationJmsActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | Field and Description |
---|---|
protected String |
contentType |
protected String |
password |
protected String |
queue |
protected String |
queueFactory |
protected String |
username |
extradata, 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() |
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.
|
getExtradata, getRetry, isSetExtradata, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setRetry, setSynchronous
protected String contentType
protected String queueFactory
protected String queue
protected String username
protected String password
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
public String getQueueFactory()
String
public void setQueueFactory(String value)
value
- allowed object is
String
public boolean isSetQueueFactory()
public String getQueue()
String
public void setQueue(String value)
value
- allowed object is
String
public boolean isSetQueue()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public Object clone()
clone
in class NotificationActionType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationActionType
public 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.CopyTo
copyTo
in class NotificationActionType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class NotificationActionType
Copyright © 2016. All rights reserved.