* Give the producer property value (string)
*
* @return The property value
*/
public String getProducerValue() {
AbstractField tmp = getProperty(localPrefixSep + PRODUCER);
if (tmp != null) {
if (tmp instanceof TextType) {
return ((TextType) tmp).getStringValue();
}
}