Skip to content

Commit

Permalink
fixed codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed May 31, 2023
1 parent 6890ebd commit 59c4b61
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public interface SchemeConstantsC {
String CABF = "CABF";
String CONB = "CONB";
String CACF = "CACF";
String CLPR = "CLPR";
String CASHDET = "CASHDET";
String CASHACCT = "CASHACCT";
String CASHSECDET = "CASHSECDET";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public interface SchemeConstantsG {
String GBON = "GBON";
String GRSS = "GRSS";
String GUPA = "GUPA";
String GCST = "GCST";
String GCOS = "GCOS";
String GETS = "GETS";
String GOLD = "GOLD";
String GRM = "GRM";
String GECU = "GECU";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public interface SchemeConstantsL {
String LOTO = "LOTO";
String LBIP = "LBIP";
String LTRD = "LTRD";
String LICO = "LICO";
String LOC = "LOC";
String LOT = "LOT";
String LBTY = "LBTY";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ public interface SchemeConstantsM {
String MFDV = "MFDV";
String MET2 = "MET2";
String MET3 = "MET3";
String MVBF = "MVBF";
String MKTB = "MKTB";
String MKTP = "MKTP";
String MVPF = "MVPF";
String MAPL = "MAPL";
String MEXP = "MEXP";
String MANU = "MANU";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public interface SchemeConstantsQ {
String QINT = "QINT";
String QCAS = "QCAS";
String QINS = "QINS";
String QAGE = "QAGE";
String QALL = "QALL";
String QEIN = "QEIN";
String QIBB = "QIBB";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public interface SchemeConstantsR {
String REVR = "REVR";
String REFU = "REFU";
String RECDEL = "RECDEL";
String RELC = "RELC";
String RHOD = "RHOD";
String RUTH = "RUTH";
String REPALL = "REPALL";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public interface SchemeConstantsS {
String SODF = "SODF";
String STAC = "STAC";
String STAQ = "STAQ";
String SECDET = "SECDET";
String SUME = "SUME";
String SUMC = "SUMC";
String SILV = "SILV";
String SAEG = "SAEG";
String STEE = "STEE";
Expand All @@ -122,7 +125,6 @@ public interface SchemeConstantsS {
String SDOT = "SDOT";
String SDUT = "SDUT";
String SECB = "SECB";
String SECDET = "SECDET";
String SECL = "SECL";
String SECM = "SECM";
String SEMI = "SEMI";
Expand Down Expand Up @@ -178,8 +180,6 @@ public interface SchemeConstantsS {
String STLI = "STLI";
String SUAP = "SUAP";
String SUBR = "SUBR";
String SUMC = "SUMC";
String SUME = "SUME";
String SUPP = "SUPP";
String SWIF = "SWIF";
String SWIT = "SWIT";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ public interface SchemeConstantsT {
String TEMP = "TEMP";
String TAXVODET = "TAXVODET";
String TAVO = "TAVO";
String TPRI = "TPRI";
String TVRC = "TVRC";
String TREX = "TREX";
String TCOR = "TCOR";
String TCFA = "TCFA";
String TVOC = "TVOC";
String TITA = "TITA";
String TOL = "TOL";
String TON = "TON";
Expand All @@ -121,7 +127,6 @@ public interface SchemeConstantsT {
String TBAT = "TBAT";
String TBFF = "TBFF";
String TBSP = "TBSP";
String TCFA = "TCFA";
String TCKA = "TCKA";
String TCRP = "TCRP";
String TDIN = "TDIN";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ public interface SchemeConstantsV {
String VSMR = "VSMR";
String VASO = "VASO";
String VAHA = "VAHA";
String VAFC = "VAFC";
String VALDET = "VALDET";
String VALN = "VALN";
String VREN = "VREN";
String V = "V";
String VALDET = "VALDET";
String VALI = "VALI";
String VALR = "VALR";
String VARI = "VARI";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ public List<SequenceA> getSequenceAList() {
@Deprecated
@com.prowidesoftware.deprecation.ProwideDeprecated(phase3=com.prowidesoftware.deprecation.TargetYear.SRU2024)
public static List<SequenceA> getSequenceAList(final SwiftTagListBlock parentSequence) {
com.prowidesoftware.deprecation.DeprecationUtils.phase2(MT203.class, "getSequenceAList(SwiftTagListBlock)", "Use getLoop1List(SwiftTagListBlock) instead");
List<SequenceA> result = new ArrayList<>();
getLoop1List(parentSequence).forEach(s -> result.add(new SequenceA(s)));
return result;
Expand All @@ -845,6 +846,7 @@ public static List<SequenceA> getSequenceAList(final SwiftTagListBlock parentSeq
public static class SequenceA extends SwiftTagListBlock {
private SequenceA(final Loop1 content) {
super(content.getTags());
com.prowidesoftware.deprecation.DeprecationUtils.phase2(MT203.class, "SequenceA(Loop1)", "Use Loop1() instead");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ public List<SequenceA> getSequenceAList() {
@Deprecated
@com.prowidesoftware.deprecation.ProwideDeprecated(phase3=com.prowidesoftware.deprecation.TargetYear.SRU2024)
public static List<SequenceA> getSequenceAList(final SwiftTagListBlock parentSequence) {
com.prowidesoftware.deprecation.DeprecationUtils.phase2(MT210.class, "getSequenceAList", "Use getLoop1List(SwiftTagListBlock) instead");
List<SequenceA> result = new ArrayList<>();
getLoop1List(parentSequence).forEach(s -> result.add(new SequenceA(s)));
return result;
Expand All @@ -674,6 +675,7 @@ public static List<SequenceA> getSequenceAList(final SwiftTagListBlock parentSeq
public static class SequenceA extends SwiftTagListBlock {
private SequenceA(final Loop1 content) {
super(content.getTags());
com.prowidesoftware.deprecation.DeprecationUtils.phase2(MT210.class, "SequenceA(Loop1)", "Use Loop1() instead");
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2022 Prowide
* Copyright 2006-2023 Prowide
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -156,7 +156,7 @@
*
* <p>
* This source code is specific to release <strong>SRU 2022</strong>
* This source code is specific to release <strong>SRU 2023</strong>
* <p>
* For additional resources check <a href="https://www.prowidesoftware.com/resources">https://www.prowidesoftware.com/resources</a>
*/
Expand All @@ -165,7 +165,7 @@ public class MT569 extends AbstractMT implements Serializable {
/**
* Constant identifying the SRU to which this class belongs to.
*/
public static final int SRU = 2022;
public static final int SRU = 2023;
private static final long serialVersionUID = 1L;
private static final java.util.logging.Logger log = java.util.logging.Logger.getLogger(MT569.class.getName());

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2022 Prowide
* Copyright 2006-2023 Prowide
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -50,7 +50,7 @@
*
* <p>
* This source code is specific to release <strong>SRU 2022</strong>
* This source code is specific to release <strong>SRU 2023</strong>
* <p>
* For additional resources check <a href="https://www.prowidesoftware.com/resources">https://www.prowidesoftware.com/resources</a>
*/
Expand All @@ -59,7 +59,7 @@ public class MT768 extends AbstractMT implements Serializable {
/**
* Constant identifying the SRU to which this class belongs to.
*/
public static final int SRU = 2022;
public static final int SRU = 2023;
private static final long serialVersionUID = 1L;
private static final java.util.logging.Logger log = java.util.logging.Logger.getLogger(MT768.class.getName());

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2022 Prowide
* Copyright 2006-2023 Prowide
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -60,7 +60,7 @@ Sequence Loop2 (M) (repetitive)<ul><li class="field">Field 23 (M)</li>
*
* <p>
* This source code is specific to release <strong>SRU 2022</strong>
* This source code is specific to release <strong>SRU 2023</strong>
* <p>
* For additional resources check <a href="https://www.prowidesoftware.com/resources">https://www.prowidesoftware.com/resources</a>
*/
Expand All @@ -69,7 +69,7 @@ public class MT801 extends AbstractMT implements Serializable {
/**
* Constant identifying the SRU to which this class belongs to.
*/
public static final int SRU = 2022;
public static final int SRU = 2023;
private static final long serialVersionUID = 1L;
private static final java.util.logging.Logger log = java.util.logging.Logger.getLogger(MT801.class.getName());

Expand Down

0 comments on commit 59c4b61

Please sign in to comment.