4849505152535455565758
final XmlNamespace xmlNamespaceAnnotation = this.type.getAnnotation( XmlNamespace.class ); if( xmlNamespaceAnnotation != null ) { if( xmlNamespaceAnnotation.prefix().equals( prefix ) ) { return xmlNamespaceAnnotation.uri(); } }