1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
|
package vamsas.objects.simple; |
23 |
|
|
|
|
| 0% |
Uncovered Elements: 13 (13) |
Complexity: 4 |
Complexity Density: 0.44 |
|
24 |
|
public class MsaResult_Helper |
25 |
|
{ |
26 |
|
|
27 |
|
private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc( |
28 |
|
MsaResult.class, true); |
29 |
|
|
|
|
| 0% |
Uncovered Elements: 6 (6) |
Complexity: 1 |
Complexity Density: 0.17 |
|
30 |
0 |
static... |
31 |
|
{ |
32 |
0 |
typeDesc.setXmlType(new javax.xml.namespace.QName( |
33 |
|
"simple.objects.vamsas", "MsaResult")); |
34 |
|
|
35 |
0 |
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc(); |
36 |
0 |
elemField.setFieldName("msa"); |
37 |
0 |
elemField.setXmlName(new javax.xml.namespace.QName("", "msa")); |
38 |
0 |
elemField.setXmlType(new javax.xml.namespace.QName( |
39 |
|
"simple.objects.vamsas", "Alignment")); |
40 |
0 |
typeDesc.addFieldDesc(elemField); |
41 |
|
} |
42 |
|
|
43 |
|
|
44 |
|
|
45 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
46 |
0 |
public static org.apache.axis.description.TypeDesc getTypeDesc()... |
47 |
|
{ |
48 |
0 |
return typeDesc; |
49 |
|
} |
50 |
|
|
51 |
|
|
52 |
|
|
53 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
54 |
0 |
public static org.apache.axis.encoding.Serializer getSerializer(... |
55 |
|
java.lang.String mechType, java.lang.Class _javaType, |
56 |
|
javax.xml.namespace.QName _xmlType) |
57 |
|
{ |
58 |
0 |
return new org.apache.axis.encoding.ser.BeanSerializer(_javaType, |
59 |
|
_xmlType, typeDesc); |
60 |
|
} |
61 |
|
|
62 |
|
|
63 |
|
|
64 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
65 |
0 |
public static org.apache.axis.encoding.Deserializer getDeserializer(... |
66 |
|
java.lang.String mechType, java.lang.Class _javaType, |
67 |
|
javax.xml.namespace.QName _xmlType) |
68 |
|
{ |
69 |
0 |
return new org.apache.axis.encoding.ser.BeanDeserializer(_javaType, |
70 |
|
_xmlType, typeDesc); |
71 |
|
} |
72 |
|
} |