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