test that methods and fields of Category are publicly accessible
[jabaws.git] / webservices / compbio / data / msa / Category.java
index 05e6873..56bf1de 100644 (file)
@@ -35,7 +35,7 @@ public class Category {
        public static final String CATEGORY_DISORDER = "Protein Disorder";\r
        public static final String CATEGORY_CONSERVATION = "Conservation";\r
 \r
-       String name;\r
+       public String name;\r
        Set<Services> services;\r
 \r
        private Category(String name, Set<Services> services) {\r
@@ -47,7 +47,7 @@ public class Category {
                // Default constructor for JAXB\r
        }\r
 \r
-       Set<Services> getServices() {\r
+       public Set<Services> getServices() {\r
                return new TreeSet<Services>(services);\r
        }\r
 \r