/*
  * 2 covered goals:
  * 1 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.setValue(Ljava/lang/String;)V: root-Branch
  * 2 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.<init>()V: root-Branch
  */
 @Test
 public void test8() throws Throwable {
   PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix();
   premiseNumberPrefix0.setValue("");
   assertNull(premiseNumberPrefix0.getNumberPrefixSeparator());
 }