public class NotificationHttpActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected String |
contentType |
protected String |
method |
protected String |
timeout |
protected String |
url |
extradata, retry, synchronous
Constructor and Description |
---|
NotificationHttpActionType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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.
|
getExtradata, getRetry, isSetExtradata, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setRetry, setSynchronous
protected String contentType
protected String url
protected String method
protected String timeout
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public boolean isSetMethod()
public String getTimeout()
String
public void setTimeout(String value)
value
- allowed object is
String
public boolean isSetTimeout()
public Object clone()
clone
in class NotificationActionType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationActionType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationActionType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class NotificationActionType
Copyright © 2015. All rights reserved.