Package com.vidispine.generated
Class NotificationType.Action
java.lang.Object
com.vidispine.generated.NotificationType.Action
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
- Enclosing class:
- NotificationType
public static class NotificationType.Action
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="http" type="{http://xml.vidispine.com/schema/vidispine}NotificationHttpActionType"/>
<element name="ejb" type="{http://xml.vidispine.com/schema/vidispine}NotificationEjbActionType"/>
<element name="jms" type="{http://xml.vidispine.com/schema/vidispine}NotificationJmsActionType"/>
<element name="javascript" type="{http://xml.vidispine.com/schema/vidispine}NotificationJavaScriptActionType"/>
<element name="sqs" type="{http://xml.vidispine.com/schema/vidispine}NotificationSQSActionType"/>
<element name="sns" type="{http://xml.vidispine.com/schema/vidispine}NotificationSNSActionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NotificationEjbActionType
protected NotificationHttpActionType
protected NotificationJavaScriptActionType
protected NotificationJmsActionType
protected NotificationSNSActionType
protected NotificationSQSActionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getEjb()
Gets the value of the ejb property.getHttp()
Gets the value of the http property.Gets the value of the javascript property.getJms()
Gets the value of the jms property.getSns()
Gets the value of the sns property.getSqs()
Gets the value of the sqs property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetEjb()
boolean
boolean
boolean
isSetJms()
boolean
isSetSns()
boolean
isSetSqs()
void
setEjb
(NotificationEjbActionType value) Sets the value of the ejb property.void
Sets the value of the http property.void
Sets the value of the javascript property.void
setJms
(NotificationJmsActionType value) Sets the value of the jms property.void
setSns
(NotificationSNSActionType value) Sets the value of the sns property.void
setSqs
(NotificationSQSActionType value) Sets the value of the sqs property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withEjb
(NotificationEjbActionType value) Sets the value of the ejb property.Sets the value of the http property.Sets the value of the javascript property.withJms
(NotificationJmsActionType value) Sets the value of the jms property.withSns
(NotificationSNSActionType value) Sets the value of the sns property.withSqs
(NotificationSQSActionType value) Sets the value of the sqs property.
-
Field Details
-
http
-
ejb
-
jms
-
javascript
-
sqs
-
sns
-
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
getHttp
Gets the value of the http property.- Returns:
- possible object is
NotificationHttpActionType
-
setHttp
Sets the value of the http property.- Parameters:
value
- allowed object isNotificationHttpActionType
-
isSetHttp
public boolean isSetHttp() -
getEjb
Gets the value of the ejb property.- Returns:
- possible object is
NotificationEjbActionType
-
setEjb
Sets the value of the ejb property.- Parameters:
value
- allowed object isNotificationEjbActionType
-
isSetEjb
public boolean isSetEjb() -
getJms
Gets the value of the jms property.- Returns:
- possible object is
NotificationJmsActionType
-
setJms
Sets the value of the jms property.- Parameters:
value
- allowed object isNotificationJmsActionType
-
isSetJms
public boolean isSetJms() -
getJavascript
Gets the value of the javascript property.- Returns:
- possible object is
NotificationJavaScriptActionType
-
setJavascript
Sets the value of the javascript property.- Parameters:
value
- allowed object isNotificationJavaScriptActionType
-
isSetJavascript
public boolean isSetJavascript() -
getSqs
Gets the value of the sqs property.- Returns:
- possible object is
NotificationSQSActionType
-
setSqs
Sets the value of the sqs property.- Parameters:
value
- allowed object isNotificationSQSActionType
-
isSetSqs
public boolean isSetSqs() -
getSns
Gets the value of the sns property.- Returns:
- possible object is
NotificationSNSActionType
-
setSns
Sets the value of the sns property.- Parameters:
value
- allowed object isNotificationSNSActionType
-
isSetSns
public boolean isSetSns() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withHttp
Sets the value of the http property.- Parameters:
value
- allowed object isNotificationHttpActionType
- Returns:
- The class instance
-
withEjb
Sets the value of the ejb property.- Parameters:
value
- allowed object isNotificationEjbActionType
- Returns:
- The class instance
-
withJms
Sets the value of the jms property.- Parameters:
value
- allowed object isNotificationJmsActionType
- Returns:
- The class instance
-
withJavascript
Sets the value of the javascript property.- Parameters:
value
- allowed object isNotificationJavaScriptActionType
- Returns:
- The class instance
-
withSqs
Sets the value of the sqs property.- Parameters:
value
- allowed object isNotificationSQSActionType
- Returns:
- The class instance
-
withSns
Sets the value of the sns property.- Parameters:
value
- allowed object isNotificationSNSActionType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-