* @return a value holder for all attributes of
* this deployment extension elements
*/
public DynamicAttributesDescriptor getAttributes() {
if (attributes==null) {
attributes = new DynamicAttributesDescriptor();
attributes.addObserver(this);
}
return attributes;
}