Package com.vidispine.generated
Class NotificationHttpActionType
- java.lang.Object
-
- com.vidispine.generated.NotificationActionType
-
- com.vidispine.generated.NotificationHttpActionType
-
- 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 NotificationHttpActionType 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 NotificationHttpActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationHttpActionType"> <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="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationHttpActionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
contentType
protected String
method
protected String
timeout
protected String
url
-
Fields inherited from class com.vidispine.generated.NotificationActionType
extradata, group, retry, synchronous
-
-
Constructor Summary
Constructors Constructor Description NotificationHttpActionType()
-
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
getContentType()
Gets the value of the contentType property.String
getMethod()
Gets the value of the method property.String
getTimeout()
Gets the value of the timeout property.String
getUrl()
Gets the value of the url property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetContentType()
boolean
isSetMethod()
boolean
isSetTimeout()
boolean
isSetUrl()
void
setContentType(String value)
Sets the value of the contentType property.void
setMethod(String value)
Sets the value of the method property.void
setTimeout(String value)
Sets the value of the timeout property.void
setUrl(String value)
Sets the value of the url property.NotificationHttpActionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationHttpActionType
withContentType(String value)
NotificationHttpActionType
withExtradata(String value)
NotificationHttpActionType
withGroup(String value)
NotificationHttpActionType
withMethod(String value)
NotificationHttpActionType
withRetry(BigInteger value)
NotificationHttpActionType
withSynchronous(boolean value)
NotificationHttpActionType
withTimeout(String value)
NotificationHttpActionType
withUrl(String 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()
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
isSetUrl
public boolean isSetUrl()
-
getMethod
public String getMethod()
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
public void setMethod(String value)
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
isSetMethod
public boolean isSetMethod()
-
getTimeout
public String getTimeout()
Gets the value of the timeout property.- Returns:
- possible object is
String
-
setTimeout
public void setTimeout(String value)
Sets the value of the timeout property.- Parameters:
value
- allowed object isString
-
isSetTimeout
public boolean isSetTimeout()
-
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 NotificationHttpActionType withContentType(String value)
-
withUrl
public NotificationHttpActionType withUrl(String value)
-
withMethod
public NotificationHttpActionType withMethod(String value)
-
withTimeout
public NotificationHttpActionType withTimeout(String value)
-
withExtradata
public NotificationHttpActionType withExtradata(String value)
- Overrides:
withExtradata
in classNotificationActionType
-
withRetry
public NotificationHttpActionType withRetry(BigInteger value)
- Overrides:
withRetry
in classNotificationActionType
-
withSynchronous
public NotificationHttpActionType withSynchronous(boolean value)
- Overrides:
withSynchronous
in classNotificationActionType
-
withGroup
public NotificationHttpActionType 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 NotificationHttpActionType 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
-
-