Package com.vidispine.generated
Class NotificationSQSActionType
- java.lang.Object
-
- com.vidispine.generated.NotificationActionType
-
- com.vidispine.generated.NotificationSQSActionType
-
- 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 NotificationSQSActionType 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 NotificationSQSActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationSQSActionType"> <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="endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="queue" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="secret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accessKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="messageGroupId" 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
NotificationSQSActionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
accessKey
protected String
contentType
protected String
endpoint
protected String
messageGroupId
protected String
queue
protected String
secret
-
Fields inherited from class com.vidispine.generated.NotificationActionType
extradata, group, retry, synchronous
-
-
Constructor Summary
Constructors Constructor Description NotificationSQSActionType()
-
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
getAccessKey()
Gets the value of the accessKey property.String
getContentType()
Gets the value of the contentType property.String
getEndpoint()
Gets the value of the endpoint property.String
getMessageGroupId()
Gets the value of the messageGroupId property.String
getQueue()
Gets the value of the queue property.String
getSecret()
Gets the value of the secret property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAccessKey()
boolean
isSetContentType()
boolean
isSetEndpoint()
boolean
isSetMessageGroupId()
boolean
isSetQueue()
boolean
isSetSecret()
void
setAccessKey(String value)
Sets the value of the accessKey property.void
setContentType(String value)
Sets the value of the contentType property.void
setEndpoint(String value)
Sets the value of the endpoint property.void
setMessageGroupId(String value)
Sets the value of the messageGroupId property.void
setQueue(String value)
Sets the value of the queue property.void
setSecret(String value)
Sets the value of the secret property.NotificationSQSActionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationSQSActionType
withAccessKey(String value)
NotificationSQSActionType
withContentType(String value)
NotificationSQSActionType
withEndpoint(String value)
NotificationSQSActionType
withExtradata(String value)
NotificationSQSActionType
withGroup(String value)
NotificationSQSActionType
withMessageGroupId(String value)
NotificationSQSActionType
withQueue(String value)
NotificationSQSActionType
withRetry(BigInteger value)
NotificationSQSActionType
withSecret(String value)
NotificationSQSActionType
withSynchronous(boolean 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()
-
getEndpoint
public String getEndpoint()
Gets the value of the endpoint property.- Returns:
- possible object is
String
-
setEndpoint
public void setEndpoint(String value)
Sets the value of the endpoint property.- Parameters:
value
- allowed object isString
-
isSetEndpoint
public boolean isSetEndpoint()
-
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()
-
getSecret
public String getSecret()
Gets the value of the secret property.- Returns:
- possible object is
String
-
setSecret
public void setSecret(String value)
Sets the value of the secret property.- Parameters:
value
- allowed object isString
-
isSetSecret
public boolean isSetSecret()
-
getAccessKey
public String getAccessKey()
Gets the value of the accessKey property.- Returns:
- possible object is
String
-
setAccessKey
public void setAccessKey(String value)
Sets the value of the accessKey property.- Parameters:
value
- allowed object isString
-
isSetAccessKey
public boolean isSetAccessKey()
-
getMessageGroupId
public String getMessageGroupId()
Gets the value of the messageGroupId property.- Returns:
- possible object is
String
-
setMessageGroupId
public void setMessageGroupId(String value)
Sets the value of the messageGroupId property.- Parameters:
value
- allowed object isString
-
isSetMessageGroupId
public boolean isSetMessageGroupId()
-
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 NotificationSQSActionType withContentType(String value)
-
withEndpoint
public NotificationSQSActionType withEndpoint(String value)
-
withQueue
public NotificationSQSActionType withQueue(String value)
-
withSecret
public NotificationSQSActionType withSecret(String value)
-
withAccessKey
public NotificationSQSActionType withAccessKey(String value)
-
withMessageGroupId
public NotificationSQSActionType withMessageGroupId(String value)
-
withExtradata
public NotificationSQSActionType withExtradata(String value)
- Overrides:
withExtradata
in classNotificationActionType
-
withRetry
public NotificationSQSActionType withRetry(BigInteger value)
- Overrides:
withRetry
in classNotificationActionType
-
withSynchronous
public NotificationSQSActionType withSynchronous(boolean value)
- Overrides:
withSynchronous
in classNotificationActionType
-
withGroup
public NotificationSQSActionType 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 NotificationSQSActionType 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
-
-