4 * This file was auto-generated from WSDL
5 * by the Apache Axis WSDL2Java emitter.
10 public class Secstructpred implements java.io.Serializable {
11 private java.lang.String output;
13 public Secstructpred() {
16 public java.lang.String getOutput() {
20 public void setOutput(java.lang.String output) {
24 private java.lang.Object __equalsCalc = null;
25 public synchronized boolean equals(java.lang.Object obj) {
26 if (!(obj instanceof Secstructpred)) return false;
27 Secstructpred other = (Secstructpred) obj;
28 if (obj == null) return false;
29 if (this == obj) return true;
30 if (__equalsCalc != null) {
31 return (__equalsCalc == obj);
36 ((this.output==null && other.getOutput()==null) ||
38 this.output.equals(other.getOutput())));
43 private boolean __hashCodeCalc = false;
44 public synchronized int hashCode() {
48 __hashCodeCalc = true;
50 if (getOutput() != null) {
51 _hashCode += getOutput().hashCode();
53 __hashCodeCalc = false;
58 private static org.apache.axis.description.TypeDesc typeDesc =
59 new org.apache.axis.description.TypeDesc(Secstructpred.class);
62 typeDesc.setXmlType(new javax.xml.namespace.QName("http://dataTypes.vamsas", "Secstructpred"));
63 org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
64 elemField.setFieldName("output");
65 elemField.setXmlName(new javax.xml.namespace.QName("http://dataTypes.vamsas", "output"));
66 elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
67 typeDesc.addFieldDesc(elemField);
71 * Return type metadata object
73 public static org.apache.axis.description.TypeDesc getTypeDesc() {
78 * Get Custom Serializer
80 public static org.apache.axis.encoding.Serializer getSerializer(
81 java.lang.String mechType,
82 java.lang.Class _javaType,
83 javax.xml.namespace.QName _xmlType) {
85 new org.apache.axis.encoding.ser.BeanSerializer(
86 _javaType, _xmlType, typeDesc);
90 * Get Custom Deserializer
92 public static org.apache.axis.encoding.Deserializer getDeserializer(
93 java.lang.String mechType,
94 java.lang.Class _javaType,
95 javax.xml.namespace.QName _xmlType) {
97 new org.apache.axis.encoding.ser.BeanDeserializer(
98 _javaType, _xmlType, typeDesc);