resAuth.setStringValue( "Application" );
}
resourceRef.setResAuth( resAuth );
// sharing scope
ResSharingScopeType resScope = ResSharingScopeType.Factory.newInstance();
resScope.setStringValue( annotation.shareable() ? "Shareable" : "Unshareable" );
resourceRef.setResSharingScope( resScope );
// mappedName
String mappdedNameAnnotation = annotation.mappedName();
if ( mappdedNameAnnotation.length() > 0 ) {