@CodingStyleguideUnaware public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
_ExpressionOfInterestResponse_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.specification.ubl.schema.xsd.expressionofinterestresponse_22
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ExpressionOfInterestResponseType> |
createExpressionOfInterestResponse(ExpressionOfInterestResponseType value)
|
ExpressionOfInterestResponseType |
createExpressionOfInterestResponseType()
Create an instance of
ExpressionOfInterestResponseType |
public static final QName _ExpressionOfInterestResponse_QNAME
public ObjectFactory()
@Nonnull public ExpressionOfInterestResponseType createExpressionOfInterestResponseType()
ExpressionOfInterestResponseType@Nonnull public JAXBElement<ExpressionOfInterestResponseType> createExpressionOfInterestResponse(@Nullable ExpressionOfInterestResponseType value)
value - Java instance representing xml element's value.JAXBElement<ExpressionOfInterestResponseType> The created JAXBElement and never <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.