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>
|