All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.vpro.domain.media.update.collections.package-info Maven / Gradle / Ivy

Go to download

The basic domain classes for 'media', the core of POMS. Also, the 'update' XML bindings for it. It also contains some closely related domain classes like the enum to contain NICAM kijkwijzer settings.

There is a newer version: 8.3.1
Show newest version
@XmlSchema(
    namespace = "",
    xmlns =
        {
            @XmlNs(prefix = "", namespaceURI = ""),
            @XmlNs(prefix = "update", namespaceURI = Xmlns.UPDATE_NAMESPACE),
            @XmlNs(prefix = "media",  namespaceURI = Xmlns.MEDIA_NAMESPACE),
            @XmlNs(prefix = "shared", namespaceURI = Xmlns.SHARED_NAMESPACE)

        },
    elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED

)
package nl.vpro.domain.media.update.collections;

import jakarta.xml.bind.annotation.XmlNs;
import jakarta.xml.bind.annotation.XmlSchema;

import nl.vpro.domain.Xmlns;
/*
 * XmlCollection does the same as JAXB would do for lists. We use this package info just to define the prefixes for the other namespaces.
 * (MSE-2612)
 */





© 2015 - 2024 Weber Informatics LLC | Privacy Policy