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 | Class and Description |
---|---|
static class |
BeanCallbackType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
String
public void setSourceBean(String value)
value
- allowed object is
String
public boolean isSetSourceBean()
public String getSourceMethod()
String
public void setSourceMethod(String value)
value
- allowed object is
String
public boolean isSetSourceMethod()
public String getDestinationBean()
String
public void setDestinationBean(String value)
value
- allowed object is
String
public boolean isSetDestinationBean()
public String getDestinationMethod()
String
public void setDestinationMethod(String value)
value
- allowed object is
String
public boolean isSetDestinationMethod()
public XMLGregorianCalendar getLastSuccess()
XMLGregorianCalendar
public void setLastSuccess(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastSuccess()
public XMLGregorianCalendar getLastFailure()
XMLGregorianCalendar
public void setLastFailure(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastFailure()
public String getErrorMessage()
String
public void setErrorMessage(String value)
value
- allowed object is
String
public boolean isSetErrorMessage()
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
public 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)
public BeanCallbackType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.