public class NotificationActionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="retry" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="synchronous" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
extradata |
protected BigInteger |
retry |
protected boolean |
synchronous |
| Constructor and Description |
|---|
NotificationActionType() |
| 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 |
getExtradata()
Gets the value of the extradata property.
|
BigInteger |
getRetry()
Gets the value of the retry property.
|
boolean |
isSetExtradata() |
boolean |
isSetRetry() |
boolean |
isSetSynchronous() |
boolean |
isSynchronous()
Gets the value of the synchronous property.
|
void |
setExtradata(String value)
Sets the value of the extradata property.
|
void |
setRetry(BigInteger value)
Sets the value of the retry property.
|
void |
setSynchronous(boolean value)
Sets the value of the synchronous property.
|
NotificationActionType |
withExtradata(String value) |
NotificationActionType |
withRetry(BigInteger value) |
NotificationActionType |
withSynchronous(boolean value) |
protected String extradata
protected BigInteger retry
protected boolean synchronous
public String getExtradata()
Stringpublic void setExtradata(String value)
value - allowed object is
Stringpublic boolean isSetExtradata()
public BigInteger getRetry()
BigIntegerpublic void setRetry(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetRetry()
public boolean isSynchronous()
public void setSynchronous(boolean value)
public boolean isSetSynchronous()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic NotificationActionType withExtradata(String value)
public NotificationActionType withRetry(BigInteger value)
public NotificationActionType withSynchronous(boolean value)
Copyright © 2015. All rights reserved.