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 NotificationEjbActionTypeprotected NotificationHttpActionTypeprotected NotificationJavaScriptActionTypeprotected NotificationJmsActionTypeprotected NotificationSNSActionTypeprotected 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) booleanbooleanequals(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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisSetEjb()booleanbooleanbooleanisSetJms()booleanisSetSns()booleanisSetSqs()voidsetEjb(NotificationEjbActionType value) Sets the value of the ejb property.voidSets the value of the http property.voidSets the value of the javascript property.voidsetJms(NotificationJmsActionType value) Sets the value of the jms property.voidsetSns(NotificationSNSActionType value) Sets the value of the sns property.voidsetSqs(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:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-