@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
| 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.cccev
|
public static final QName _AmountValue_QNAME
public static final QName _Bias_QNAME
public static final QName _CodeValue_QNAME
public static final QName _CopyIndicator_QNAME
public static final QName _ConfidentialityLevel_QNAME
public static final QName _ConformantTo_QNAME
public static final QName _ConstraintOn_QNAME
public static final QName _RepresentsConcept_QNAME
public static final QName _CustomDataType_QNAME
public static final QName _CustomFunction_QNAME
public static final QName _DataSetType_QNAME
public static final QName _DateValue_QNAME
public static final QName _DocumentDescription_QNAME
public static final QName _DocumentType_QNAME
public static final QName _DocumentURI_QNAME
public static final QName _Error_QNAME
public static final QName _IdentifierValue_QNAME
public static final QName _IndicatorValue_QNAME
public static final QName _InEvidenceTypeList_QNAME
public static final QName _PartOf_QNAME
public static final QName _IssueDate_QNAME
public static final QName _IssueTime_QNAME
public static final QName _ValueOf_QNAME
public static final QName _LanguageID_QNAME
public static final QName _LocaleCode_QNAME
public static final QName _MeasureValue_QNAME
public static final QName _NumericValue_QNAME
public static final QName _QuantityValue_QNAME
public static final QName _EvidenceTypology_QNAME
public static final QName _StatusCode_QNAME
public static final QName _SupportsRequirement_QNAME
public static final QName _SupportsConcept_QNAME
public static final QName _TextValue_QNAME
public static final QName _TimeValue_QNAME
public static final QName _UriValue_QNAME
public static final QName _ValueIDRef_QNAME
public static final QName _VersionID_QNAME
public static final QName _Weight_QNAME
public static final QName _WeightingConsiderationDescription_QNAME
public static final QName _WeightingType_QNAME
public static final QName _XPath_QNAME
public static final QName _DerivedFrom_QNAME
public static final QName _Concept_QNAME
public static final QName _Evidence_QNAME
public static final QName _Specifies_QNAME
public static final QName _EvidenceTypeCombinationList_QNAME
public static final QName _Constraint_QNAME
public static final QName _ProvidedBy_QNAME
public static final QName _QualifiedRelation_QNAME
public static final QName _Requirement_QNAME
public static final QName _Value_QNAME
public static final QName _PeriodValue_QNAME
public static final QName _ValidityPeriod_QNAME
public static final QName _SpecifiedIn_QNAME
public static final QName _Concept__QNAME
public static final QName _Constraint__QNAME
public static final QName _Criterion_QNAME
public static final QName _DocumentReference_QNAME
public static final QName _EvidenceTypeList_QNAME
public static final QName _InformationRequirement_QNAME
public static final QName _PeriodValue__QNAME
public static final QName _ReferenceFramework_QNAME
public static final QName _Requirement__QNAME
public static final QName _Value__QNAME
public ObjectFactory()
@Nonnull public CCCEVReferenceFrameworkType createCCCEVReferenceFrameworkType()
CCCEVReferenceFrameworkTypenull.@Nonnull public CCCEVConceptType createCCCEVConceptType()
CCCEVConceptTypenull.@Nonnull public CCCEVEvidenceType createCCCEVEvidenceType()
CCCEVEvidenceTypenull.@Nonnull public CCCEVEvidenceTypeType createCCCEVEvidenceTypeType()
CCCEVEvidenceTypeTypenull.@Nonnull public CCCEVEvidenceTypeListType createCCCEVEvidenceTypeListType()
CCCEVEvidenceTypeListTypenull.@Nonnull public CCCEVConstraintType createCCCEVConstraintType()
CCCEVConstraintTypenull.@Nonnull public CCCEVRequirementType createCCCEVRequirementType()
CCCEVRequirementTypenull.@Nonnull public CCCEVValueType createCCCEVValueType()
CCCEVValueTypenull.@Nonnull public CCCEVCriterionType createCCCEVCriterionType()
CCCEVCriterionTypenull.@Nonnull public CCCEVDocumentReferenceType createCCCEVDocumentReferenceType()
CCCEVDocumentReferenceTypenull.@Nonnull public CCCEVInformationRequirementType createCCCEVInformationRequirementType()
CCCEVInformationRequirementTypenull.@Nonnull public JAXBElement<AmountType> createAmountValue(@Nullable AmountType value)
value - Java instance representing xml element's value.JAXBElement<AmountType> The created JAXBElement and never null.@Nonnull public JAXBElement<NumericType> createBias(@Nullable NumericType value)
value - Java instance representing xml element's value.JAXBElement<NumericType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createCodeValue(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IndicatorType> createCopyIndicator(@Nullable IndicatorType value)
value - Java instance representing xml element's value.JAXBElement<IndicatorType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createConfidentialityLevel(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createConformantTo(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createConstraintOn(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createRepresentsConcept(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createCustomDataType(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createCustomFunction(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createDataSetType(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<DateType> createDateValue(@Nullable DateType value)
value - Java instance representing xml element's value.JAXBElement<DateType> The created JAXBElement and never null.@Nonnull public JAXBElement<DescriptionType> createDocumentDescription(@Nullable DescriptionType value)
value - Java instance representing xml element's value.JAXBElement<DescriptionType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createDocumentType(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createDocumentURI(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createError(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createIdentifierValue(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<IndicatorType> createIndicatorValue(@Nullable IndicatorType value)
value - Java instance representing xml element's value.JAXBElement<IndicatorType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createInEvidenceTypeList(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createPartOf(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<DateType> createIssueDate(@Nullable DateType value)
value - Java instance representing xml element's value.JAXBElement<DateType> The created JAXBElement and never null.@Nonnull public JAXBElement<TimeType> createIssueTime(@Nullable TimeType value)
value - Java instance representing xml element's value.JAXBElement<TimeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createValueOf(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createLanguageID(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createLocaleCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<MeasureType> createMeasureValue(@Nullable MeasureType value)
value - Java instance representing xml element's value.JAXBElement<MeasureType> The created JAXBElement and never null.@Nonnull public JAXBElement<NumericType> createNumericValue(@Nullable NumericType value)
value - Java instance representing xml element's value.JAXBElement<NumericType> The created JAXBElement and never null.@Nonnull public JAXBElement<QuantityType> createQuantityValue(@Nullable QuantityType value)
value - Java instance representing xml element's value.JAXBElement<QuantityType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createEvidenceTypology(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createStatusCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createSupportsRequirement(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createSupportsConcept(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createTextValue(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TimeType> createTimeValue(@Nullable TimeType value)
value - Java instance representing xml element's value.JAXBElement<TimeType> The created JAXBElement and never null.@Nonnull public JAXBElement<URIType> createUriValue(@Nullable URIType value)
value - Java instance representing xml element's value.JAXBElement<URIType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createValueIDRef(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createVersionID(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<NumericType> createWeight(@Nullable NumericType value)
value - Java instance representing xml element's value.JAXBElement<NumericType> The created JAXBElement and never null.@Nonnull public JAXBElement<DescriptionType> createWeightingConsiderationDescription(@Nullable DescriptionType value)
value - Java instance representing xml element's value.JAXBElement<DescriptionType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createWeightingType(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createXPath(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVReferenceFrameworkType> createDerivedFrom(@Nullable CCCEVReferenceFrameworkType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVReferenceFrameworkType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVConceptType> createConcept(@Nullable CCCEVConceptType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVConceptType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVEvidenceType> createEvidence(@Nullable CCCEVEvidenceType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVEvidenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVEvidenceTypeType> createSpecifies(@Nullable CCCEVEvidenceTypeType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVEvidenceTypeType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVEvidenceTypeListType> createEvidenceTypeCombinationList(@Nullable CCCEVEvidenceTypeListType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVEvidenceTypeListType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVConstraintType> createConstraint(@Nullable CCCEVConstraintType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVConstraintType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDReferenceType> createProvidedBy(@Nullable IDReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IDReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPRelationshipType> createQualifiedRelation(@Nullable DCatAPRelationshipType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPRelationshipType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVRequirementType> createRequirement(@Nullable CCCEVRequirementType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVRequirementType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVValueType> createValue(@Nullable CCCEVValueType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVValueType> The created JAXBElement and never null.@Nonnull public JAXBElement<PeriodType> createPeriodValue(@Nullable PeriodType value)
value - Java instance representing xml element's value.JAXBElement<PeriodType> The created JAXBElement and never null.@Nonnull public JAXBElement<PeriodType> createValidityPeriod(@Nullable PeriodType value)
value - Java instance representing xml element's value.JAXBElement<PeriodType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVConceptType> createSpecifiedIn(@Nullable CCCEVConceptType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVConceptType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVConceptType> createConcept_(@Nullable CCCEVConceptType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVConceptType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVConstraintType> createConstraint_(@Nullable CCCEVConstraintType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVConstraintType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVCriterionType> createCriterion(@Nullable CCCEVCriterionType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVCriterionType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVDocumentReferenceType> createDocumentReference(@Nullable CCCEVDocumentReferenceType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVDocumentReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVEvidenceTypeListType> createEvidenceTypeList(@Nullable CCCEVEvidenceTypeListType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVEvidenceTypeListType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVInformationRequirementType> createInformationRequirement(@Nullable CCCEVInformationRequirementType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVInformationRequirementType> The created JAXBElement and never null.@Nonnull public JAXBElement<PeriodType> createPeriodValue_(@Nullable PeriodType value)
value - Java instance representing xml element's value.JAXBElement<PeriodType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVReferenceFrameworkType> createReferenceFramework(@Nullable CCCEVReferenceFrameworkType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVReferenceFrameworkType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVRequirementType> createRequirement_(@Nullable CCCEVRequirementType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVRequirementType> The created JAXBElement and never null.@Nonnull public JAXBElement<CCCEVValueType> createValue_(@Nullable CCCEVValueType value)
value - Java instance representing xml element's value.JAXBElement<CCCEVValueType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.