Modifier and Type | Field and Description |
---|---|
protected List<ErrorLogType> |
ErrorLogListType.errorLog |
Modifier and Type | Method and Description |
---|---|
ErrorLogType |
ObjectFactory.createErrorLogType()
Create an instance of
ErrorLogType |
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) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ErrorLogType> |
ObjectFactory.createErrorLogDocument(ErrorLogType value)
|
List<ErrorLogType> |
ErrorLogListType.getErrorLog()
Gets the value of the errorLog property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ErrorLogType> |
ObjectFactory.createErrorLogDocument(ErrorLogType value)
|
ErrorLogListType |
ErrorLogListType.withErrorLog(ErrorLogType... values) |
Modifier and Type | Method and Description |
---|---|
ErrorLogListType |
ErrorLogListType.withErrorLog(Collection<ErrorLogType> values) |
Copyright © 2017. All rights reserved.