e.redmine-java-api.1.10.0.source-code.mapping_relations.xml Maven / Gradle / Ivy
<?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 - 2025 Weber Informatics LLC | Privacy Policy