/*----------------- MOWS EndpointIdentification props -----------------*/
resourceProperty = resourcePropertySet.get(WeatherstationPropertyQNames.ENDPOINTREFERENCE);
EndpointReferenceDocument endpointReferenceDocument = EndpointReferenceDocument.Factory.newInstance();
EndpointReferenceType endpointReferenceType = endpointReferenceDocument.addNewEndpointReference();//temporary
AttributedURI attributedURI = endpointReferenceType.addNewAddress();
attributedURI.setStringValue(InteropConstants.SERVICES_URL + "/" + InteropConstants.BLACKBERRY_SERVICE_NAME);
resourceProperty.add(endpointReferenceDocument);
resourceProperty.addChangeListener(mowsIdentificationCapability);
resourceProperty = resourcePropertySet.get(WeatherstationPropertyQNames.ENDPOINTDESCRIPTIONS);
EndpointDescriptionsDocument endpointDescriptionsDocument = EndpointDescriptionsDocument.Factory.newInstance();