dateDocument.setDate(date);
resourceProperty.add(dateDocument);
resourceProperty = resourcePropertySet.get(BlackberryPropertyQNames.FREESTORAGE);
FreeStorageDocument freeStorageDocument = FreeStorageDocument.Factory.newInstance();
freeStorageDocument.setFreeStorage(384);
resourceProperty.add(freeStorageDocument);
resourceProperty.addChangeListener(metricsCapability);
resourceProperty = resourcePropertySet.get(BlackberryPropertyQNames.OPERATIONALSTATUS);