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

e.redmine-java-api.1.5.2.source-code.mapping_relations.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. https://code.google.com/p/redmine-java-api</description>

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

		<field name="id" type="integer">
			<bind-xml name="id" node="element" />
		</field>
		<field name="issueId" type="integer">
			<bind-xml name="issue_id" node="element"  />
		</field>
		<field name="issueToId" type="integer">
			<bind-xml name="issue_to_id" node="element"  />
		</field>
		<field name="delay" type="integer">
			<bind-xml name="delay" node="element"  />
		</field>
		<field name="type" type="string">
			<bind-xml name="relation_type" node="element"  />
		</field>
	</class>
</mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy