@CodingStyleguideUnaware public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
_ResponseMessage_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.de4a.iem.core.jaxb.defresp
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ResponseErrorType> |
createResponseMessage(ResponseErrorType value)
|
public static final QName _ResponseMessage_QNAME
public ObjectFactory()
@Nonnull public JAXBElement<ResponseErrorType> createResponseMessage(@Nullable ResponseErrorType value)
value - Java instance representing xml element's value.JAXBElement<ResponseErrorType> The created JAXBElement and never <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.