@CodingStyleguideUnaware public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
_Amount_QNAME |
static QName |
_AnyURI_QNAME |
static QName |
_BinaryObject_QNAME |
static QName |
_Boolean_QNAME |
static QName |
_Code_QNAME |
static QName |
_Date_QNAME |
static QName |
_DateTime_QNAME |
static QName |
_Decimal_QNAME |
static QName |
_Duration_QNAME |
static QName |
_HexBinary_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.de4a.iem.core.jaxb.cv.dt
|
public static final QName _Amount_QNAME
public static final QName _AnyURI_QNAME
public static final QName _BinaryObject_QNAME
public static final QName _Boolean_QNAME
public static final QName _Code_QNAME
public static final QName _Date_QNAME
public static final QName _DateTime_QNAME
public static final QName _Decimal_QNAME
public static final QName _Duration_QNAME
public static final QName _ID_QNAME
public static final QName _Identifier_QNAME
public static final QName _Indicator_QNAME
public static final QName _HexBinary_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 ObjectFactory()
@Nonnull public AmountType createAmountType()
AmountType@Nonnull public AnyURIType createAnyURIType()
AnyURIType@Nonnull public BinaryObjectType createBinaryObjectType()
BinaryObjectType@Nonnull public BooleanType createBooleanType()
BooleanType@Nonnull public CodeType createCodeType()
CodeType@Nonnull public DateType createDateType()
DateType@Nonnull public DateTimeType createDateTimeType()
DateTimeType@Nonnull public DecimalType createDecimalType()
DecimalType@Nonnull public DurationType createDurationType()
DurationType@Nonnull public IdentifierType createIdentifierType()
IdentifierType@Nonnull public IndicatorType createIndicatorType()
IndicatorType@Nonnull public HexBinaryType createHexBinaryType()
HexBinaryType@Nonnull public NameType createNameType()
NameType@Nonnull public MeasureType createMeasureType()
MeasureType@Nonnull public PositiveIntegerType createPositiveIntegerType()
PositiveIntegerType@Nonnull public QuantityType createQuantityType()
QuantityType@Nonnull public TextType createTextType()
TextType@Nonnull public TimeType createTimeType()
TimeType@Nonnull public TypeType createTypeType()
TypeType@Nonnull public URIType createURIType()
URIType@Nonnull public NumericType createNumericType()
NumericType@Nonnull public JAXBElement<AmountType> createAmount(@Nullable AmountType value)
value - Java instance representing xml element's value.JAXBElement<AmountType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<AnyURIType> createAnyURI(@Nullable AnyURIType value)
value - Java instance representing xml element's value.JAXBElement<AnyURIType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<BinaryObjectType> createBinaryObject(@Nullable BinaryObjectType value)
value - Java instance representing xml element's value.JAXBElement<BinaryObjectType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<BooleanType> createBoolean(@Nullable BooleanType value)
value - Java instance representing xml element's value.JAXBElement<BooleanType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<CodeType> createCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<DateType> createDate(@Nullable DateType value)
value - Java instance representing xml element's value.JAXBElement<DateType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<DateTimeType> createDateTime(@Nullable DateTimeType value)
value - Java instance representing xml element's value.JAXBElement<DateTimeType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<DecimalType> createDecimal(@Nullable DecimalType value)
value - Java instance representing xml element's value.JAXBElement<DecimalType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<DurationType> createDuration(@Nullable DurationType value)
value - Java instance representing xml element's value.JAXBElement<DurationType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<IdentifierType> createID(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<IdentifierType> createIdentifier(@Nullable IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<IndicatorType> createIndicator(@Nullable IndicatorType value)
value - Java instance representing xml element's value.JAXBElement<IndicatorType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<HexBinaryType> createHexBinary(@Nullable HexBinaryType value)
value - Java instance representing xml element's value.JAXBElement<HexBinaryType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<NameType> createName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<MeasureType> createMeasure(@Nullable MeasureType value)
value - Java instance representing xml element's value.JAXBElement<MeasureType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<PositiveIntegerType> createPositiveInteger(@Nullable PositiveIntegerType value)
value - Java instance representing xml element's value.JAXBElement<PositiveIntegerType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<QuantityType> createQuantity(@Nullable QuantityType value)
value - Java instance representing xml element's value.JAXBElement<QuantityType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<TextType> createText(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<TimeType> createTime(@Nullable TimeType value)
value - Java instance representing xml element's value.JAXBElement<TimeType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<TypeType> createType(@Nullable TypeType value)
value - Java instance representing xml element's value.JAXBElement<TypeType> The created JAXBElement and never <code>null</code>.@Nonnull public JAXBElement<URIType> createURI(@Nullable URIType value)
value - Java instance representing xml element's value.JAXBElement<URIType> The created JAXBElement and never <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.