@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 |
_Alias_QNAME |
static QName |
_Amount_QNAME |
static QName |
_BinaryObject_QNAME |
static QName |
_Code_QNAME |
static QName |
_Date_QNAME |
static QName |
_DateTime_QNAME |
static QName |
_Description_QNAME |
static QName |
_DurationMeasure_QNAME |
static QName |
_EndDate_QNAME |
static QName |
_EndPoint_QNAME |
static QName |
_EndTime_QNAME |
static QName |
_Id_QNAME |
static QName |
_Indicator_QNAME |
static QName |
_Iri_QNAME |
static QName |
_Measure_QNAME |
static QName |
_Name_QNAME |
static QName |
_Numeric_QNAME |
static QName |
_QName_QNAME |
static QName |
_Quantity_QNAME |
static QName |
_RefID_QNAME |
static QName |
_StartDate_QNAME |
static QName |
_StartTime_QNAME |
static QName |
_Text_QNAME |
static QName |
_Time_QNAME |
static QName |
_Title_QNAME |
static QName |
_Type_QNAME |
static QName |
_Uri_QNAME |
static QName |
_Uuid_QNAME |
static QName |
_VersionInfo_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.cbc
|
public static final QName _Alias_QNAME
public static final QName _Amount_QNAME
public static final QName _BinaryObject_QNAME
public static final QName _Code_QNAME
public static final QName _Date_QNAME
public static final QName _DateTime_QNAME
public static final QName _Description_QNAME
public static final QName _DurationMeasure_QNAME
public static final QName _EndDate_QNAME
public static final QName _EndPoint_QNAME
public static final QName _EndTime_QNAME
public static final QName _Id_QNAME
public static final QName _Indicator_QNAME
public static final QName _Iri_QNAME
public static final QName _Name_QNAME
public static final QName _QName_QNAME
public static final QName _Measure_QNAME
public static final QName _Numeric_QNAME
public static final QName _Quantity_QNAME
public static final QName _RefID_QNAME
public static final QName _StartDate_QNAME
public static final QName _StartTime_QNAME
public static final QName _Text_QNAME
public static final QName _Title_QNAME
public static final QName _Time_QNAME
public static final QName _Type_QNAME
public static final QName _Uri_QNAME
public static final QName _Uuid_QNAME
public static final QName _VersionInfo_QNAME
public ObjectFactory()
@Nonnull public NameType createNameType()
NameTypenull.@Nonnull public AmountType createAmountType()
AmountTypenull.@Nonnull public BinaryObjectType createBinaryObjectType()
BinaryObjectTypenull.@Nonnull public CodeType createCodeType()
CodeTypenull.@Nonnull public DateType createDateType()
DateTypenull.@Nonnull public DateTimeType createDateTimeType()
DateTimeTypenull.@Nonnull public DescriptionType createDescriptionType()
DescriptionTypenull.@Nonnull public DurationMeasureType createDurationMeasureType()
DurationMeasureTypenull.@Nonnull public EndDateType createEndDateType()
EndDateTypenull.@Nonnull public EndPointType createEndPointType()
EndPointTypenull.@Nonnull public EndTimeType createEndTimeType()
EndTimeTypenull.@Nonnull public IDType createIDType()
IDTypenull.@Nonnull public IndicatorType createIndicatorType()
IndicatorTypenull.@Nonnull public IRIType createIRIType()
IRITypenull.@Nonnull public MeasureType createMeasureType()
MeasureTypenull.@Nonnull public NumericType createNumericType()
NumericTypenull.@Nonnull public QuantityType createQuantityType()
QuantityTypenull.@Nonnull public IDReferenceType createIDReferenceType()
IDReferenceTypenull.@Nonnull public StartDateType createStartDateType()
StartDateTypenull.@Nonnull public StartTimeType createStartTimeType()
StartTimeTypenull.@Nonnull public TextType createTextType()
TextTypenull.@Nonnull public TitleType createTitleType()
TitleTypenull.@Nonnull public TimeType createTimeType()
TimeTypenull.@Nonnull public TypeType createTypeType()
TypeTypenull.@Nonnull public URIType createURIType()
URITypenull.@Nonnull public UUIDType createUUIDType()
UUIDTypenull.@Nonnull public VersionInfoType createVersionInfoType()
VersionInfoTypenull.@Nonnull public AliasType createAliasType()
AliasTypenull.@Nonnull public CopyIndicatorType createCopyIndicatorType()
CopyIndicatorTypenull.@Nonnull public JAXBElement<NameType> createAlias(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@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<BinaryObjectType> createBinaryObject(@Nullable BinaryObjectType value)
value - Java instance representing xml element's value.JAXBElement<BinaryObjectType> 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<DescriptionType> createDescription(@Nullable DescriptionType value)
value - Java instance representing xml element's value.JAXBElement<DescriptionType> The created JAXBElement and never null.@Nonnull public JAXBElement<DurationMeasureType> createDurationMeasure(@Nullable DurationMeasureType value)
value - Java instance representing xml element's value.JAXBElement<DurationMeasureType> The created JAXBElement and never null.@Nonnull public JAXBElement<EndDateType> createEndDate(@Nullable EndDateType value)
value - Java instance representing xml element's value.JAXBElement<EndDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<EndPointType> createEndPoint(@Nullable EndPointType value)
value - Java instance representing xml element's value.JAXBElement<EndPointType> The created JAXBElement and never null.@Nonnull public JAXBElement<EndTimeType> createEndTime(@Nullable EndTimeType value)
value - Java instance representing xml element's value.JAXBElement<EndTimeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createId(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> 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<IRIType> createIri(@Nullable IRIType value)
value - Java instance representing xml element's value.JAXBElement<IRIType> 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<QName> createQName(@Nullable QName value)
value - Java instance representing xml element's value.JAXBElement<QName> 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<NumericType> createNumeric(@Nullable NumericType value)
value - Java instance representing xml element's value.JAXBElement<NumericType> 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<IDReferenceType> createRefID(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<StartDateType> createStartDate(@Nullable StartDateType value)
value - Java instance representing xml element's value.JAXBElement<StartDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<StartTimeType> createStartTime(@Nullable StartTimeType value)
value - Java instance representing xml element's value.JAXBElement<StartTimeType> 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<TitleType> createTitle(@Nullable TitleType value)
value - Java instance representing xml element's value.JAXBElement<TitleType> 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<UUIDType> createUuid(@Nullable UUIDType value)
value - Java instance representing xml element's value.JAXBElement<UUIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<VersionInfoType> createVersionInfo(@Nullable VersionInfoType value)
value - Java instance representing xml element's value.JAXBElement<VersionInfoType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.