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

christophedelory.playlist.hypetape.mapping.xml Maven / Gradle / Ivy

Go to download

Multimedia playlist parser, supporting a wide range of playlist file formats.

There is a newer version: 4.1.1
Show newest version
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.codehaus.org/mapping.dtd">

<!--Generated file. Do not edit.-->
<mapping>
  <class name="christophedelory.playlist.hypetape.Track">
    <map-to xml="track"/>
    <field name="id" set-method="setId" get-method="getId" required="true" type="string">
      <bind-xml name="id" node="attribute"/>
    </field>
    <field name="name" set-method="setName" get-method="getName" required="true" type="string">
      <bind-xml name="name" node="attribute"/>
    </field>
    <field name="MP3" set-method="setMP3" get-method="getMP3" required="true" type="string">
      <bind-xml name="mp3" node="attribute"/>
    </field>
  </class>
  <class name="christophedelory.playlist.hypetape.Playlist">
    <map-to xml="playlist"/>
    <field name="tracks" collection="arraylist" set-method="addTrack" get-method="getTracks" type="christophedelory.playlist.hypetape.Track">
      <bind-xml name="track" node="element" location="tracks"/>
    </field>
  </class>
  <!--start merging from source: <undefined merge dir>/class-mappings.xml-->
  <!--to specify aditional class mappings put file "class-mappings.xml" into
                merge directory.
                Define root element as <j:jelly  xmlns:j="jelly:core">-->
  <!--end merging from source: <undefined merge dir>/class-mappings.xml-->
</mapping>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy