com.prowidesoftware.swift.model.field
Class Field37P
java.lang.Object
com.prowidesoftware.swift.model.field.Field
com.prowidesoftware.swift.model.field.Field37P
- All Implemented Interfaces:
- AmountContainer, PatternContainer, java.io.Serializable
public class Field37P
- extends Field
- implements java.io.Serializable, AmountContainer
Field 37P
validation pattern: 12
parser pattern: N
components pattern: N
Components Data types
NOTE: this source code has been generated.
- Author:
- www.prowidesoftware.com
- See Also:
- Serialized Form
Fields inherited from class com.prowidesoftware.swift.model.field.Field |
components |
Constructor Summary |
Field37P()
Default constructor |
Field37P(java.lang.String value)
Creates the field parsing the parameter value into fields' components |
Method Summary |
java.math.BigDecimal |
amount()
Get the first amount in this field. |
java.util.List<java.math.BigDecimal> |
amounts()
|
java.lang.String |
componentsPattern()
|
java.lang.String |
getComponent1()
Get the component1 |
java.lang.Number |
getComponent1AsNumber()
Get the component1 as Number |
java.lang.String |
getRate()
Get the Rate (component1). |
java.lang.Number |
getRateAsNumber()
Get the Rate (component1) as Number |
java.lang.String |
getValue()
Serializes the fields' components into the single string value (SWIFT format) |
boolean |
isGeneric()
Returns true if the field is a GENERIC FIELD as specified by the standard. |
boolean |
isOptional(int component)
Given a component number it returns true if the component is optional,
regardless of the field being mandatory in a particular message.
Being the field's value conformed by a composition of one or several
internal component values, the field may be present in a message with
a proper value but with some of its internal components not set. |
java.lang.String |
parserPattern()
|
void |
setComponent1(java.lang.Number component1)
Set the component1. |
void |
setComponent1(java.lang.String component1)
Set the component1. |
void |
setRate(java.lang.Number component1)
Set the Rate (component1) as Number |
void |
setRate(java.lang.String component1)
Set the Rate (component1). |
Methods inherited from class com.prowidesoftware.swift.model.field.Field |
appendInLines, appendInLines, equals, findComponentStartingWith, format, formatAccount, formatNumber, getAsBigDecimal, getComponent, getComponentAs, getComponents, getConditionalQualifier, getDSS, getField, getLabel, getLabel, getLabel, getLabel, getName, getValueByCodeword, getValueDisplay, hashCode, isDSSPresent, isEmpty, joinComponents, joinComponents, joinComponents, joinComponents, setComponent, setComponents, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
PARSER_PATTERN
public static final java.lang.String PARSER_PATTERN
- See Also:
- Constant Field Values
COMPONENTS_PATTERN
public static final java.lang.String COMPONENTS_PATTERN
- See Also:
- Constant Field Values
Field37P
public Field37P()
- Default constructor
Field37P
public Field37P(java.lang.String value)
- Creates the field parsing the parameter value into fields' components
- Parameters:
value
-
getValue
public java.lang.String getValue()
- Serializes the fields' components into the single string value (SWIFT format)
- Overrides:
getValue
in class Field
- Returns:
- SWIFT formatted value
getComponent1
public java.lang.String getComponent1()
- Get the component1
- Returns:
- the component1
getComponent1AsNumber
public java.lang.Number getComponent1AsNumber()
- Get the component1 as Number
- Returns:
- the component1 converted to Number or
null
if cannot be converted
getRate
public java.lang.String getRate()
- Get the Rate (component1).
- Returns:
- the Rate from component1
getRateAsNumber
public java.lang.Number getRateAsNumber()
- Get the Rate (component1) as Number
- Returns:
- the Rate from component1 converted to Number or
null
if cannot be converted
setComponent1
public void setComponent1(java.lang.String component1)
- Set the component1.
- Parameters:
component1
- the component1 to set
setComponent1
public void setComponent1(java.lang.Number component1)
- Set the component1.
- Parameters:
component1
- the Number with the component1 content to set
setRate
public void setRate(java.lang.String component1)
- Set the Rate (component1).
- Parameters:
component1
- the Rate to set
setRate
public void setRate(java.lang.Number component1)
- Set the Rate (component1) as Number
- Parameters:
component1
- Number with the Rate content to set
amounts
public java.util.List<java.math.BigDecimal> amounts()
amount
public java.math.BigDecimal amount()
- Description copied from interface:
AmountContainer
- Get the first amount in this field.
- Specified by:
amount
in interface AmountContainer
isOptional
public boolean isOptional(int component)
- Given a component number it returns true if the component is optional,
regardless of the field being mandatory in a particular message.
Being the field's value conformed by a composition of one or several
internal component values, the field may be present in a message with
a proper value but with some of its internal components not set.
- Specified by:
isOptional
in class Field
- Parameters:
component
- component number, first component of a field is referenced as 1
- Returns:
- true if the component is optional for this field, false otherwise
isGeneric
public boolean isGeneric()
- Returns true if the field is a GENERIC FIELD as specified by the standard.
- Specified by:
isGeneric
in class Field
- Returns:
- true if the field is generic, false otherwise
componentsPattern
public java.lang.String componentsPattern()
- Specified by:
componentsPattern
in interface PatternContainer
parserPattern
public java.lang.String parserPattern()
- Specified by:
parserPattern
in interface PatternContainer