Package com.vidispine.generated
Class BeanCallbackType
java.lang.Object
com.vidispine.generated.BeanCallbackType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class BeanCallbackType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the destinationBean property.Gets the value of the destinationMethod property.Gets the value of the errorMessage property.Gets the value of the lastFailure property.Gets the value of the lastSuccess property.Gets the value of the sourceBean property.Gets the value of the sourceMethod property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetDestinationBean(String value) Sets the value of the destinationBean property.voidsetDestinationMethod(String value) Sets the value of the destinationMethod property.voidsetErrorMessage(String value) Sets the value of the errorMessage property.voidSets the value of the lastFailure property.voidSets the value of the lastSuccess property.voidsetSourceBean(String value) Sets the value of the sourceBean property.voidsetSourceMethod(String value) Sets the value of the sourceMethod property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDestinationBean(String value) Sets the value of the destinationBean property.withDestinationMethod(String value) Sets the value of the destinationMethod property.withErrorMessage(String value) Sets the value of the errorMessage property.Sets the value of the lastFailure property.Sets the value of the lastSuccess property.withSourceBean(String value) Sets the value of the sourceBean property.withSourceMethod(String value) Sets the value of the sourceMethod property.
-
Field Details
-
sourceBean
-
sourceMethod
-
destinationBean
-
destinationMethod
-
lastSuccess
-
lastFailure
-
errorMessage
-
-
Constructor Details
-
BeanCallbackType
public BeanCallbackType()
-
-
Method Details
-
getSourceBean
Gets the value of the sourceBean property.- Returns:
- possible object is
String
-
setSourceBean
Sets the value of the sourceBean property.- Parameters:
value- allowed object isString
-
isSetSourceBean
public boolean isSetSourceBean() -
getSourceMethod
Gets the value of the sourceMethod property.- Returns:
- possible object is
String
-
setSourceMethod
Sets the value of the sourceMethod property.- Parameters:
value- allowed object isString
-
isSetSourceMethod
public boolean isSetSourceMethod() -
getDestinationBean
Gets the value of the destinationBean property.- Returns:
- possible object is
String
-
setDestinationBean
Sets the value of the destinationBean property.- Parameters:
value- allowed object isString
-
isSetDestinationBean
public boolean isSetDestinationBean() -
getDestinationMethod
Gets the value of the destinationMethod property.- Returns:
- possible object is
String
-
setDestinationMethod
Sets the value of the destinationMethod property.- Parameters:
value- allowed object isString
-
isSetDestinationMethod
public boolean isSetDestinationMethod() -
getLastSuccess
Gets the value of the lastSuccess property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastSuccess
Sets the value of the lastSuccess property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetLastSuccess
public boolean isSetLastSuccess() -
getLastFailure
Gets the value of the lastFailure property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastFailure
Sets the value of the lastFailure property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetLastFailure
public boolean isSetLastFailure() -
getErrorMessage
Gets the value of the errorMessage property.- Returns:
- possible object is
String
-
setErrorMessage
Sets the value of the errorMessage property.- Parameters:
value- allowed object isString
-
isSetErrorMessage
public boolean isSetErrorMessage() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withSourceBean
Sets the value of the sourceBean property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSourceMethod
Sets the value of the sourceMethod property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withDestinationBean
Sets the value of the destinationBean property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withDestinationMethod
Sets the value of the destinationMethod property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLastSuccess
Sets the value of the lastSuccess property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withLastFailure
Sets the value of the lastFailure property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withErrorMessage
Sets the value of the errorMessage property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-