File: binding.xml

package info (click to toggle)
castor 1.3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 44,976 kB
  • sloc: java: 206,032; xml: 95,088; sql: 14,460; sh: 365; makefile: 10
file content (51 lines) | stat: -rw-r--r-- 1,484 bytes parent folder | download | duplicates (4)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<binding xmlns="http://www.castor.org/SourceGenerator/Binding"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.castor.org/SourceGenerator/Binding binding.xsd"
	defaultBindingType="type">

	<elementBinding name="/Filter/Description">
		<java-class name="Description" >
			<implements>FilterPropertyInterface</implements>
		</java-class>
	</elementBinding>

	<elementBinding name="/Filter/Version">
		<java-class name="Version" >
			<implements>FilterPropertyInterface</implements>
		</java-class>
	</elementBinding>

    <complexTypeBinding name="i5osName">
		<java-class name="I5osName">
			<implements>FilterPropertyInterface</implements>
		</java-class>
	</complexTypeBinding>
	 
	<complexTypeBinding name="filterDate">
		<java-class name="FilterDate">
			<implements>FilterPropertyInterface</implements>
		</java-class>
	</complexTypeBinding>
	

	<complexTypeBinding name="expIndex">
		<java-class name="ExpIndex" >
			<implements>FilterPropertyInterface</implements>
		</java-class>
	</complexTypeBinding>

	<complexTypeBinding name="indexData">
		<java-class name="IndexData" >
			<implements>FilterPropertyInterface</implements>
		</java-class>
	</complexTypeBinding>
	
	<complexTypeBinding name="DftAction">
		<java-class name="DftAction" >
			<implements>FilterPropertyInterface</implements>
		</java-class>
	</complexTypeBinding>
	
		
</binding>