Uses of Class
com.vidispine.generated.BeanCallbackType
-
-
Uses of BeanCallbackType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type BeanCallbackType Modifier and Type Field Description protected List<BeanCallbackType>
BeanCallbackListType. callback
Methods in com.vidispine.generated that return BeanCallbackType Modifier and Type Method Description BeanCallbackType
ObjectFactory. createBeanCallbackType()
Create an instance ofBeanCallbackType
BeanCallbackType
BeanCallbackType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BeanCallbackType
BeanCallbackType. withDestinationBean(String value)
BeanCallbackType
BeanCallbackType. withDestinationMethod(String value)
BeanCallbackType
BeanCallbackType. withErrorMessage(String value)
BeanCallbackType
BeanCallbackType. withLastFailure(XMLGregorianCalendar value)
BeanCallbackType
BeanCallbackType. withLastSuccess(XMLGregorianCalendar value)
BeanCallbackType
BeanCallbackType. withSourceBean(String value)
BeanCallbackType
BeanCallbackType. withSourceMethod(String value)
Methods in com.vidispine.generated that return types with arguments of type BeanCallbackType Modifier and Type Method Description javax.xml.bind.JAXBElement<BeanCallbackType>
ObjectFactory. createBeanCallbackDocument(BeanCallbackType value)
List<BeanCallbackType>
BeanCallbackListType. getCallback()
Gets the value of the callback property.Methods in com.vidispine.generated with parameters of type BeanCallbackType Modifier and Type Method Description javax.xml.bind.JAXBElement<BeanCallbackType>
ObjectFactory. createBeanCallbackDocument(BeanCallbackType value)
BeanCallbackListType
BeanCallbackListType. withCallback(BeanCallbackType... values)
Method parameters in com.vidispine.generated with type arguments of type BeanCallbackType Modifier and Type Method Description BeanCallbackListType
BeanCallbackListType. withCallback(Collection<BeanCallbackType> values)
-