File: mybinding.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 (9 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
<binding>
  <mapping name="myelement" class="simple.MyClass">
    <value name="a" get-method="getA" set-method="setA"/>
    <value name="b" get-method="getB" set-method="setB"/>
    <collection name="ints" field="ints">
      <value name="int" type="java.lang.Integer"/>
    </collection>
  </mapping>
</binding>