nl.vpro.domain.media.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-domain Show documentation
Show all versions of media-domain Show documentation
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.
/**
* This package basically contains the full media domain objects. The most central class here is {@link nl.vpro.domain.media.MediaObject}
*/
@jakarta.xml.bind.annotation.XmlSchema(namespace = Xmlns.MEDIA_NAMESPACE,
xmlns=
{
@XmlNs(prefix = "", namespaceURI = Xmlns.MEDIA_NAMESPACE),
@XmlNs(prefix = "shared", namespaceURI = Xmlns.SHARED_NAMESPACE)
},
elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED,
attributeFormDefault = jakarta.xml.bind.annotation.XmlNsForm.UNQUALIFIED
)
package nl.vpro.domain.media;
import jakarta.xml.bind.annotation.XmlNs;
import nl.vpro.domain.Xmlns;