Uses of Class
eu.de4a.iem.jaxb.common.types.ErrorType
-
Packages that use ErrorType Package Description eu.de4a.iem.jaxb.common.types eu.de4a.iem.xml.de4a -
-
Uses of ErrorType in eu.de4a.iem.jaxb.common.types
Methods in eu.de4a.iem.jaxb.common.types that return ErrorType Modifier and Type Method Description ErrorTypeErrorType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2ErrorTypeObjectFactory. createErrorType()Create an instance ofErrorTypeErrorTypeErrorListType. getErrorAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in eu.de4a.iem.jaxb.common.types that return types with arguments of type ErrorType Modifier and Type Method Description List<ErrorType>ErrorListType. getError()Gets the value of the error property.Methods in eu.de4a.iem.jaxb.common.types with parameters of type ErrorType Modifier and Type Method Description voidErrorListType. addError(ErrorType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidErrorType. cloneTo(ErrorType ret)This method clones all values fromthisto the passed object.Method parameters in eu.de4a.iem.jaxb.common.types with type arguments of type ErrorType Modifier and Type Method Description voidErrorListType. setError(List<ErrorType> aList)Created by ph-jaxb22-plugin -Xph-list-extension -
Uses of ErrorType in eu.de4a.iem.xml.de4a
Methods in eu.de4a.iem.xml.de4a that return ErrorType Modifier and Type Method Description static ErrorTypeDE4AResponseDocumentHelper. createError(String sCode, String sText)Create a singleErrorTypeinstance.
-