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

christophedelory.playlist.b4s.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.b4s.WinampXML">
    <map-to xml="WinampXML"/>
    <field name="playlist" set-method="setPlaylist" get-method="getPlaylist" required="true" type="christophedelory.playlist.b4s.Playlist">
      <bind-xml name="playlist" node="element"/>
    </field>
  </class>
  <class name="christophedelory.playlist.b4s.Playlist">
    <map-to xml="playlist"/>
    <field name="numberOfEntries" set-method="setNumberOfEntries" get-method="getNumberOfEntries" type="integer">
      <bind-xml name="num_entries" node="attribute"/>
    </field>
    <field name="label" set-method="setLabel" get-method="getLabel" type="string">
      <bind-xml name="label" node="attribute"/>
    </field>
    <field name="entries" collection="arraylist" set-method="addEntry" get-method="getEntries" type="christophedelory.playlist.b4s.Entry">
      <bind-xml name="entry" node="element"/>
    </field>
  </class>
  <class name="christophedelory.playlist.b4s.Entry">
    <map-to xml="entry"/>
    <field name="playstring" set-method="setPlaystring" get-method="getPlaystring" required="true" type="string">
      <bind-xml name="Playstring" node="attribute"/>
    </field>
    <field name="name" set-method="setName" get-method="getName" type="string">
      <bind-xml name="Name" node="element"/>
    </field>
    <field name="length" set-method="setLength" get-method="getLength" type="java.lang.Integer">
      <bind-xml name="Length" node="element"/>
    </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