|
|||||||||
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.Field78
public class Field78
Field 78
validation pattern: 65x[$65x]0-11
parser pattern: S[$S]0-11
components pattern: SSSSSSSSSSSS
String
String
String
String
String
String
String
String
String
String
String
String
Field Summary | |
---|---|
static java.lang.String |
COMPONENTS_PATTERN
|
static java.lang.String |
NAME
|
static java.lang.String |
PARSER_PATTERN
|
Fields inherited from class com.prowidesoftware.swift.model.field.Field |
---|
components |
Constructor Summary | |
---|---|
Field78()
Default constructor |
|
Field78(java.lang.String value)
Creates the field parsing the parameter value into fields' components |
Method Summary | |
---|---|
java.lang.String |
componentsPattern()
|
java.lang.String |
getComponent1()
Get the component1 |
java.lang.String |
getComponent10()
Get the component10 |
java.lang.String |
getComponent10AsString()
Deprecated. |
java.lang.String |
getComponent11()
Get the component11 |
java.lang.String |
getComponent11AsString()
Deprecated. |
java.lang.String |
getComponent12()
Get the component12 |
java.lang.String |
getComponent12AsString()
Deprecated. |
java.lang.String |
getComponent1AsString()
Deprecated. |
java.lang.String |
getComponent2()
Get the component2 |
java.lang.String |
getComponent2AsString()
Deprecated. |
java.lang.String |
getComponent3()
Get the component3 |
java.lang.String |
getComponent3AsString()
Deprecated. |
java.lang.String |
getComponent4()
Get the component4 |
java.lang.String |
getComponent4AsString()
Deprecated. |
java.lang.String |
getComponent5()
Get the component5 |
java.lang.String |
getComponent5AsString()
Deprecated. |
java.lang.String |
getComponent6()
Get the component6 |
java.lang.String |
getComponent6AsString()
Deprecated. |
java.lang.String |
getComponent7()
Get the component7 |
java.lang.String |
getComponent7AsString()
Deprecated. |
java.lang.String |
getComponent8()
Get the component8 |
java.lang.String |
getComponent8AsString()
Deprecated. |
java.lang.String |
getComponent9()
Get the component9 |
java.lang.String |
getComponent9AsString()
Deprecated. |
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.String component1)
Set the component1. |
void |
setComponent10(java.lang.String component10)
Set the component10. |
void |
setComponent11(java.lang.String component11)
Set the component11. |
void |
setComponent12(java.lang.String component12)
Set the component12. |
void |
setComponent2(java.lang.String component2)
Set the component2. |
void |
setComponent3(java.lang.String component3)
Set the component3. |
void |
setComponent4(java.lang.String component4)
Set the component4. |
void |
setComponent5(java.lang.String component5)
Set the component5. |
void |
setComponent6(java.lang.String component6)
Set the component6. |
void |
setComponent7(java.lang.String component7)
Set the component7. |
void |
setComponent8(java.lang.String component8)
Set the component8. |
void |
setComponent9(java.lang.String component9)
Set the component9. |
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 |
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 Field78()
public Field78(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 void setComponent1(java.lang.String component1)
component1
- the component1 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()
@Deprecated public java.lang.String getComponent4AsString()
public void setComponent4(java.lang.String component4)
component4
- the component4 to setpublic java.lang.String getComponent5()
@Deprecated public java.lang.String getComponent5AsString()
public void setComponent5(java.lang.String component5)
component5
- the component5 to setpublic java.lang.String getComponent6()
@Deprecated public java.lang.String getComponent6AsString()
public void setComponent6(java.lang.String component6)
component6
- the component6 to setpublic java.lang.String getComponent7()
@Deprecated public java.lang.String getComponent7AsString()
public void setComponent7(java.lang.String component7)
component7
- the component7 to setpublic java.lang.String getComponent8()
@Deprecated public java.lang.String getComponent8AsString()
public void setComponent8(java.lang.String component8)
component8
- the component8 to setpublic java.lang.String getComponent9()
@Deprecated public java.lang.String getComponent9AsString()
public void setComponent9(java.lang.String component9)
component9
- the component9 to setpublic java.lang.String getComponent10()
@Deprecated public java.lang.String getComponent10AsString()
public void setComponent10(java.lang.String component10)
component10
- the component10 to setpublic java.lang.String getComponent11()
@Deprecated public java.lang.String getComponent11AsString()
public void setComponent11(java.lang.String component11)
component11
- the component11 to setpublic java.lang.String getComponent12()
@Deprecated public java.lang.String getComponent12AsString()
public void setComponent12(java.lang.String component12)
component12
- the component12 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 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 |