parser pattern: S$[/c][/S]S
components pattern: SSSB
Components Data types
- component1:
String
- component2:
String
- component3:
String
- component4:
BIC
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 |
Field87E()
Deprecated. Default constructor |
Field87E(java.lang.String value)
Deprecated. Creates the field parsing the parameter value into fields' components |
Method Summary |
java.util.List<BIC> |
bics()
Deprecated. Utility method that creates a BIC for every string returned by BICContainer.bicStrings() |
java.util.List<java.lang.String> |
bicStrings()
Deprecated. Get a list of strings of BICs present in this field |
java.lang.String |
componentsPattern()
Deprecated. |
java.lang.String |
getComponent1()
Deprecated. Get the component1 |
java.lang.String |
getComponent1AsString()
Deprecated. |
java.lang.String |
getComponent2()
Deprecated. Get the component2 |
java.lang.String |
getComponent2AsString()
Deprecated. |
java.lang.String |
getComponent3()
Deprecated. Get the component3 |
java.lang.String |
getComponent3AsString()
Deprecated. |
java.lang.String |
getComponent4()
Deprecated. Get the component4 |
BIC |
getComponent4AsBIC()
Deprecated. Get the component4 as BIC |
java.lang.String |
getValue()
Deprecated. Serializes the fields' components into the single string value (SWIFT format) |
boolean |
isGeneric()
Deprecated. Returns true if the field is a GENERIC FIELD as specified by the standard. |
boolean |
isOptional(int component)
Deprecated. 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()
Deprecated. |
void |
setComponent1(java.lang.String component1)
Deprecated. Set the component1. |
void |
setComponent2(java.lang.String component2)
Deprecated. Set the component2. |
void |
setComponent3(java.lang.String component3)
Deprecated. Set the component3. |
void |
setComponent4(BIC component4)
Deprecated. Set the component4. |
void |
setComponent4(java.lang.String component4)
Deprecated. Set the component4. |
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
- Deprecated.
- See Also:
- Constant Field Values
PARSER_PATTERN
public static final java.lang.String PARSER_PATTERN
- Deprecated.
- See Also:
- Constant Field Values
COMPONENTS_PATTERN
public static final java.lang.String COMPONENTS_PATTERN
- Deprecated.
- See Also:
- Constant Field Values
Field87E
public Field87E()
- Deprecated.
- Default constructor
Field87E
public Field87E(java.lang.String value)
- Deprecated.
- Creates the field parsing the parameter value into fields' components
- Parameters:
value
-
getValue
public java.lang.String getValue()
- Deprecated.
- 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()
- Deprecated.
- Get the component1
- Returns:
- the component1
getComponent1AsString
@Deprecated
public java.lang.String getComponent1AsString()
- Deprecated.
- Same as getComponent(1)
setComponent1
public void setComponent1(java.lang.String component1)
- Deprecated.
- Set the component1.
- Parameters:
component1
- the component1 to set
getComponent2
public java.lang.String getComponent2()
- Deprecated.
- Get the component2
- Returns:
- the component2
getComponent2AsString
@Deprecated
public java.lang.String getComponent2AsString()
- Deprecated.
- Same as getComponent(2)
setComponent2
public void setComponent2(java.lang.String component2)
- Deprecated.
- Set the component2.
- Parameters:
component2
- the component2 to set
getComponent3
public java.lang.String getComponent3()
- Deprecated.
- Get the component3
- Returns:
- the component3
getComponent3AsString
@Deprecated
public java.lang.String getComponent3AsString()
- Deprecated.
- Same as getComponent(3)
setComponent3
public void setComponent3(java.lang.String component3)
- Deprecated.
- Set the component3.
- Parameters:
component3
- the component3 to set
getComponent4
public java.lang.String getComponent4()
- Deprecated.
- Get the component4
- Returns:
- the component4
getComponent4AsBIC
public BIC getComponent4AsBIC()
- Deprecated.
- Get the component4 as BIC
- Returns:
- the component4 converted to BIC or
null
if cannot be converted
setComponent4
public void setComponent4(java.lang.String component4)
- Deprecated.
- Set the component4.
- Parameters:
component4
- the component4 to set
setComponent4
public void setComponent4(BIC component4)
- Deprecated.
- Set the component4.
- Parameters:
component4
- the BIC with the component4 content to set
bics
public java.util.List<BIC> bics()
- Deprecated.
- Description copied from interface:
BICContainer
- Utility method that creates a BIC for every string returned by
BICContainer.bicStrings()
- Specified by:
bics
in interface BICContainer
bicStrings
public java.util.List<java.lang.String> bicStrings()
- Deprecated.
- Description copied from interface:
BICContainer
- Get a list of strings of BICs present in this field
- Specified by:
bicStrings
in interface BICContainer
- Returns:
- a list, with zero or more BICs in this field.
isOptional
public boolean isOptional(int component)
- Deprecated.
- 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()
- Deprecated.
- 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()
- Deprecated.
- Specified by:
componentsPattern
in interface PatternContainer
parserPattern
public java.lang.String parserPattern()
- Deprecated.
- Specified by:
parserPattern
in interface PatternContainer