protected void clearNonPatternFromChoice() {
GerMessageDestinationType ref = getMessageDestination();
if(ref.isSetAdminObjectLink()) {
String temp = ref.getAdminObjectLink();
ref.unsetAdminObjectLink();
pcs.firePropertyChange("adminObjectLink", temp, null);
}
if(ref.isSetAdminObjectModule()) {
String temp = ref.getAdminObjectModule();
ref.unsetAdminObjectModule();