Skip to content

Commit

Permalink
CU-86b14j4e0_check-code-security-reports-at-GitHub-for-all-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorres-prowide committed Jul 11, 2024
1 parent a3aced7 commit 5103264
Show file tree
Hide file tree
Showing 193 changed files with 459 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ public Field109 setMIR(String component3) {
*
* @return the list of converted components (a Calendar object or null)
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,12 @@ public String currencyString() {
return CurrencyResolver.resolveCurrencyString(this);
}

@Override
public void initializeCurrencies(String cur) {
CurrencyResolver.resolveSetCurrency(this, cur);
}

@Override
public void initializeCurrencies(Currency cur) {
CurrencyResolver.resolveSetCurrency(this, cur);
}
Expand All @@ -541,6 +543,7 @@ public void initializeCurrencies(Currency cur) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -551,6 +554,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -565,6 +569,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ public Field11R setISN(java.lang.Number component4) {
*
* @return the list of converted components (a Calendar object or null)
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ public Field11S setISN(java.lang.Number component4) {
*
* @return the list of converted components (a Calendar object or null)
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ public Field12A setInstrumentCode(String component3) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return getComponent2();
}
Expand All @@ -522,6 +523,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return getComponent2() != null;
}
Expand All @@ -536,6 +538,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ public Field12B setType(String component3) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return getComponent2();
}
Expand All @@ -517,6 +518,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return getComponent2() != null;
}
Expand All @@ -531,6 +533,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ public Field12C setCFICode(String component2) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -437,6 +438,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -451,6 +453,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ public Field13A setNumberIdentification(String component2) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -461,6 +462,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -475,6 +477,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ public Field13B setNumber(String component3) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return getComponent2();
}
Expand All @@ -493,6 +494,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return getComponent2() != null;
}
Expand All @@ -507,6 +509,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ public Field13D setOffset(java.util.Calendar component4) {
*
* @return the list of converted components (a Calendar object or null)
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ public Field13J setCode(String component2) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -466,6 +467,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -480,6 +482,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ public BigDecimal amount() {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -696,6 +697,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -710,6 +712,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ public Field142 setStartDateTime(java.util.Calendar component1) {
* @return the list of converted components (a Calendar object or null)
* @since 9.2.7
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ public Field143 setEndDateTime(java.util.Calendar component1) {
* @return the list of converted components (a Calendar object or null)
* @since 9.2.7
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ public Field171 setDate(java.util.Calendar component1) {
*
* @return the list of converted components (a Calendar object or null)
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ public Field172 setEndDate(java.util.Calendar component2) {
* @return the list of converted components (a Calendar object or null)
* @since 9.2.7
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ public Field173 setDayTime(java.util.Calendar component1) {
* @return the list of converted components (a Calendar object or null)
* @since 9.2.7
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ public Field177 setDateTime(java.util.Calendar component1) {
* @return the list of converted components (a Calendar object or null)
* @since 9.2.7
*/
@Override
public List<Calendar> dates() {
return DateResolver.dates(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ public Field17B setFlag(String component2) {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -437,6 +438,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -451,6 +453,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,12 @@ public String currencyString() {
return MonetaryAmountResolver.resolveCurrencyString(this);
}

@Override
public void initializeCurrencies(String cur) {
MonetaryAmountResolver.resolveSetCurrency(this, cur);
}

@Override
public void initializeCurrencies(Currency cur) {
MonetaryAmountResolver.resolveSetCurrency(this, cur);
}
Expand Down Expand Up @@ -794,6 +796,7 @@ public BigDecimal amount() {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -804,6 +807,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -818,6 +822,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -696,10 +696,12 @@ public String currencyString() {
return MonetaryAmountResolver.resolveCurrencyString(this);
}

@Override
public void initializeCurrencies(String cur) {
MonetaryAmountResolver.resolveSetCurrency(this, cur);
}

@Override
public void initializeCurrencies(Currency cur) {
MonetaryAmountResolver.resolveSetCurrency(this, cur);
}
Expand Down Expand Up @@ -731,6 +733,7 @@ public BigDecimal amount() {
*
* @return DSS component value or null if the DSS is not set or not available for this field.
*/
@Override
public String getDSS() {
return null;
}
Expand All @@ -741,6 +744,7 @@ public String getDSS() {
* @see #getDSS()
* @return true if DSS is present, false otherwise.
*/
@Override
public boolean isDSSPresent() {
return false;
}
Expand All @@ -755,6 +759,7 @@ public boolean isDSSPresent() {
*
* @return for generic fields returns the value of the conditional qualifier or null if not set or not applicable for this field.
*/
@Override
public String getConditionalQualifier() {
return getComponent(CONDITIONAL_QUALIFIER);
}
Expand Down
Loading

0 comments on commit 5103264

Please sign in to comment.