// description
String descriptionAnnotation = annotation.description();
if ( descriptionAnnotation.length() > 0 ) {
DescriptionType description = DescriptionType.Factory.newInstance();
description.setStringValue( descriptionAnnotation );
int arraySize = messageDestinationRef.sizeOfDescriptionArray();
messageDestinationRef.insertNewDescription( arraySize );
messageDestinationRef.setDescriptionArray( arraySize,description );
}
// mappedName