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

nl.vpro.domain.i18n.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
/**
 * Contains the translation objects for {@link nl.vpro.domain.media.MediaObject}
 * 

* {@code MediaObject}s are (partially) internationizable. Fields like titles and descriptions are basically in Dutch, but translations can be provided for other languages. */ @jakarta.xml.bind.annotation.XmlSchema(namespace = Xmlns.MEDIA_I18N_NAMESPACE, xmlns= { @XmlNs(prefix = "mediai18n", namespaceURI = Xmlns.MEDIA_I18N_NAMESPACE) }, elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED, attributeFormDefault = jakarta.xml.bind.annotation.XmlNsForm.UNQUALIFIED ) package nl.vpro.domain.i18n; import jakarta.xml.bind.annotation.XmlNs; import nl.vpro.domain.Xmlns;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy