Change-Id: I3fbd868e83651111a6bce6c268ed4d7cf84c3fd5
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
        
        private final String name;
        
-       private PolicyServiceType(String name) {
+       PolicyServiceType(String name) {
                this.name = name;
        }
        
 
 \r
        private String type;\r
 \r
-       private InventoryType(String type){\r
+       InventoryType(String type){\r
                this.type = type;\r
        }\r
 \r
 
             return this.value;
         }
 
-        private ResponseCode(int value) {
+        ResponseCode(int value) {
             this.value = value;
         }
     };
             return this.value;
         }
 
-        private ErrorCode(int value) {
+        ErrorCode(int value) {
             this.value = value;
         }
     };