public class NotificationHttpActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
|---|---|
static class |
NotificationHttpActionType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentType |
protected String |
method |
protected String |
timeout |
protected String |
url |
extradata, group, 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() |
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.EqualsStrategy 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.
|
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) |
getExtradata, getGroup, getRetry, isSetExtradata, isSetGroup, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setGroup, setRetry, setSynchronousprotected String contentType
protected String url
protected String method
protected String timeout
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public String getTimeout()
Stringpublic void setTimeout(String value)
value - allowed object is
Stringpublic boolean isSetTimeout()
public Object clone()
clone in class NotificationActionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationActionTypepublic 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.CopyTocopyTo in class NotificationActionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class NotificationActionTypepublic NotificationHttpActionType withContentType(String value)
public NotificationHttpActionType withUrl(String value)
public NotificationHttpActionType withMethod(String value)
public NotificationHttpActionType withTimeout(String value)
public NotificationHttpActionType withExtradata(String value)
withExtradata in class NotificationActionTypepublic NotificationHttpActionType withRetry(BigInteger value)
withRetry in class NotificationActionTypepublic NotificationHttpActionType withSynchronous(boolean value)
withSynchronous in class NotificationActionTypepublic NotificationHttpActionType withGroup(String value)
withGroup in class NotificationActionTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class NotificationActionTypepublic boolean equals(Object object)
equals in class NotificationActionTypepublic NotificationHttpActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class NotificationActionTypeCopyright © 2019. All rights reserved.