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

e.redmine-java-api.1.5.2.source-code.mapping_queries.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.SavedQuery">
		<map-to xml="query"/>

		<field name="id" type="integer">
			<bind-xml name="id" node="element" />
		</field>
		<field name="projectId" type="integer">
			<bind-xml name="project_id" node="element"  />
		</field>
		<field name="name" type="string">
			<bind-xml name="name" node="element" />
		</field>
		<field name="publicQuery" type="boolean">
			<bind-xml name="is_public" node="element" />
		</field>
	</class>
</mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy