Uses of Class
com.vidispine.generated.ErrorLogType
-
-
Uses of ErrorLogType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ErrorLogType Modifier and Type Field Description protected List<ErrorLogType>
ErrorLogListType. errorLog
Methods in com.vidispine.generated that return ErrorLogType Modifier and Type Method Description ErrorLogType
ObjectFactory. createErrorLogType()
Create an instance ofErrorLogType
ErrorLogType
ErrorLogType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ErrorLogType
ErrorLogType. withDescription(String value)
ErrorLogType
ErrorLogType. withEntityId(String value)
ErrorLogType
ErrorLogType. withEntityType(String value)
ErrorLogType
ErrorLogType. withId(Long value)
ErrorLogType
ErrorLogType. withTimestamp(XMLGregorianCalendar value)
ErrorLogType
ErrorLogType. withType(String value)
Methods in com.vidispine.generated that return types with arguments of type ErrorLogType Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorLogType>
ObjectFactory. createErrorLogDocument(ErrorLogType value)
List<ErrorLogType>
ErrorLogListType. getErrorLog()
Gets the value of the errorLog property.Methods in com.vidispine.generated with parameters of type ErrorLogType Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorLogType>
ObjectFactory. createErrorLogDocument(ErrorLogType value)
ErrorLogListType
ErrorLogListType. withErrorLog(ErrorLogType... values)
Method parameters in com.vidispine.generated with type arguments of type ErrorLogType Modifier and Type Method Description ErrorLogListType
ErrorLogListType. withErrorLog(Collection<ErrorLogType> values)
-