hostedServicePropertiesInstance.setLabel(labelInstance3);
}
Element statusElement7 = XmlUtility.getElementByTagNameNS(hostedServicePropertiesElement, "http://schemas.microsoft.com/windowsazure", "Status");
if (statusElement7 != null) {
HostedServiceStatus statusInstance7;
statusInstance7 = HostedServiceStatus.valueOf(statusElement7.getTextContent());
hostedServicePropertiesInstance.setStatus(statusInstance7);
}
Element dateCreatedElement = XmlUtility.getElementByTagNameNS(hostedServicePropertiesElement, "http://schemas.microsoft.com/windowsazure", "DateCreated");