public class NotificationActionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationActionType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
extradata |
protected String |
group |
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() |
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 |
getExtradata()
Gets the value of the extradata property.
|
String |
getGroup()
Gets the value of the group property.
|
BigInteger |
getRetry()
Gets the value of the retry property.
|
boolean |
isSetExtradata() |
boolean |
isSetGroup() |
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 |
setGroup(String value)
Sets the value of the group property.
|
void |
setRetry(BigInteger value)
Sets the value of the retry property.
|
void |
setSynchronous(boolean value)
Sets the value of the synchronous property.
|
NotificationActionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationActionType |
withExtradata(String value) |
NotificationActionType |
withGroup(String value) |
NotificationActionType |
withRetry(BigInteger value) |
NotificationActionType |
withSynchronous(boolean value) |
protected String extradata
protected BigInteger retry
protected boolean synchronous
protected String group
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 String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic boolean isSetGroup()
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)
public NotificationActionType withGroup(String value)
public 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.Equalspublic NotificationActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.