resource.addProperty(prop1);
ScheduledServicePropertyResource prop2 = new ScheduledServicePropertyResource();
prop2.setKey("id2");
prop2.setValue("value2");
resource.addProperty(prop2);
ScheduledServiceResourceResponse resourceResponse = new ScheduledServiceResourceResponse();
resourceResponse.setData(resource);
this.marshalUnmarchalThenCompare(resourceResponse);