|
|||||||||
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.Field28
public class Field28
Field 28
validation pattern: 5n[/2n]
parser pattern: S[/S]
components pattern: NN
Number
Number
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 | |
---|---|
Field28()
Default constructor |
|
Field28(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.Number |
getComponent1AsNumber()
Get the component1 as Number |
java.lang.String |
getComponent2()
Get the component2 |
java.lang.Number |
getComponent2AsNumber()
Get the component2 as Number |
java.lang.String |
getSequenceNumber()
Get the Sequence Number (component2). |
java.lang.Number |
getSequenceNumberAsNumber()
Get the Sequence Number (component2) as Number |
java.lang.String |
getStatementNumber()
Get the Statement Number (component1). |
java.lang.Number |
getStatementNumberAsNumber()
Get the Statement Number (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 |
setComponent2(java.lang.Number component2)
Set the component2. |
void |
setComponent2(java.lang.String component2)
Set the component2. |
void |
setSequenceNumber(java.lang.Number component2)
Set the Sequence Number (component2) as Number |
void |
setSequenceNumber(java.lang.String component2)
Set the Sequence Number (component2). |
void |
setStatementNumber(java.lang.Number component1)
Set the Statement Number (component1) as Number |
void |
setStatementNumber(java.lang.String component1)
Set the Statement Number (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 |
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 Field28()
public Field28(java.lang.String value)
value
- Method Detail |
---|
public java.lang.String getValue()
getValue
in class Field
public java.lang.String getComponent1()
public java.lang.Number getComponent1AsNumber()
null
if cannot be convertedpublic java.lang.String getStatementNumber()
public java.lang.Number getStatementNumberAsNumber()
null
if cannot be convertedpublic void setComponent1(java.lang.String component1)
component1
- the component1 to setpublic void setComponent1(java.lang.Number component1)
component1
- the Number with the component1 content to setpublic void setStatementNumber(java.lang.String component1)
component1
- the Statement Number to setpublic void setStatementNumber(java.lang.Number component1)
component1
- Number with the Statement Number content to setpublic java.lang.String getComponent2()
public java.lang.Number getComponent2AsNumber()
null
if cannot be convertedpublic java.lang.String getSequenceNumber()
public java.lang.Number getSequenceNumberAsNumber()
null
if cannot be convertedpublic void setComponent2(java.lang.String component2)
component2
- the component2 to setpublic void setComponent2(java.lang.Number component2)
component2
- the Number with the component2 content to setpublic void setSequenceNumber(java.lang.String component2)
component2
- the Sequence Number to setpublic void setSequenceNumber(java.lang.Number component2)
component2
- Number with the Sequence Number content 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 |