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 classNotificationSQSActionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected StringaccessKeyprotected StringcontentTypeprotected Stringendpointprotected StringmessageGroupIdprotected Stringqueueprotected Stringsecret-
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 Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)StringgetAccessKey()Gets the value of the accessKey property.StringgetContentType()Gets the value of the contentType property.StringgetEndpoint()Gets the value of the endpoint property.StringgetMessageGroupId()Gets the value of the messageGroupId property.StringgetQueue()Gets the value of the queue property.StringgetSecret()Gets the value of the secret property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)booleanisSetAccessKey()booleanisSetContentType()booleanisSetEndpoint()booleanisSetMessageGroupId()booleanisSetQueue()booleanisSetSecret()voidsetAccessKey(String value)Sets the value of the accessKey property.voidsetContentType(String value)Sets the value of the contentType property.voidsetEndpoint(String value)Sets the value of the endpoint property.voidsetMessageGroupId(String value)Sets the value of the messageGroupId property.voidsetQueue(String value)Sets the value of the queue property.voidsetSecret(String value)Sets the value of the secret property.NotificationSQSActionTypevisit(com.kscs.util.jaxb.PropertyVisitor _visitor_)NotificationSQSActionTypewithAccessKey(String value)NotificationSQSActionTypewithContentType(String value)NotificationSQSActionTypewithEndpoint(String value)NotificationSQSActionTypewithExtradata(String value)NotificationSQSActionTypewithGroup(String value)NotificationSQSActionTypewithMessageGroupId(String value)NotificationSQSActionTypewithQueue(String value)NotificationSQSActionTypewithRetry(BigInteger value)NotificationSQSActionTypewithSecret(String value)NotificationSQSActionTypewithSynchronous(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:
clonein classNotificationActionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classNotificationActionType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classNotificationActionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein 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:
withExtradatain classNotificationActionType
-
withRetry
public NotificationSQSActionType withRetry(BigInteger value)
- Overrides:
withRetryin classNotificationActionType
-
withSynchronous
public NotificationSQSActionType withSynchronous(boolean value)
- Overrides:
withSynchronousin classNotificationActionType
-
withGroup
public NotificationSQSActionType withGroup(String value)
- Overrides:
withGroupin 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classNotificationActionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classNotificationActionType
-
visit
public NotificationSQSActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visitin classNotificationActionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classNotificationActionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classNotificationActionType
-
-