return attributes;
}
protected ServiceValueMetaData unmarshallSingleValue() throws Exception
{
ServiceMetaData metaData = unmarshalSingleMBean();
assertOthers(metaData);
List<ServiceAttributeMetaData> attributes = metaData.getAttributes();
assertNotNull(attributes);
assertEquals(1, attributes.size());
ServiceAttributeMetaData attribute = attributes.get(0);
assertAttributeName(attribute, "Attribute");
ServiceValueMetaData result = attribute.getValue();