Merge pull request #128 from swsch/master
remove zombie definition of getBankName
This commit is contained in:
@@ -294,7 +294,7 @@ public class ZUGFeRDImporter {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the sender's bank name code
|
* @return the sender's bank name
|
||||||
*/
|
*/
|
||||||
public String getBankName() {
|
public String getBankName() {
|
||||||
return extractString("//PayeeSpecifiedCreditorFinancialInstitution/Name");
|
return extractString("//PayeeSpecifiedCreditorFinancialInstitution/Name");
|
||||||
@@ -307,13 +307,6 @@ public class ZUGFeRDImporter {
|
|||||||
return extractString("//PayeePartyCreditorFinancialAccount/IBANID");
|
return extractString("//PayeePartyCreditorFinancialAccount/IBANID");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return the sender's bankname
|
|
||||||
*/
|
|
||||||
public String getBankName() {
|
|
||||||
return extractString("/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeeSpecifiedCreditorFinancialInstitution/Name");
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getHolder() {
|
public String getHolder() {
|
||||||
return extractString("//SellerTradeParty/Name");
|
return extractString("//SellerTradeParty/Name");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user