@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 |
_AccessService_QNAME |
static QName |
_AccessURL_QNAME |
static QName |
_Availability_QNAME |
static QName |
_ByteSize_QNAME |
static QName |
_CatalogRecord_QNAME |
static QName |
_CompressedFormat_QNAME |
static QName |
_ContactPoint_QNAME |
static QName |
_Dataset_QNAME |
static QName |
_DatasetService_QNAME |
static QName |
_Distribution__QNAME |
static QName |
_Distribution_QNAME |
static QName |
_DownloadURL_QNAME |
static QName |
_EndpointDescription_QNAME |
static QName |
_EndpointURL_QNAME |
static QName |
_HadRole_QNAME |
static QName |
_Keyword_QNAME |
static QName |
_LandingPage_QNAME |
static QName |
_MediaType_QNAME |
static QName |
_PackageFormat_QNAME |
static QName |
_QualifiedRelation_QNAME |
static QName |
_Relationship_QNAME |
static QName |
_Role_QNAME |
static QName |
_ServesDataset_QNAME |
static QName |
_SpatialResolutionInMeters_QNAME |
static QName |
_TemporalResolution_QNAME |
static QName |
_Theme_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.dcatap
|
public static final QName _AccessURL_QNAME
public static final QName _ByteSize_QNAME
public static final QName _DownloadURL_QNAME
public static final QName _EndpointURL_QNAME
public static final QName _EndpointDescription_QNAME
public static final QName _HadRole_QNAME
public static final QName _SpatialResolutionInMeters_QNAME
public static final QName _TemporalResolution_QNAME
public static final QName _AccessService_QNAME
public static final QName _Availability_QNAME
public static final QName _CompressedFormat_QNAME
public static final QName _ContactPoint_QNAME
public static final QName _Distribution_QNAME
public static final QName _Keyword_QNAME
public static final QName _LandingPage_QNAME
public static final QName _MediaType_QNAME
public static final QName _PackageFormat_QNAME
public static final QName _QualifiedRelation_QNAME
public static final QName _ServesDataset_QNAME
public static final QName _Theme_QNAME
public static final QName _CatalogRecord_QNAME
public static final QName _Dataset_QNAME
public static final QName _Distribution__QNAME
public static final QName _DatasetService_QNAME
public static final QName _Relationship_QNAME
public static final QName _Role_QNAME
public ObjectFactory()
@Nonnull public DCatAPCatalogRecordType createDCatAPCatalogRecordType()
DCatAPCatalogRecordTypenull.@Nonnull public DCatAPDistributionType createDCatAPDistributionType()
DCatAPDistributionTypenull.@Nonnull public DCatAPRoleType createDCatAPRoleType()
DCatAPRoleTypenull.@Nonnull public DCatAPDataServiceType createDCatAPDataServiceType()
DCatAPDataServiceTypenull.@Nonnull public DCatAPRelationshipType createDCatAPRelationshipType()
DCatAPRelationshipTypenull.@Nonnull public DCatAPDatasetType createDCatAPDatasetType()
DCatAPDatasetTypenull.@Nonnull public DCatAPCatalogRecordType.CatalogRecord createDCatAPCatalogRecordTypeCatalogRecord()
DCatAPCatalogRecordType.CatalogRecordnull.@Nonnull public JAXBElement<String> createAccessURL(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<BigDecimal> createByteSize(@Nullable BigDecimal value)
value - Java instance representing xml element's value.JAXBElement<BigDecimal> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createDownloadURL(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createEndpointURL(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createEndpointDescription(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPRoleType> createHadRole(@Nullable DCatAPRoleType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPRoleType> The created JAXBElement and never null.@Nonnull public JAXBElement<BigDecimal> createSpatialResolutionInMeters(@Nullable BigDecimal value)
value - Java instance representing xml element's value.JAXBElement<BigDecimal> The created JAXBElement and never null.@Nonnull public JAXBElement<Duration> createTemporalResolution(@Nullable Duration value)
value - Java instance representing xml element's value.JAXBElement<Duration> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPDataServiceType> createAccessService(@Nullable DCatAPDataServiceType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPDataServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<ConceptType> createAvailability(@Nullable ConceptType value)
value - Java instance representing xml element's value.JAXBElement<ConceptType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCMediaType> createCompressedFormat(@Nullable DCMediaType value)
value - Java instance representing xml element's value.JAXBElement<DCMediaType> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createContactPoint(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPDistributionType> createDistribution(@Nullable DCatAPDistributionType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPDistributionType> The created JAXBElement and never null.@Nonnull public JAXBElement<PlainLiteral> createKeyword(@Nullable PlainLiteral value)
value - Java instance representing xml element's value.JAXBElement<PlainLiteral> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafDocumentType> createLandingPage(@Nullable FoafDocumentType value)
value - Java instance representing xml element's value.JAXBElement<FoafDocumentType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCMediaType> createMediaType(@Nullable DCMediaType value)
value - Java instance representing xml element's value.JAXBElement<DCMediaType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCMediaType> createPackageFormat(@Nullable DCMediaType value)
value - Java instance representing xml element's value.JAXBElement<DCMediaType> 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<DCatAPDatasetType> createServesDataset(@Nullable DCatAPDatasetType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPDatasetType> The created JAXBElement and never null.@Nonnull public JAXBElement<ConceptType> createTheme(@Nullable ConceptType value)
value - Java instance representing xml element's value.JAXBElement<ConceptType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPCatalogRecordType> createCatalogRecord(@Nullable DCatAPCatalogRecordType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPCatalogRecordType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPDatasetType> createDataset(@Nullable DCatAPDatasetType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPDatasetType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPDistributionType> createDistribution_(@Nullable DCatAPDistributionType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPDistributionType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPDataServiceType> createDatasetService(@Nullable DCatAPDataServiceType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPDataServiceType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPRelationshipType> createRelationship(@Nullable DCatAPRelationshipType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPRelationshipType> The created JAXBElement and never null.@Nonnull public JAXBElement<DCatAPRoleType> createRole(@Nullable DCatAPRoleType value)
value - Java instance representing xml element's value.JAXBElement<DCatAPRoleType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.