File: binding2a.xml

package info (click to toggle)
libjibx1.2-java 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,260 kB
  • sloc: java: 75,013; xml: 14,068; makefile: 17
file content (14 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Same as binding2, but with children of timetable in reverse order to create
 lots of forward references. -->
<binding forwards="true">
  <include path="binding2-shared.xml"/>
  <mapping name="timetable" class="multiple.TimeTableBean">
    <collection field="m_routes" item-type="multiple.RouteBean"/>
    <structure name="airports">
      <collection field="m_airports" usage="optional"
        item-type="multiple.AirportBean"/>
    </structure>
    <collection name="carriers" field="m_carriers"
      item-type="multiple.CarrierBean"/>
  </mapping>
</binding>