@CodingStyleguideUnaware public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_Amount_QNAME |
static QName |
_BinaryObject_QNAME |
static QName |
_Code_QNAME |
static QName |
_Date_QNAME |
static QName |
_DateTime_QNAME |
static QName |
_ID_QNAME |
static QName |
_Identifier_QNAME |
static QName |
_Indicator_QNAME |
static QName |
_Measure_QNAME |
static QName |
_Name_QNAME |
static QName |
_PositiveInteger_QNAME |
static QName |
_Quantity_QNAME |
static QName |
_Text_QNAME |
static QName |
_Time_QNAME |
static QName |
_Type_QNAME |
static QName |
_URI_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.edm.jaxb.cv.dt
|
public static final QName _Amount_QNAME
public static final QName _Code_QNAME
public static final QName _Date_QNAME
public static final QName _DateTime_QNAME
public static final QName _ID_QNAME
public static final QName _Identifier_QNAME
public static final QName _Indicator_QNAME
public static final QName _Name_QNAME
public static final QName _Measure_QNAME
public static final QName _PositiveInteger_QNAME
public static final QName _Quantity_QNAME
public static final QName _Text_QNAME
public static final QName _Time_QNAME
public static final QName _Type_QNAME
public static final QName _URI_QNAME
public static final QName _BinaryObject_QNAME
public ObjectFactory()
@Nonnull public AmountType createAmountType()
AmountTypenull.@Nonnull public CodeType createCodeType()
CodeTypenull.@Nonnull public DateType createDateType()
DateTypenull.@Nonnull public DateTimeType createDateTimeType()
DateTimeTypenull.@Nonnull public IdentifierType createIdentifierType()
IdentifierTypenull.@Nonnull public IndicatorType createIndicatorType()
IndicatorTypenull.@Nonnull public NameType createNameType()
NameTypenull.@Nonnull public MeasureType createMeasureType()
MeasureTypenull.@Nonnull public PositiveIntegerType createPositiveIntegerType()
PositiveIntegerTypenull.@Nonnull public QuantityType createQuantityType()
QuantityTypenull.@Nonnull public TextType createTextType()
TextTypenull.@Nonnull public TimeType createTimeType()
TimeTypenull.@Nonnull public TypeType createTypeType()
TypeTypenull.@Nonnull public URIType createURIType()
URITypenull.@Nonnull public BinaryObjectType createBinaryObjectType()
BinaryObjectTypenull.@Nonnull public NumericType createNumericType()
NumericTypenull.@Nonnull public JAXBElement<AmountType> createAmount(@Nullable AmountType value)
value - Java instance representing xml element's value.JAXBElement<AmountType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<DateType> createDate(@Nullable DateType value)
value - Java instance representing xml element's value.JAXBElement<DateType> The created JAXBElement and never null.@Nonnull public JAXBElement<DateTimeType> createDateTime(@Nullable DateTimeType value)
value - Java instance representing xml element's value.JAXBElement<DateTimeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifierType> createIdentifier(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<IndicatorType> createIndicator(@Nullable IndicatorType value)
value - Java instance representing xml element's value.JAXBElement<IndicatorType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<MeasureType> createMeasure(@Nullable MeasureType value)
value - Java instance representing xml element's value.JAXBElement<MeasureType> The created JAXBElement and never null.@Nonnull public JAXBElement<PositiveIntegerType> createPositiveInteger(@Nullable PositiveIntegerType value)
value - Java instance representing xml element's value.JAXBElement<PositiveIntegerType> The created JAXBElement and never null.@Nonnull public JAXBElement<QuantityType> createQuantity(@Nullable QuantityType value)
value - Java instance representing xml element's value.JAXBElement<QuantityType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createText(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TimeType> createTime(@Nullable TimeType value)
value - Java instance representing xml element's value.JAXBElement<TimeType> The created JAXBElement and never null.@Nonnull public JAXBElement<TypeType> createType(@Nullable TypeType value)
value - Java instance representing xml element's value.JAXBElement<TypeType> The created JAXBElement and never null.@Nonnull public JAXBElement<URIType> createURI(@Nullable URIType value)
value - Java instance representing xml element's value.JAXBElement<URIType> The created JAXBElement and never null.@Nonnull public JAXBElement<BinaryObjectType> createBinaryObject(@Nullable BinaryObjectType value)
value - Java instance representing xml element's value.JAXBElement<BinaryObjectType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.