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