Update for web services stubs
[jabaws.git] / webservices / compbio / ws / client / Services.java
index 3616e1b..2ffafb6 100644 (file)
@@ -21,6 +21,8 @@ package compbio.ws.client;
 import java.net.URL;\r
 import java.util.Set;\r
 \r
+import javax.xml.bind.annotation.XmlAccessType;\r
+import javax.xml.bind.annotation.XmlAccessorType;\r
 import javax.xml.namespace.QName;\r
 import javax.xml.ws.Service;\r
 \r
@@ -187,6 +189,7 @@ public enum Services {
                                        + "Parallelization of the MAFFT multiple sequence alignment program. ",\r
                        "6.8.57", "http://mafft.cbrc.jp/alignment/software/").toString();;\r
 \r
+       @XmlAccessorType(XmlAccessType.FIELD)\r
        static class ServiceInfo {\r
                Services service;\r
                String reference;\r
@@ -195,6 +198,9 @@ public enum Services {
                final static String jabaws_version = "2.0";\r
                final static String line_delimiter = "\n";\r
 \r
+               private ServiceInfo() {\r
+                       // Default constructor for JAXB\r
+               }\r
                private ServiceInfo(Services service, String reference, String version,\r
                                String moreinfo) {\r
                        this.service = service;\r