public class BeanCallbackType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for BeanCallbackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BeanCallbackType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sourceBean" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sourceMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destinationBean" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destinationMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastSuccess" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastFailure" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationBean |
protected String |
destinationMethod |
protected String |
errorMessage |
protected XMLGregorianCalendar |
lastFailure |
protected XMLGregorianCalendar |
lastSuccess |
protected String |
sourceBean |
protected String |
sourceMethod |
| Constructor and Description |
|---|
BeanCallbackType() |
| 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 |
getDestinationBean()
Gets the value of the destinationBean property.
|
String |
getDestinationMethod()
Gets the value of the destinationMethod property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
XMLGregorianCalendar |
getLastFailure()
Gets the value of the lastFailure property.
|
XMLGregorianCalendar |
getLastSuccess()
Gets the value of the lastSuccess property.
|
String |
getSourceBean()
Gets the value of the sourceBean property.
|
String |
getSourceMethod()
Gets the value of the sourceMethod property.
|
boolean |
isSetDestinationBean() |
boolean |
isSetDestinationMethod() |
boolean |
isSetErrorMessage() |
boolean |
isSetLastFailure() |
boolean |
isSetLastSuccess() |
boolean |
isSetSourceBean() |
boolean |
isSetSourceMethod() |
void |
setDestinationBean(String value)
Sets the value of the destinationBean property.
|
void |
setDestinationMethod(String value)
Sets the value of the destinationMethod property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setLastFailure(XMLGregorianCalendar value)
Sets the value of the lastFailure property.
|
void |
setLastSuccess(XMLGregorianCalendar value)
Sets the value of the lastSuccess property.
|
void |
setSourceBean(String value)
Sets the value of the sourceBean property.
|
void |
setSourceMethod(String value)
Sets the value of the sourceMethod property.
|
BeanCallbackType |
withDestinationBean(String value) |
BeanCallbackType |
withDestinationMethod(String value) |
BeanCallbackType |
withErrorMessage(String value) |
BeanCallbackType |
withLastFailure(XMLGregorianCalendar value) |
BeanCallbackType |
withLastSuccess(XMLGregorianCalendar value) |
BeanCallbackType |
withSourceBean(String value) |
BeanCallbackType |
withSourceMethod(String value) |
protected String sourceBean
protected String sourceMethod
protected String destinationBean
protected String destinationMethod
protected XMLGregorianCalendar lastSuccess
protected XMLGregorianCalendar lastFailure
protected String errorMessage
public String getSourceBean()
Stringpublic void setSourceBean(String value)
value - allowed object is
Stringpublic boolean isSetSourceBean()
public String getSourceMethod()
Stringpublic void setSourceMethod(String value)
value - allowed object is
Stringpublic boolean isSetSourceMethod()
public String getDestinationBean()
Stringpublic void setDestinationBean(String value)
value - allowed object is
Stringpublic boolean isSetDestinationBean()
public String getDestinationMethod()
Stringpublic void setDestinationMethod(String value)
value - allowed object is
Stringpublic boolean isSetDestinationMethod()
public XMLGregorianCalendar getLastSuccess()
XMLGregorianCalendarpublic void setLastSuccess(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastSuccess()
public XMLGregorianCalendar getLastFailure()
XMLGregorianCalendarpublic void setLastFailure(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastFailure()
public String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic boolean isSetErrorMessage()
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 BeanCallbackType withSourceBean(String value)
public BeanCallbackType withSourceMethod(String value)
public BeanCallbackType withDestinationBean(String value)
public BeanCallbackType withDestinationMethod(String value)
public BeanCallbackType withLastSuccess(XMLGregorianCalendar value)
public BeanCallbackType withLastFailure(XMLGregorianCalendar value)
public BeanCallbackType withErrorMessage(String value)
Copyright © 2015. All rights reserved.