File: mybinding2.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 (38 lines) | stat: -rw-r--r-- 2,166 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- This adds several types of optional values to the prior test, including the
 bindings for core Java classes, and also tries overriding the default types of
 fields and methods. -->
<binding>
  <mapping name="myelement" class="simple.MyClass2">
    <value name="a" field="a" style="attribute"/>
    <value name="b" field="b" style="attribute" usage="optional"/>
    <value name="c" field="c" style="attribute" usage="optional"/>
    <value name="d" field="d" style="attribute" usage="optional"/>
    <value name="e" field="e" style="attribute" usage="optional" type="java.lang.Integer"/>
    <value name="f" field="f" style="attribute" usage="optional"/>
    <value name="g" get-method="getG" set-method="setG" type="java.lang.Integer"/>
    <structure name="format" field="format1" value-style="attribute" usage="optional">
      <value name="mini" usage="optional" get-method="getMinimumIntegerDigits"
          set-method="setMinimumIntegerDigits"/>
      <value name="maxi" usage="optional" get-method="getMaximumIntegerDigits"
          set-method="setMaximumIntegerDigits"/>
      <value name="minf" usage="optional" get-method="getMinimumFractionDigits"
          set-method="setMinimumFractionDigits"/>
      <value name="maxf" usage="optional" get-method="getMaximumFractionDigits"
          set-method="setMaximumFractionDigits"/>
    </structure>
    <structure name="format" field="format2" usage="optional">
      <value name="mini" usage="optional" get-method="getMinimumIntegerDigits"
          set-method="setMinimumIntegerDigits"/>
      <value name="maxi" usage="optional" get-method="getMaximumIntegerDigits"
          set-method="setMaximumIntegerDigits"/>
      <value name="minf" usage="optional" get-method="getMinimumFractionDigits"
          set-method="setMinimumFractionDigits"/>
      <value name="maxf" usage="optional" get-method="getMaximumFractionDigits"
          set-method="setMaximumFractionDigits"/>
    </structure>
    <collection name="ints" field="ints" type="java.util.ArrayList"
        set-method="setList" usage="optional">
      <value name="int" type="java.lang.Integer"/>
    </collection>
  </mapping>
</binding>