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

e.redmine-java-api.1.7.0.source-code.mapping_categories_list.xml Maven / Gradle / Ivy

Go to download

Free open-source Java API for Redmine and Chiliproject bug/task management systems.

There is a newer version: 1.10.0
Show newest version
<?xml version="1.0"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
        "http://castor.org/mapping.dtd">
<mapping>
    <description>Redmine XML -> Java API binding.</description>

    <class name="org.redmine.ta.beans.IssueCategory">
        <map-to xml="issue_category"/>

        <field name="id" type="integer">
            <bind-xml name="id" node="element"/>
        </field>
        <field name="name" type="string">
            <bind-xml name="name" node="element"/>
        </field>
        <field name="project" type="org.redmine.ta.beans.Project">
            <bind-xml name="project"/>
        </field>
        <field name="assignee" type="org.redmine.ta.beans.User">
            <bind-xml name="assigned_to"/>
        </field>
    </class>

    <class name="org.redmine.ta.beans.Project">
        <field name="id" type="integer">
            <bind-xml name="id" node="attribute"/>
        </field>
        <field name="name" type="string">
            <bind-xml name="name" node="attribute"/>
        </field>
        <field name="identifier" type="string">
            <bind-xml name="identifier" node="attribute"/>
        </field>
    </class>

    <class name="org.redmine.ta.beans.User">
        <field name="id" type="integer">
            <bind-xml name="id" node="attribute"/>
        </field>
        <field name="fullName" type="string">
            <bind-xml name="name" node="attribute"/>
        </field>
    </class>
</mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy