name
stringclasses 26
values | new_args
stringclasses 13
values | new_implementation
stringlengths 0
1.64k
| new_return_type
stringlengths 2
39
| new_signature
stringlengths 8
87
| old_args
stringclasses 11
values | old_implementation
stringlengths 0
1.91k
| old_return_type
stringlengths 2
48
| old_signature
stringlengths 8
105
|
---|---|---|---|---|---|---|---|---|
ipa320$bride | if (topicName_5002Parser == null) {
topicName_5002Parser = parser;
return topicName_5002Parser;
private IParser serviceName_5003Parser;
private IParser getServiceName_5003Parser() {
if (serviceName_5003Parser == null) {
.getService_Name() | IParser | IParser getTopicName_5002Parser() | if (topicName_5001Parser == null) {
topicName_5001Parser = parser;
return topicName_5001Parser;
private IParser nodeName_5002Parser;
private IParser getNodeName_5002Parser() {
if (nodeName_5002Parser == null) {
.getNode_Name() | IParser | IParser getTopicName_5001Parser() |
||
duracloud$duracloud | return null != durabossHost && null != durabossPort &&
null != durabossContext; | boolean | boolean durabossEndpointLoad() | return null != durareportHost && null != durareportPort &&
null != durareportContext; | boolean | boolean durareportEndpointLoad() |
||
nimbusproject$nimbus | String smallPublicNetwork | this.smallPublicNetwork = smallPublicNetwork;
public void setSmallPrivateNetwork(String smallPrivateNetwork) {
this.smallPrivateNetwork = smallPrivateNetwork;
public void setCustomPublicNetwork(String customPublicNetwork) {
this.customPublicNetwork = customPublicNetwork;
public void setCustomPrivateNetwork(String customPrivateNetwork) {
this.customPrivateNetwork = customPrivateNetwork; | void | void setSmallPublicNetwork(String smallPublicNetwork) | String smallNetwork | this.smallNetwork = smallNetwork;
public void setCustomNetwork(String customNetwork) {
this.customNetwork = customNetwork;
public void setLargeNetwork(String largeNetwork) {
this.largeNetwork = largeNetwork;
public void setXlargeNetwork(String xlargeNetwork) {
this.xlargeNetwork = xlargeNetwork;
public String getSmallNetwork() {
return this.smallNetwork;
public String getCustomNetwork() {
return this.customNetwork;
public String getLargeNetwork() {
return this.largeNetwork;
public String getXlargeNetwork() {
return this.xlargeNetwork;
protected String getMatchingName(int memory, int cpus, String network) {
if (this.smallMemory == memory && this.smallCPUs == cpus && this.smallNetwork.equals(network)) { | void | void setSmallNetwork(String smallNetwork) |
iee$iee | return cColumnFloatParserRuleCall_2_6_0; | RuleCall | RuleCall getColumnFloatParserRuleCall_2_6_0() | return cColumnINTTerminalRuleCall_2_6_0; | RuleCall | RuleCall getColumnINTTerminalRuleCall_2_6_0() |
||
iee$iee | return cRowFloatParserRuleCall_2_3_0; | RuleCall | RuleCall getRowFloatParserRuleCall_2_3_0() | return cRowINTTerminalRuleCall_2_3_0; | RuleCall | RuleCall getRowINTTerminalRuleCall_2_3_0() |
||
choreos$choreos_v-v | Client client | this.client = client; | void | void setClient(Client client) | loadGen = LoadGeneratorFactory.getInstance().<K, T> create(); | void | void newLoadGenerator() |
|
trifork$erjang | return "'" + encode_escapes(value) + "'"; | EAtom | EAtom testAtom() | return "'" + value + "'";
public boolean isAtom(String name)
{
"intern", "(" + STRING_TYPE.getDescriptor() + ")" + type.getDescriptor());
return type; | EAtom | EAtom asAtom() |
||
projectdanube$xdi2 | XDIArc arc | return arc;
public static boolean isValidarc(XDIArc arc) {
if (arc == null) return false;
if (arc.isAttributeXs()) return false;
if (arc.isClassXs()) return false;
if (! arc.hasLiteral() && ! arc.hasXRef()) return false;
if (XDIConstants.CS_CLASS_UNRESERVED.equals(arc.getCs()) || XDIConstants.CS_CLASS_RESERVED.equals(arc.getCs())) { | XDIArc | XDIArc createarc(XDIArc arc) | XDI3SubSegment arcXri | return arcXri;
public static boolean isValidArcXri(XDI3SubSegment arcXri) {
if (arcXri == null) return false;
if (arcXri.isAttributeXs()) return false;
if (arcXri.isClassXs()) return false;
if (! arcXri.hasLiteral() && ! arcXri.hasXRef()) return false;
if (XDIConstants.CS_CLASS_UNRESERVED.equals(arcXri.getCs()) || XDIConstants.CS_CLASS_RESERVED.equals(arcXri.getCs())) { | XDI3SubSegment | XDI3SubSegment createArcXri(XDI3SubSegment arcXri) |
projectdanube$xdi2 | String type | if (log.isTraceEnabled()) log.trace("typeToXdiarc(" + type + ")");
XDIArc xdiarc = null;
try { xdiarc = XDIArc.create(type); | XDIArc | XDIArc typeToXdiarc(String type) | String type | if (log.isTraceEnabled()) log.trace("typeToXdiArcXri(" + type + ")");
XDI3SubSegment xdiArcXri = null;
try { xdiArcXri = XDI3SubSegment.create(type); | XDI3SubSegment | XDI3SubSegment typeToXdiArcXri(String type) |
eclipse$ecf | String name | result = IDFactory.getDefault().createID(namespace, new Object[] { name | ID | ID createIDFromName(String name) | String name | result = IDFactory.getDefault().makeID(namespace, new Object[] { name | ID | ID makeIDFromName(String name) |
iee$iee | return cAdditionParserRuleCall_4_1; | RuleCall | RuleCall getAdditionParserRuleCall_4_1() | return cAdditionParserRuleCall_3_1; | RuleCall | RuleCall getAdditionParserRuleCall_3_1() |
||
iee$iee | return (pVariableAssignment != null) ? pVariableAssignment : (pVariableAssignment = new VariableAssignmentElements());
public ParserRule getVariableAssignmentRule() {
return getVariableAssignmentAccess().getRule();
// Exponent | "(-" {Invert | VariableAssignmentElements | VariableAssignmentElements getVariableAssignmentAccess() | return (pAssignment != null) ? pAssignment : (pAssignment = new AssignmentElements());
public ParserRule getAssignmentRule() {
return getAssignmentAccess().getRule();
//
//
//
// Exponent | "-" {Invert | AssignmentElements | AssignmentElements getAssignmentAccess() |
||
iee$iee | return cVariableAssignmentVariableAssignmentParserRuleCall_1_0; | RuleCall | RuleCall getVariableAssignmentVariableAssignmentParserRuleCall_1_0() | return cAssignmentAssignmentParserRuleCall_2_0; | RuleCall | RuleCall getAssignmentAssignmentParserRuleCall_2_0() |
||
iee$iee | return cVariableAssignmentAssignment_1; | Assignment | Assignment getVariableAssignmentAssignment_1() | return cAssignmentAssignment_2; | Assignment | Assignment getAssignmentAssignment_2() |
||
iee$iee | return cFormulaAssignment_2; | Assignment | Assignment getFormulaAssignment_2() | return cFormulaAssignment_3; | Assignment | Assignment getFormulaAssignment_3() |
||
iee$iee | return cFormulaFormulaParserRuleCall_2_0; | RuleCall | RuleCall getFormulaFormulaParserRuleCall_2_0() | return cFormulaFormulaParserRuleCall_3_0; | RuleCall | RuleCall getFormulaFormulaParserRuleCall_3_0() |
||
iee$iee | return cFunctionAction_3_0; | Action | Action getFunctionAction_3_0() | return cFunctionAction_2_0; | Action | Action getFunctionAction_2_0() |
||
iee$iee | return cFunctionAssignment_3_1; | Assignment | Assignment getFunctionAssignment_3_1() | return cFunctionAssignment_2_1; | Assignment | Assignment getFunctionAssignment_2_1() |
||
iee$iee | return cFunctionFunctionParserRuleCall_3_1_0; | RuleCall | RuleCall getFunctionFunctionParserRuleCall_3_1_0() | return cFunctionFunctionParserRuleCall_2_1_0; | RuleCall | RuleCall getFunctionFunctionParserRuleCall_2_1_0() |
||
iee$iee | return cLeftParenthesisHyphenMinusKeyword_1_0; | Keyword | Keyword getLeftParenthesisHyphenMinusKeyword_1_0() | return cLeftParenthesisKeyword_3_2; | Keyword | Keyword getLeftParenthesisKeyword_3_2() |
||
iee$iee | return (pMatrixAssignment != null) ? pMatrixAssignment : (pMatrixAssignment = new MatrixAssignmentElements()); | MatrixAssignmentElements | MatrixAssignmentElements getMatrixAssignmentAccess() | return (pMatrixDefinition != null) ? pMatrixDefinition : (pMatrixDefinition = new MatrixDefinitionElements()); | MatrixDefinitionElements | MatrixDefinitionElements getMatrixDefinitionAccess() |
||
iee$iee | return (pMatrixFormula != null) ? pMatrixFormula : (pMatrixFormula = new MatrixFormulaElements()); | MatrixFormulaElements | MatrixFormulaElements getMatrixFormulaAccess() | return (pMatrixDefinition != null) ? pMatrixDefinition : (pMatrixDefinition = new MatrixDefinitionElements()); | MatrixDefinitionElements | MatrixDefinitionElements getMatrixDefinitionAccess() |
||
iee$iee | return cMatrixAssignmentAssignment_3; | Assignment | Assignment getMatrixAssignmentAssignment_3() | return cMatrixDefinitionAssignment_1; | Assignment | Assignment getMatrixDefinitionAssignment_1() |
||
iee$iee | return cMatrixAssignmentMatrixAssignmentParserRuleCall_3_0; | RuleCall | RuleCall getMatrixAssignmentMatrixAssignmentParserRuleCall_3_0() | return cMatrixDefinitionMatrixDefinitionParserRuleCall_1_0; | RuleCall | RuleCall getMatrixDefinitionMatrixDefinitionParserRuleCall_1_0() |
||
iee$iee | return getMatrixAdditionAccess().getRule(); | ParserRule | ParserRule getMatrixAdditionRule() | return getMatrixDefinitionAccess().getRule(); | ParserRule | ParserRule getMatrixDefinitionRule() |
||
iee$iee | return cRightParenthesisKeyword_1_3; | Keyword | Keyword getRightParenthesisKeyword_1_3() | return cRightParenthesisKeyword_3_4; | Keyword | Keyword getRightParenthesisKeyword_3_4() |
||
willuhn$hbci4java | return cstmrPmtStsRpt;
* Sets the value of the cstmrPmtStsRpt property.
* {@link CustomerPaymentStatusReportV03 | CustomerPaymentStatusReportV03 | CustomerPaymentStatusReportV03 getCstmrPmtStsRpt() | return cstmrCdtTrfInitn;
* Sets the value of the cstmrCdtTrfInitn property.
* {@link CustomerCreditTransferInitiationV03 | CustomerCreditTransferInitiationV03 | CustomerCreditTransferInitiationV03 getCstmrCdtTrfInitn() |
||
willuhn$hbci4java | return new PartySEPA2(); | PartySEPA2 | PartySEPA2 createPartySEPA2() | return new CreditTransferTransactionInformationSCT();
* Create an instance of {@link PaymentInstructionInformationSCT | CreditTransferTransactionInformationSCT | CreditTransferTransactionInformationSCT createCreditTransferTransactionInformationSCT() |
||
willuhn$hbci4java | return new StatusReasonInformationSEPA();
* Create an instance of {@link CreditorReferenceInformationSEPA | StatusReasonInformationSEPA | StatusReasonInformationSEPA createStatusReasonInformationSEPA() | return new CreditTransferTransactionInformationSCT();
* Create an instance of {@link PaymentInstructionInformationSCT | CreditTransferTransactionInformationSCT | CreditTransferTransactionInformationSCT createCreditTransferTransactionInformationSCT() |
||
willuhn$hbci4java | return new OriginalTransactionReferenceSEPA();
/**
* Create an instance of {@link BranchAndFinancialInstitutionIdentificationSEPA2 | OriginalTransactionReferenceSEPA | OriginalTransactionReferenceSEPA createOriginalTransactionReferenceSEPA() | return new CustomerCreditTransferInitiationV03();
* Create an instance of {@link RemittanceInformationSEPA1Choice | CustomerCreditTransferInitiationV03 | CustomerCreditTransferInitiationV03 createCustomerCreditTransferInitiationV03() |
||
willuhn$hbci4java | return new FinancialInstitutionIdentificationSEPA2();
* Create an instance of {@link PersonIdentificationSEPA2 | FinancialInstitutionIdentificationSEPA2 | FinancialInstitutionIdentificationSEPA2 createFinancialInstitutionIdentificationSEPA2() | return new FinancialInstitutionIdentificationSEPA1();
* Create an instance of {@link GroupHeaderSCT | FinancialInstitutionIdentificationSEPA1 | FinancialInstitutionIdentificationSEPA1 createFinancialInstitutionIdentificationSEPA1() |
||
willuhn$hbci4java | return new PartyIdentificationSEPA3(); | PartyIdentificationSEPA3 | PartyIdentificationSEPA3 createPartyIdentificationSEPA3() | return new GroupHeaderSCT();
* Create an instance of {@link GenericOrganisationIdentification1 | GroupHeaderSCT | GroupHeaderSCT createGroupHeaderSCT() |
||
willuhn$hbci4java | return new PersonIdentificationSEPA2();
* Create an instance of {@link PartyIdentificationSEPA5 | PersonIdentificationSEPA2 | PersonIdentificationSEPA2 createPersonIdentificationSEPA2() | return new GroupHeaderSCT();
* Create an instance of {@link GenericOrganisationIdentification1 | GroupHeaderSCT | GroupHeaderSCT createGroupHeaderSCT() |
||
willuhn$hbci4java | return new StatusReasonSEPA();
* Create an instance of {@link StructuredRemittanceInformationSEPA2 | StatusReasonSEPA | StatusReasonSEPA createStatusReasonSEPA() | return new PaymentInstructionInformationSCT();
* Create an instance of {@link StructuredRemittanceInformationSEPA1 | PaymentInstructionInformationSCT | PaymentInstructionInformationSCT createPaymentInstructionInformationSCT() |
||
willuhn$hbci4java | return new OrganisationIdentificationSEPA(); | OrganisationIdentificationSEPA | OrganisationIdentificationSEPA createOrganisationIdentificationSEPA() | return new PaymentTypeInformationSCT1();
* Create an instance of {@link PurposeSEPA | PaymentTypeInformationSCT1 | PaymentTypeInformationSCT1 createPaymentTypeInformationSCT1() |
||
willuhn$hbci4java | return new RemittanceInformationSEPA2Choice(); | RemittanceInformationSEPA2Choice | RemittanceInformationSEPA2Choice createRemittanceInformationSEPA2Choice() | return new PaymentTypeInformationSCT2();
* Create an instance of {@link PaymentTypeInformationSCT1 | PaymentTypeInformationSCT2 | PaymentTypeInformationSCT2 createPaymentTypeInformationSCT2() |
||
willuhn$hbci4java | return new CustomerPaymentStatusReportV03();
/**
* Create an instance of {@link PartySEPA1 | CustomerPaymentStatusReportV03 | CustomerPaymentStatusReportV03 createCustomerPaymentStatusReportV03() | return new RemittanceInformationSEPA1Choice();
* Create an instance of {@link CreditTransferTransactionInformationSCT | RemittanceInformationSEPA1Choice | RemittanceInformationSEPA1Choice createRemittanceInformationSEPA1Choice() |
||
willuhn$hbci4java | return new StructuredRemittanceInformationSEPA2(); | StructuredRemittanceInformationSEPA2 | StructuredRemittanceInformationSEPA2 createStructuredRemittanceInformationSEPA2() | return new StructuredRemittanceInformationSEPA1();
* Create an instance of {@link CreditorReferenceInformationSEPA1 | StructuredRemittanceInformationSEPA1 | StructuredRemittanceInformationSEPA1 createStructuredRemittanceInformationSEPA1() |
||
willuhn$hbci4java | return new ReferredDocumentAmount1Choice();
* Create an instance of {@link CreditorReferenceType1 | ReferredDocumentAmount1Choice | ReferredDocumentAmount1Choice createReferredDocumentAmount1Choice() | return new AccountIdentificationSEPA();
* Create an instance of {@link BranchAndFinancialInstitutionIdentificationSEPA3 | AccountIdentificationSEPA | AccountIdentificationSEPA createAccountIdentificationSEPA() |
||
willuhn$hbci4java | return new FinancialInstitutionIdentification5();
* Create an instance of {@link RemittanceInformation3 | FinancialInstitutionIdentification5 | FinancialInstitutionIdentification5 createFinancialInstitutionIdentification5() | return new ActiveOrHistoricCurrencyAndAmountSEPA();
* Create an instance of {@link OrganisationIdentificationSEPAChoice | ActiveOrHistoricCurrencyAndAmountSEPA | ActiveOrHistoricCurrencyAndAmountSEPA createActiveOrHistoricCurrencyAndAmountSEPA() |
||
willuhn$hbci4java | return new Pain00800101();
* Create an instance of {@link DirectDebitTransactionInformationSDD | Pain00800101 | Pain00800101 createPain00800101() | return new ActiveOrHistoricCurrencyAndAmountSEPA();
* Create an instance of {@link OrganisationIdentificationSEPAChoice | ActiveOrHistoricCurrencyAndAmountSEPA | ActiveOrHistoricCurrencyAndAmountSEPA createActiveOrHistoricCurrencyAndAmountSEPA() |
||
willuhn$hbci4java | return new PartyIdentification20();
* Create an instance of {@link ReferredDocumentType1 | PartyIdentification20 | PartyIdentification20 createPartyIdentification20() | return new AmountTypeSEPA();
* Create an instance of {@link CreditTransferTransactionInformationSCT | AmountTypeSEPA | AmountTypeSEPA createAmountTypeSEPA() |
||
willuhn$hbci4java | return new PostalAddress5();
* Create an instance of {@link CurrencyAndAmount | PostalAddress5 | PostalAddress5 createPostalAddress5() | return new BranchAndFinancialInstitutionIdentificationSEPA1();
* Create an instance of {@link PersonIdentificationSchemeName1Choice | BranchAndFinancialInstitutionIdentificationSEPA1 | BranchAndFinancialInstitutionIdentificationSEPA1 createBranchAndFinancialInstitutionIdentificationSEPA1() |
||
willuhn$hbci4java | return new CreditorReferenceType1();
* Create an instance of {@link Party5Choice | CreditorReferenceType1 | CreditorReferenceType1 createCreditorReferenceType1() | return new BranchAndFinancialInstitutionIdentificationSEPA3();
* Create an instance of {@link PartySEPAChoice | BranchAndFinancialInstitutionIdentificationSEPA3 | BranchAndFinancialInstitutionIdentificationSEPA3 createBranchAndFinancialInstitutionIdentificationSEPA3() |
||
willuhn$hbci4java | return new PartyIdentification22();
* Create an instance of {@link PartyIdentification12 | PartyIdentification22 | PartyIdentification22 createPartyIdentification22() | return new CashAccountSEPA1();
* Create an instance of {@link OthrIdentification | CashAccountSEPA1 | CashAccountSEPA1 createCashAccountSEPA1() |
||
willuhn$hbci4java | return new PartyIdentification23();
* Create an instance of {@link PartyIdentification11 | PartyIdentification23 | PartyIdentification23 createPartyIdentification23() | return new CashAccountSEPA2();
* Create an instance of {@link PostalAddressSEPA | CashAccountSEPA2 | CashAccountSEPA2 createCashAccountSEPA2() |
||
willuhn$hbci4java | return new FinancialInstitution2(); | FinancialInstitution2 | FinancialInstitution2 createFinancialInstitution2() | return new CategoryPurposeSEPA();
* Create an instance of {@link CreditorReferenceTypeSEPA | CategoryPurposeSEPA | CategoryPurposeSEPA createCategoryPurposeSEPA() |
||
willuhn$hbci4java | return new GenericIdentification3(); | GenericIdentification3 | GenericIdentification3 createGenericIdentification3() | return new CategoryPurposeSEPA();
* Create an instance of {@link CreditorReferenceTypeSEPA | CategoryPurposeSEPA | CategoryPurposeSEPA createCategoryPurposeSEPA() |
||
willuhn$hbci4java | return new ReferredDocumentType1();
* Create an instance of {@link PaymentIdentification1 | ReferredDocumentType1 | ReferredDocumentType1 createReferredDocumentType1() | return new CreditTransferTransactionInformationSCT();
* Create an instance of {@link PaymentInstructionInformationSCT | CreditTransferTransactionInformationSCT | CreditTransferTransactionInformationSCT createCreditTransferTransactionInformationSCT() |
||
willuhn$hbci4java | return new PaymentTypeInformation8();
* Create an instance of {@link PaymentInstructionInformation5 | PaymentTypeInformation8 | PaymentTypeInformation8 createPaymentTypeInformation8() | return new CreditorReferenceInformationSEPA1();
* Create an instance of {@link GenericPersonIdentification1 | CreditorReferenceInformationSEPA1 | CreditorReferenceInformationSEPA1 createCreditorReferenceInformationSEPA1() |
||
willuhn$hbci4java | return new DirectDebitTransaction4();
* Create an instance of {@link ServiceLevel4 | DirectDebitTransaction4 | DirectDebitTransaction4 createDirectDebitTransaction4() | return new CreditorReferenceTypeCodeSEPA();
* Create an instance of {@link FinancialInstitutionIdentificationSEPA3 | CreditorReferenceTypeCodeSEPA | CreditorReferenceTypeCodeSEPA createCreditorReferenceTypeCodeSEPA() |
||
willuhn$hbci4java | return new OrganisationIdentification2();
* Create an instance of {@link ReferredDocumentAmount1Choice | OrganisationIdentification2 | OrganisationIdentification2 createOrganisationIdentification2() | return new CustomerCreditTransferInitiationV03();
* Create an instance of {@link AccountIdentificationSEPA | CustomerCreditTransferInitiationV03 | CustomerCreditTransferInitiationV03 createCustomerCreditTransferInitiationV03() |
||
willuhn$hbci4java | return new DirectDebitTransactionInformation2();
* Create an instance of {@link DirectDebitTransaction4 | DirectDebitTransactionInformation2 | DirectDebitTransactionInformation2 createDirectDebitTransactionInformation2() | return new FinancialInstitutionIdentificationSEPA1();
* Create an instance of {@link CreditorReferenceTypeCodeSEPA | FinancialInstitutionIdentificationSEPA1 | FinancialInstitutionIdentificationSEPA1 createFinancialInstitutionIdentificationSEPA1() |
||
willuhn$hbci4java | return new ServiceLevel4();
* Create an instance of {@link PersonIdentification3 | ServiceLevel4 | ServiceLevel4 createServiceLevel4() | return new FinancialInstitutionIdentificationSEPA3();
* Create an instance of {@link GroupHeaderSCT | FinancialInstitutionIdentificationSEPA3 | FinancialInstitutionIdentificationSEPA3 createFinancialInstitutionIdentificationSEPA3() |
||
willuhn$hbci4java | return new PersonIdentification4();
* Create an instance of {@link StructuredRemittanceInformation6 | PersonIdentification4 | PersonIdentification4 createPersonIdentification4() | return new GenericOrganisationIdentification1();
* Create an instance of {@link PaymentTypeInformationSCT2 | GenericOrganisationIdentification1 | GenericOrganisationIdentification1 createGenericOrganisationIdentification1() |
||
willuhn$hbci4java | return new GenericIdentification4();
* Create an instance of {@link FinancialInstitutionIdentificationSDD2 | GenericIdentification4 | GenericIdentification4 createGenericIdentification4() | return new GenericPersonIdentification1();
* Create an instance of {@link CategoryPurposeSEPA | GenericPersonIdentification1 | GenericPersonIdentification1 createGenericPersonIdentification1() |
||
willuhn$hbci4java | return new MandateRelatedInformation4(); | MandateRelatedInformation4 | MandateRelatedInformation4 createMandateRelatedInformation4() | return new GenericPersonIdentification1();
* Create an instance of {@link DateAndPlaceOfBirth | GenericPersonIdentification1 | GenericPersonIdentification1 createGenericPersonIdentification1() |
||
willuhn$hbci4java | return new PersonIdentification3();
* Create an instance of {@link PersonIdentification4 | PersonIdentification3 | PersonIdentification3 createPersonIdentification3() | return new GroupHeaderSCT();
* Create an instance of {@link GenericOrganisationIdentification1 | GroupHeaderSCT | GroupHeaderSCT createGroupHeaderSCT() |
||
willuhn$hbci4java | return new RemittanceInformation3();
* Create an instance of {@link AmendmentInformationDetails4 | RemittanceInformation3 | RemittanceInformation3 createRemittanceInformation3() | return new OrganisationIdentificationSEPAChoice();
* Create an instance of {@link StructuredRemittanceInformationSEPA1 | OrganisationIdentificationSEPAChoice | OrganisationIdentificationSEPAChoice createOrganisationIdentificationSEPAChoice() |
||
willuhn$hbci4java | return new FinancialInstitutionIdentification4();
* Create an instance of {@link PartyIdentification20 | FinancialInstitutionIdentification4 | FinancialInstitutionIdentification4 createFinancialInstitutionIdentification4() | return new OrganisationIdentificationSchemeName1Choice();
* Create an instance of {@link AmountTypeSEPA | OrganisationIdentificationSchemeName1Choice | OrganisationIdentificationSchemeName1Choice createOrganisationIdentificationSchemeName1Choice() |
||
willuhn$hbci4java | return new PartyIdentification12();
* Create an instance of {@link FinancialInstitutionIdentification4 | PartyIdentification12 | PartyIdentification12 createPartyIdentification12() | return new OthrIdentification();
* Create an instance of {@link OrganisationIdentificationSchemeName1Choice | OthrIdentification | OthrIdentification createOthrIdentification() |
||
willuhn$hbci4java | return new ReferredDocumentInformation1();
* Create an instance of {@link GroupHeader20 | ReferredDocumentInformation1 | ReferredDocumentInformation1 createReferredDocumentInformation1() | return new PartyIdentificationSEPA1();
* Create an instance of {@link PaymentTypeInformationSCT1 | PartyIdentificationSEPA1 | PartyIdentificationSEPA1 createPartyIdentificationSEPA1() |
||
willuhn$hbci4java | return new CashAccount8();
* Create an instance of {@link ReferredDocumentInformation1 | CashAccount8 | CashAccount8 createCashAccount8() | return new PartyIdentificationSEPA2();
* Create an instance of {@link PartyIdentificationSEPA1 | PartyIdentificationSEPA2 | PartyIdentificationSEPA2 createPartyIdentificationSEPA2() |
||
willuhn$hbci4java | return new Party5Choice();
* Create an instance of {@link PostalAddress5 | Party5Choice | Party5Choice createParty5Choice() | return new PartySEPAChoice();
* Create an instance of {@link BranchAndFinancialInstitutionIdentificationSEPA1 | PartySEPAChoice | PartySEPAChoice createPartySEPAChoice() |
||
willuhn$hbci4java | return new PartyPrivate1();
* Create an instance of {@link DirectDebitTransactionInformation2 | PartyPrivate1 | PartyPrivate1 createPartyPrivate1() | return new PaymentIdentificationSEPA();
* Create an instance of {@link FinancialInstitutionIdentificationSEPA1 | PaymentIdentificationSEPA | PaymentIdentificationSEPA createPaymentIdentificationSEPA() |
||
willuhn$hbci4java | return new PaymentIdentification1();
* Create an instance of {@link CashAccountSDD2 | PaymentIdentification1 | PaymentIdentification1 createPaymentIdentification1() | return new PaymentInstructionInformationSCT();
* Create an instance of {@link PersonIdentificationSEPA1Choice | PaymentInstructionInformationSCT | PaymentInstructionInformationSCT createPaymentInstructionInformationSCT() |
||
willuhn$hbci4java | return new GroupHeader20();
* Create an instance of {@link AccountIdentification2 | GroupHeader20 | GroupHeader20 createGroupHeader20() | return new PaymentTypeInformationSCT1();
* Create an instance of {@link PurposeSEPA | PaymentTypeInformationSCT1 | PaymentTypeInformationSCT1 createPaymentTypeInformationSCT1() |
||
willuhn$hbci4java | return new StructuredRemittanceInformation6();
* Create an instance of {@link CashAccount8 | StructuredRemittanceInformation6 | StructuredRemittanceInformation6 createStructuredRemittanceInformation6() | return new PaymentTypeInformationSCT2();
* Create an instance of {@link PartyIdentificationSEPA2 | PaymentTypeInformationSCT2 | PaymentTypeInformationSCT2 createPaymentTypeInformationSCT2() |
||
willuhn$hbci4java | return new PartyIdentification17();
* Create an instance of {@link FinancialInstitutionIdentification5 | PartyIdentification17 | PartyIdentification17 createPartyIdentification17() | return new PersonIdentificationSEPA1Choice();
* Create an instance of {@link ActiveOrHistoricCurrencyAndAmountSEPA | PersonIdentificationSEPA1Choice | PersonIdentificationSEPA1Choice createPersonIdentificationSEPA1Choice() |
||
willuhn$hbci4java | return new CurrencyAndAmount();
* Create an instance of {@link EuroMax9Amount | CurrencyAndAmount | CurrencyAndAmount createCurrencyAndAmount() | return new PersonIdentificationSchemeName1Choice();
* Create an instance of {@link RemittanceInformationSEPA1Choice | PersonIdentificationSchemeName1Choice | PersonIdentificationSchemeName1Choice createPersonIdentificationSchemeName1Choice() |
||
willuhn$hbci4java | return new PartyIdentification11();
* Create an instance of {@link PartyIdentification22 | PartyIdentification11 | PartyIdentification11 createPartyIdentification11() | return new PostalAddressSEPA();
* Create an instance of {@link CashAccountSEPA1 | PostalAddressSEPA | PostalAddressSEPA createPostalAddressSEPA() |
||
willuhn$hbci4java | return new AccountIdentification2();
* Create an instance of {@link OrganisationIdentification2 | AccountIdentification2 | AccountIdentification2 createAccountIdentification2() | return new PurposeSEPA();
* Create an instance of {@link CustomerCreditTransferInitiationV03 | PurposeSEPA | PurposeSEPA createPurposeSEPA() |
||
willuhn$hbci4java | return new EuroMax9Amount();
* Create an instance of {@link PostalAddress1 | EuroMax9Amount | EuroMax9Amount createEuroMax9Amount() | return new RemittanceInformationSEPA1Choice();
* Create an instance of {@link ServiceLevelSEPA | RemittanceInformationSEPA1Choice | RemittanceInformationSEPA1Choice createRemittanceInformationSEPA1Choice() |
||
willuhn$hbci4java | return new PostalAddress1();
* Create an instance of {@link PartyIdentification23 | PostalAddress1 | PostalAddress1 createPostalAddress1() | return new ServiceLevelSEPA();
* Create an instance of {@link CashAccountSEPA2 | ServiceLevelSEPA | ServiceLevelSEPA createServiceLevelSEPA() |
||
willuhn$hbci4java | return new AmendmentInformationDetails4();
* Create an instance of {@link PaymentTypeInformation8 | AmendmentInformationDetails4 | AmendmentInformationDetails4 createAmendmentInformationDetails4() | return new StructuredRemittanceInformationSEPA1();
* Create an instance of {@link CreditorReferenceInformationSEPA1 | StructuredRemittanceInformationSEPA1 | StructuredRemittanceInformationSEPA1 createStructuredRemittanceInformationSEPA1() |
||
willuhn$hbci4java | return new DirectDebitTransactionSDD();
* Create an instance of {@link RestrictedIdentificationSDD | DirectDebitTransactionSDD | DirectDebitTransactionSDD createDirectDebitTransactionSDD() | return new AccountIdentificationSEPA();
* Create an instance of {@link BranchAndFinancialInstitutionIdentificationSEPA3 | AccountIdentificationSEPA | AccountIdentificationSEPA createAccountIdentificationSEPA() |
||
willuhn$hbci4java | return new PaymentInstructionInformationSDD();
* Create an instance of {@link PersonIdentificationSEPA1Choice | PaymentInstructionInformationSDD | PaymentInstructionInformationSDD createPaymentInstructionInformationSDD() | return new AmountTypeSEPA();
* Create an instance of {@link CreditTransferTransactionInformationSCT | AmountTypeSEPA | AmountTypeSEPA createAmountTypeSEPA() |
||
willuhn$hbci4java | return new PurposeSDD();
* Create an instance of {@link PersonIdentificationSDD1 | PurposeSDD | PurposeSDD createPurposeSDD() | return new AmountTypeSEPA();
* Create an instance of {@link CreditTransferTransactionInformationSCT | AmountTypeSEPA | AmountTypeSEPA createAmountTypeSEPA() |
||
willuhn$hbci4java | return new PostalAddressSDD();
* Create an instance of {@link ServiceLevelSDD | PostalAddressSDD | PostalAddressSDD createPostalAddressSDD() | return new BranchAndFinancialInstitutionIdentificationSEPA1();
* Create an instance of {@link PersonIdentificationSchemeName1Choice | BranchAndFinancialInstitutionIdentificationSEPA1 | BranchAndFinancialInstitutionIdentificationSEPA1 createBranchAndFinancialInstitutionIdentificationSEPA1() |
||
willuhn$hbci4java | return new RestrictedIdentificationSDD();
* Create an instance of {@link LocalInstrumentSDD | RestrictedIdentificationSDD | RestrictedIdentificationSDD createRestrictedIdentificationSDD() | return new BranchAndFinancialInstitutionIdentificationSEPA3();
* Create an instance of {@link PartySEPAChoice | BranchAndFinancialInstitutionIdentificationSEPA3 | BranchAndFinancialInstitutionIdentificationSEPA3 createBranchAndFinancialInstitutionIdentificationSEPA3() |
||
willuhn$hbci4java | return new OrganisationIdentificationSDDChoice();
* Create an instance of {@link StructuredRemittanceInformationSDD | OrganisationIdentificationSDDChoice | OrganisationIdentificationSDDChoice createOrganisationIdentificationSDDChoice() | return new CashAccountSEPA1();
* Create an instance of {@link OthrIdentification | CashAccountSEPA1 | CashAccountSEPA1 createCashAccountSEPA1() |
||
willuhn$hbci4java | return new CashAccountSDD1();
* Create an instance of {@link AccountIdentificationSDD | CashAccountSDD1 | CashAccountSDD1 createCashAccountSDD1() | return new CashAccountSEPA2();
* Create an instance of {@link PostalAddressSEPA | CashAccountSEPA2 | CashAccountSEPA2 createCashAccountSEPA2() |
||
willuhn$hbci4java | return new PersonIdentificationSDD1();
* Create an instance of {@link PersonIdentificationSDD2 | PersonIdentificationSDD1 | PersonIdentificationSDD1 createPersonIdentificationSDD1() | return new CreditTransferTransactionInformationSCT();
* Create an instance of {@link PaymentInstructionInformationSCT | CreditTransferTransactionInformationSCT | CreditTransferTransactionInformationSCT createCreditTransferTransactionInformationSCT() |
||
willuhn$hbci4java | return new CreditorReferenceTypeSDD();
* Create an instance of {@link BranchAndFinancialInstitutionIdentificationSDD2 | CreditorReferenceTypeSDD | CreditorReferenceTypeSDD createCreditorReferenceTypeSDD() | return new CreditorReferenceInformationSEPA1();
* Create an instance of {@link GenericPersonIdentification1 | CreditorReferenceInformationSEPA1 | CreditorReferenceInformationSEPA1 createCreditorReferenceInformationSEPA1() |
||
willuhn$hbci4java | return new PartySDDChoice();
* Create an instance of {@link PartyIdentificationSDD2 | PartySDDChoice | PartySDDChoice createPartySDDChoice() | return new CreditorReferenceTypeCodeSEPA();
* Create an instance of {@link FinancialInstitutionIdentificationSEPA3 | CreditorReferenceTypeCodeSEPA | CreditorReferenceTypeCodeSEPA createCreditorReferenceTypeCodeSEPA() |
||
willuhn$hbci4java | return new AmendmentInformationDetailsSDD();
* Create an instance of {@link DirectDebitTransactionSDD | AmendmentInformationDetailsSDD | AmendmentInformationDetailsSDD createAmendmentInformationDetailsSDD() | return new CustomerCreditTransferInitiationV03();
* Create an instance of {@link BranchAndFinancialInstitutionIdentificationSEPA3 | CustomerCreditTransferInitiationV03 | CustomerCreditTransferInitiationV03 createCustomerCreditTransferInitiationV03() |
||
willuhn$hbci4java | return new GenericIdentificationSDD();
* Create an instance of {@link DirectDebitTransactionSDD | GenericIdentificationSDD | GenericIdentificationSDD createGenericIdentificationSDD() | return new CustomerCreditTransferInitiationV03();
* Create an instance of {@link AccountIdentificationSEPA | CustomerCreditTransferInitiationV03 | CustomerCreditTransferInitiationV03 createCustomerCreditTransferInitiationV03() |
||
willuhn$hbci4java | return new PartySDD();
* Create an instance of {@link PartySDDChoice | PartySDD | PartySDD createPartySDD() | return new FinancialInstitutionIdentificationSEPA1();
* Create an instance of {@link CreditorReferenceTypeCodeSEPA | FinancialInstitutionIdentificationSEPA1 | FinancialInstitutionIdentificationSEPA1 createFinancialInstitutionIdentificationSEPA1() |
||
willuhn$hbci4java | return new PartyIdentificationSDD2();
* Create an instance of {@link PartyIdentificationSDD1 | PartyIdentificationSDD2 | PartyIdentificationSDD2 createPartyIdentificationSDD2() | return new FinancialInstitutionIdentificationSEPA3();
* Create an instance of {@link GroupHeaderSCT | FinancialInstitutionIdentificationSEPA3 | FinancialInstitutionIdentificationSEPA3 createFinancialInstitutionIdentificationSEPA3() |
||
willuhn$hbci4java | return new PartyIdentificationSDD5();
* Create an instance of {@link PartyIdentificationSDD4 | PartyIdentificationSDD5 | PartyIdentificationSDD5 createPartyIdentificationSDD5() | return new GenericOrganisationIdentification1();
* Create an instance of {@link PaymentTypeInformationSCT2 | GenericOrganisationIdentification1 | GenericOrganisationIdentification1 createGenericOrganisationIdentification1() |
||
willuhn$hbci4java | return new PartyIdentificationSDD1();
* Create an instance of {@link PartyIdentificationSDD5 | PartyIdentificationSDD1 | PartyIdentificationSDD1 createPartyIdentificationSDD1() | return new GroupHeaderSCT();
* Create an instance of {@link GenericOrganisationIdentification1 | GroupHeaderSCT | GroupHeaderSCT createGroupHeaderSCT() |
||
willuhn$hbci4java | return new DirectDebitTransactionInformationSDD();
* Create an instance of {@link MandateRelatedInformationSDD | DirectDebitTransactionInformationSDD | DirectDebitTransactionInformationSDD createDirectDebitTransactionInformationSDD() | return new OrganisationIdentificationSEPAChoice();
* Create an instance of {@link StructuredRemittanceInformationSEPA1 | OrganisationIdentificationSEPAChoice | OrganisationIdentificationSEPAChoice createOrganisationIdentificationSEPAChoice() |
||
willuhn$hbci4java | return new RemittanceInformationSDDChoice();
* Create an instance of {@link PurposeSDD | RemittanceInformationSDDChoice | RemittanceInformationSDDChoice createRemittanceInformationSDDChoice() | return new OrganisationIdentificationSchemeName1Choice();
* Create an instance of {@link AmountTypeSEPA | OrganisationIdentificationSchemeName1Choice | OrganisationIdentificationSchemeName1Choice createOrganisationIdentificationSchemeName1Choice() |
||
willuhn$hbci4java | return new StructuredRemittanceInformationSDD();
* Create an instance of {@link RemittanceInformationSDDChoice | StructuredRemittanceInformationSDD | StructuredRemittanceInformationSDD createStructuredRemittanceInformationSDD() | return new OthrIdentification();
* Create an instance of {@link OrganisationIdentificationSchemeName1Choice | OthrIdentification | OthrIdentification createOthrIdentification() |
||
willuhn$hbci4java | return new PartyIdentificationSDD3();
* Create an instance of {@link AmendmentInformationDetailsSDD | PartyIdentificationSDD3 | PartyIdentificationSDD3 createPartyIdentificationSDD3() | return new PartyIdentificationSEPA2();
* Create an instance of {@link PartyIdentificationSEPA1 | PartyIdentificationSEPA2 | PartyIdentificationSEPA2 createPartyIdentificationSEPA2() |
||
willuhn$hbci4java | return new LocalInstrumentSDD();
* Create an instance of {@link PostalAddressSDD | LocalInstrumentSDD | LocalInstrumentSDD createLocalInstrumentSDD() | return new PartySEPAChoice();
* Create an instance of {@link BranchAndFinancialInstitutionIdentificationSEPA1 | PartySEPAChoice | PartySEPAChoice createPartySEPAChoice() |
||
willuhn$hbci4java | return new PaymentTypeInformationSDD();
* Create an instance of {@link PartySDD | PaymentTypeInformationSDD | PaymentTypeInformationSDD createPaymentTypeInformationSDD() | return new PaymentIdentificationSEPA();
* Create an instance of {@link FinancialInstitutionIdentificationSEPA1 | PaymentIdentificationSEPA | PaymentIdentificationSEPA createPaymentIdentificationSEPA() |
||
willuhn$hbci4java | return new PersonIdentificationSDD2();
* Create an instance of {@link PaymentInstructionInformationSDD | PersonIdentificationSDD2 | PersonIdentificationSDD2 createPersonIdentificationSDD2() | return new PaymentInstructionInformationSCT();
* Create an instance of {@link PersonIdentificationSEPA1Choice | PaymentInstructionInformationSCT | PaymentInstructionInformationSCT createPaymentInstructionInformationSCT() |
||
willuhn$hbci4java | return new CurrencyAndAmountSDD();
* Create an instance of {@link CreditorReferenceInformationSDD | CurrencyAndAmountSDD | CurrencyAndAmountSDD createCurrencyAndAmountSDD() | return new PaymentTypeInformationSCT1();
* Create an instance of {@link PurposeSEPA | PaymentTypeInformationSCT1 | PaymentTypeInformationSCT1 createPaymentTypeInformationSCT1() |
||
willuhn$hbci4java | return new PartyIdentificationSDD4();
* Create an instance of {@link PartyIdentificationSDD3 | PartyIdentificationSDD4 | PartyIdentificationSDD4 createPartyIdentificationSDD4() | return new PaymentTypeInformationSCT2();
* Create an instance of {@link PartyIdentificationSEPA2 | PaymentTypeInformationSCT2 | PaymentTypeInformationSCT2 createPaymentTypeInformationSCT2() |