|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.prowidesoftware.swift.model.field.Field
com.prowidesoftware.swift.model.field.Field98D
@Deprecated public class Field98D
Field 98D
validation pattern: :4!c//4!c/[N]3!n/4!c
parser pattern: :S//S/[c]N/S
components pattern: SSSNS
String
String
String
Number
String
Field Summary | |
---|---|
static java.lang.String |
COMPONENTS_PATTERN
Deprecated. |
static java.lang.String |
NAME
Deprecated. |
static java.lang.String |
PARSER_PATTERN
Deprecated. |
Fields inherited from class com.prowidesoftware.swift.model.field.Field |
---|
components |
Constructor Summary | |
---|---|
Field98D()
Deprecated. Default constructor |
|
Field98D(java.lang.String value)
Deprecated. Creates the field parsing the parameter value into fields' components |
Method Summary | |
---|---|
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 |
java.lang.Number |
getComponent4AsNumber()
Deprecated. Get the component4 as Number |
java.lang.String |
getComponent5()
Deprecated. Get the component5 |
java.lang.String |
getComponent5AsString()
Deprecated. |
java.lang.String |
getConditionalQualifier()
Deprecated. Gets the conditional qualifier. The conditional qualifier is the the component following the DSS of generic fields, being component 2 or 3 depending on the field structure definition. |
java.lang.String |
getDSS()
Deprecated. Returns the issuer code (or Data Source Scheme or DSS). |
java.lang.String |
getQualifier()
Deprecated. Get the Qualifier (component1). |
java.lang.String |
getValue()
Deprecated. Serializes the fields' components into the single string value (SWIFT format) |
boolean |
isDSSPresent()
Deprecated. Checks if the issuer code (or Data Source Scheme or DSS) is present. |
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(java.lang.Number component4)
Deprecated. Set the component4. |
void |
setComponent4(java.lang.String component4)
Deprecated. Set the component4. |
void |
setComponent5(java.lang.String component5)
Deprecated. Set the component5. |
void |
setQualifier(java.lang.String component1)
Deprecated. Set the Qualifier (component1). |
Methods inherited from class com.prowidesoftware.swift.model.field.Field |
---|
appendInLines, appendInLines, equals, findComponentStartingWith, format, formatAccount, formatNumber, getAsBigDecimal, getComponent, getComponentAs, getComponents, getField, getLabel, getLabel, getLabel, getLabel, getName, getValueByCodeword, getValueDisplay, hashCode, isEmpty, joinComponents, joinComponents, joinComponents, joinComponents, setComponent, setComponents, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String PARSER_PATTERN
public static final java.lang.String COMPONENTS_PATTERN
Constructor Detail |
---|
public Field98D()
public Field98D(java.lang.String value)
value
- Method Detail |
---|
public java.lang.String getValue()
getValue
in class Field
public java.lang.String getComponent1()
@Deprecated public java.lang.String getComponent1AsString()
public java.lang.String getQualifier()
public void setComponent1(java.lang.String component1)
component1
- the component1 to setpublic void setQualifier(java.lang.String component1)
component1
- the Qualifier to setpublic java.lang.String getComponent2()
@Deprecated public java.lang.String getComponent2AsString()
public void setComponent2(java.lang.String component2)
component2
- the component2 to setpublic java.lang.String getComponent3()
@Deprecated public java.lang.String getComponent3AsString()
public void setComponent3(java.lang.String component3)
component3
- the component3 to setpublic java.lang.String getComponent4()
public java.lang.Number getComponent4AsNumber()
null
if cannot be convertedpublic void setComponent4(java.lang.String component4)
component4
- the component4 to setpublic void setComponent4(java.lang.Number component4)
component4
- the Number with the component4 content to setpublic java.lang.String getComponent5()
@Deprecated public java.lang.String getComponent5AsString()
public void setComponent5(java.lang.String component5)
component5
- the component5 to setpublic boolean isOptional(int component)
isOptional
in class Field
component
- component number, first component of a field is referenced as 1
public boolean isGeneric()
isGeneric
in class Field
public java.lang.String getDSS()
getDSS
in interface GenericField
getDSS
in class Field
null
if the DSS is not set or not available for this field.public boolean isDSSPresent()
isDSSPresent
in interface GenericField
isDSSPresent
in class Field
getDSS()
public java.lang.String getConditionalQualifier()
getConditionalQualifier
in interface GenericField
getConditionalQualifier
in class Field
null
if not set or not applicable for this kind of field.public java.lang.String componentsPattern()
componentsPattern
in interface PatternContainer
public java.lang.String parserPattern()
parserPattern
in interface PatternContainer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |