New client code for JPred service includes return of msa and
[jalview.git] / src / ext / vamsas / Secstructpred.java
index cac8ff3..e30edeb 100755 (executable)
@@ -2,7 +2,7 @@
  * Secstructpred.java
  *
  * This file was auto-generated from WSDL
- * by the Apache Axis WSDL2Java emitter.
+ * by the Apache Axis 1.2RC3 Feb 28, 2005 (10:15:14 EST) WSDL2Java emitter.
  */
 
 package ext.vamsas;
@@ -13,10 +13,27 @@ public class Secstructpred  implements java.io.Serializable {
     public Secstructpred() {
     }
 
+    public Secstructpred(
+           java.lang.String output) {
+           this.output = output;
+    }
+
+
+    /**
+     * Gets the output value for this Secstructpred.
+     * 
+     * @return output
+     */
     public java.lang.String getOutput() {
         return output;
     }
 
+
+    /**
+     * Sets the output value for this Secstructpred.
+     * 
+     * @param output
+     */
     public void setOutput(java.lang.String output) {
         this.output = output;
     }
@@ -56,7 +73,7 @@ public class Secstructpred  implements java.io.Serializable {
 
     // Type metadata
     private static org.apache.axis.description.TypeDesc typeDesc =
-        new org.apache.axis.description.TypeDesc(Secstructpred.class);
+        new org.apache.axis.description.TypeDesc(Secstructpred.class, true);
 
     static {
         typeDesc.setXmlType(new javax.xml.namespace.QName("http://dataTypes.vamsas", "Secstructpred"));
@@ -64,6 +81,7 @@ public class Secstructpred  implements java.io.Serializable {
         elemField.setFieldName("output");
         elemField.setXmlName(new javax.xml.namespace.QName("http://dataTypes.vamsas", "output"));
         elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
+        elemField.setNillable(true);
         typeDesc.addFieldDesc(elemField);
     }