
public class Test {
    public static void main (String[] argv) {
        init();
    }
    public static type.PurchaseOrderType.1081 init () {
        type.PurchaseOrderType.1081 i__134603840_1 = new type.PurchaseOrderType.1081 ("");
          type.Address.1096 i__134603840_17 = new type.Address.1096 ("");
          i__134603840_1. = i__134603840_17;
            string i__134603840_34 = new string ("Alice Smith");
            i__134603840_17. = i__134603840_34;
            string i__134603840_52 = new string ("123 Maple Street");
            i__134603840_17. = i__134603840_52;
            string i__134603840_70 = new string ("Mill Valley");
            i__134603840_17. = i__134603840_70;
            string i__134603840_88 = new string ("CA");
            i__134603840_17. = i__134603840_88;
            decimal i__134603840_106 = new decimal ("90952");
            i__134603840_17. = i__134603840_106;
          type.Address.1096 i__134603840_125 = new type.Address.1096 ("");
          i__134603840_1. = i__134603840_125;
            string i__134603840_142 = new string ("Robert Smith");
            i__134603840_125. = i__134603840_142;
            string i__134603840_160 = new string ("8 Oak Avenue");
            i__134603840_125. = i__134603840_160;
            string i__134603840_178 = new string ("Old Town");
            i__134603840_125. = i__134603840_178;
            string i__134603840_196 = new string ("PA");
            i__134603840_125. = i__134603840_196;
            decimal i__134603840_214 = new decimal ("95819");
            i__134603840_125. = i__134603840_214;
          string i__134603840_233 = new string ("Hurry, my lawn is going wild!");
          i__134603840_1. = i__134603840_233;
          type.Items.1120 i__134603840_250 = new type.Items.1120 ("");
          i__134603840_1. = i__134603840_250;
            type._anon_1114 i__134603840_266 = new type._anon_1114 ("");
            i__134603840_250. = i__134603840_266;
              string i__134603840_284 = new string ("Lawnmower");
              i__134603840_266. = i__134603840_284;
              type._anon_1101 i__134603840_303 = new type._anon_1101 ("1");
              i__134603840_266. = i__134603840_303;
              decimal i__134603840_322 = new decimal ("148.95");
              i__134603840_266. = i__134603840_322;
              string i__134603840_341 = new string ("Confirm this is electric");
              i__134603840_266. = i__134603840_341;
            type._anon_1114 i__134603840_361 = new type._anon_1114 ("");
            i__134603840_250. = i__134603840_361;
              string i__134603840_379 = new string ("Baby Monitor");
              i__134603840_361. = i__134603840_379;
              type._anon_1101 i__134603840_398 = new type._anon_1101 ("1");
              i__134603840_361. = i__134603840_398;
              decimal i__134603840_417 = new decimal ("39.98");
              i__134603840_361. = i__134603840_417;
              date i__134603840_436 = new date ("1999-05-21");
              i__134603840_361. = i__134603840_436;
    
        return i__134603840_1;
    }
}
  