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.
|
protected String extradata
protected BigInteger retry
protected boolean synchronous
public String getExtradata()
String
public void setExtradata(String value)
value
- allowed object is
String
public boolean isSetExtradata()
public BigInteger getRetry()
BigInteger
public void setRetry(BigInteger value)
value
- allowed object is
BigInteger
public 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.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.