/**
* Returns the external-destination property.
* @return The external-destination property.
*/
public String getExternalDestination() {
final PdExternalDestination property =
(PdExternalDestination) getProperty(
FoProperty.EXTERNAL_DESTINATION);
if (property != null) {
return property.getValue();
}
return PdExternalDestination.getValueNoInstance();
}