com.prowidesoftware.swift.model.field
Class Field29G

java.lang.Object
  extended by com.prowidesoftware.swift.model.field.Field
      extended by com.prowidesoftware.swift.model.field.Field29G
All Implemented Interfaces:
PatternContainer, java.io.Serializable

public class Field29G
extends Field
implements java.io.Serializable

Field 29G

validation pattern: 1n/33z[$1n/33z]0-8
parser pattern: S/S[$S/S]0-8
components pattern: NSNSNSNSNSNSNSNSNS

Components Data types

NOTE: this source code has been generated.

Author:
www.prowidesoftware.com
See Also:
Serialized Form

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
Field29G()
          Default constructor
Field29G(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.Number getComponent11AsNumber()
          Get the component11 as Number
 java.lang.String getComponent12()
          Get the component12
 java.lang.String getComponent12AsString()
          Deprecated. 
 java.lang.String getComponent13()
          Get the component13
 java.lang.Number getComponent13AsNumber()
          Get the component13 as Number
 java.lang.String getComponent14()
          Get the component14
 java.lang.String getComponent14AsString()
          Deprecated. 
 java.lang.String getComponent15()
          Get the component15
 java.lang.Number getComponent15AsNumber()
          Get the component15 as Number
 java.lang.String getComponent16()
          Get the component16
 java.lang.String getComponent16AsString()
          Deprecated. 
 java.lang.String getComponent17()
          Get the component17
 java.lang.Number getComponent17AsNumber()
          Get the component17 as Number
 java.lang.String getComponent18()
          Get the component18
 java.lang.String getComponent18AsString()
          Deprecated. 
 java.lang.Number getComponent1AsNumber()
          Get the component1 as Number
 java.lang.String getComponent2()
          Get the component2
 java.lang.String getComponent2AsString()
          Deprecated. 
 java.lang.String getComponent3()
          Get the component3
 java.lang.Number getComponent3AsNumber()
          Get the component3 as Number
 java.lang.String getComponent4()
          Get the component4
 java.lang.String getComponent4AsString()
          Deprecated. 
 java.lang.String getComponent5()
          Get the component5
 java.lang.Number getComponent5AsNumber()
          Get the component5 as Number
 java.lang.String getComponent6()
          Get the component6
 java.lang.String getComponent6AsString()
          Deprecated. 
 java.lang.String getComponent7()
          Get the component7
 java.lang.Number getComponent7AsNumber()
          Get the component7 as Number
 java.lang.String getComponent8()
          Get the component8
 java.lang.String getComponent8AsString()
          Deprecated. 
 java.lang.String getComponent9()
          Get the component9
 java.lang.Number getComponent9AsNumber()
          Get the component9 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 setComponent10(java.lang.String component10)
          Set the component10.
 void setComponent11(java.lang.Number component11)
          Set the component11.
 void setComponent11(java.lang.String component11)
          Set the component11.
 void setComponent12(java.lang.String component12)
          Set the component12.
 void setComponent13(java.lang.Number component13)
          Set the component13.
 void setComponent13(java.lang.String component13)
          Set the component13.
 void setComponent14(java.lang.String component14)
          Set the component14.
 void setComponent15(java.lang.Number component15)
          Set the component15.
 void setComponent15(java.lang.String component15)
          Set the component15.
 void setComponent16(java.lang.String component16)
          Set the component16.
 void setComponent17(java.lang.Number component17)
          Set the component17.
 void setComponent17(java.lang.String component17)
          Set the component17.
 void setComponent18(java.lang.String component18)
          Set the component18.
 void setComponent2(java.lang.String component2)
          Set the component2.
 void setComponent3(java.lang.Number component3)
          Set the component3.
 void setComponent3(java.lang.String component3)
          Set the component3.
 void setComponent4(java.lang.String component4)
          Set the component4.
 void setComponent5(java.lang.Number component5)
          Set the component5.
 void setComponent5(java.lang.String component5)
          Set the component5.
 void setComponent6(java.lang.String component6)
          Set the component6.
 void setComponent7(java.lang.Number component7)
          Set the component7.
 void setComponent7(java.lang.String component7)
          Set the component7.
 void setComponent8(java.lang.String component8)
          Set the component8.
 void setComponent9(java.lang.Number component9)
          Set the component9.
 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

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
Constructor Detail

Field29G

public Field29G()
Default constructor


Field29G

public Field29G(java.lang.String value)
Creates the field parsing the parameter value into fields' components

Parameters:
value -
Method Detail

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

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

getComponent2

public java.lang.String getComponent2()
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)
Set the component2.

Parameters:
component2 - the component2 to set

getComponent3

public java.lang.String getComponent3()
Get the component3

Returns:
the component3

getComponent3AsNumber

public java.lang.Number getComponent3AsNumber()
Get the component3 as Number

Returns:
the component3 converted to Number or null if cannot be converted

setComponent3

public void setComponent3(java.lang.String component3)
Set the component3.

Parameters:
component3 - the component3 to set

setComponent3

public void setComponent3(java.lang.Number component3)
Set the component3.

Parameters:
component3 - the Number with the component3 content to set

getComponent4

public java.lang.String getComponent4()
Get the component4

Returns:
the component4

getComponent4AsString

@Deprecated
public java.lang.String getComponent4AsString()
Deprecated. 

Same as getComponent(4)


setComponent4

public void setComponent4(java.lang.String component4)
Set the component4.

Parameters:
component4 - the component4 to set

getComponent5

public java.lang.String getComponent5()
Get the component5

Returns:
the component5

getComponent5AsNumber

public java.lang.Number getComponent5AsNumber()
Get the component5 as Number

Returns:
the component5 converted to Number or null if cannot be converted

setComponent5

public void setComponent5(java.lang.String component5)
Set the component5.

Parameters:
component5 - the component5 to set

setComponent5

public void setComponent5(java.lang.Number component5)
Set the component5.

Parameters:
component5 - the Number with the component5 content to set

getComponent6

public java.lang.String getComponent6()
Get the component6

Returns:
the component6

getComponent6AsString

@Deprecated
public java.lang.String getComponent6AsString()
Deprecated. 

Same as getComponent(6)


setComponent6

public void setComponent6(java.lang.String component6)
Set the component6.

Parameters:
component6 - the component6 to set

getComponent7

public java.lang.String getComponent7()
Get the component7

Returns:
the component7

getComponent7AsNumber

public java.lang.Number getComponent7AsNumber()
Get the component7 as Number

Returns:
the component7 converted to Number or null if cannot be converted

setComponent7

public void setComponent7(java.lang.String component7)
Set the component7.

Parameters:
component7 - the component7 to set

setComponent7

public void setComponent7(java.lang.Number component7)
Set the component7.

Parameters:
component7 - the Number with the component7 content to set

getComponent8

public java.lang.String getComponent8()
Get the component8

Returns:
the component8

getComponent8AsString

@Deprecated
public java.lang.String getComponent8AsString()
Deprecated. 

Same as getComponent(8)


setComponent8

public void setComponent8(java.lang.String component8)
Set the component8.

Parameters:
component8 - the component8 to set

getComponent9

public java.lang.String getComponent9()
Get the component9

Returns:
the component9

getComponent9AsNumber

public java.lang.Number getComponent9AsNumber()
Get the component9 as Number

Returns:
the component9 converted to Number or null if cannot be converted

setComponent9

public void setComponent9(java.lang.String component9)
Set the component9.

Parameters:
component9 - the component9 to set

setComponent9

public void setComponent9(java.lang.Number component9)
Set the component9.

Parameters:
component9 - the Number with the component9 content to set

getComponent10

public java.lang.String getComponent10()
Get the component10

Returns:
the component10

getComponent10AsString

@Deprecated
public java.lang.String getComponent10AsString()
Deprecated. 

Same as getComponent(10)


setComponent10

public void setComponent10(java.lang.String component10)
Set the component10.

Parameters:
component10 - the component10 to set

getComponent11

public java.lang.String getComponent11()
Get the component11

Returns:
the component11

getComponent11AsNumber

public java.lang.Number getComponent11AsNumber()
Get the component11 as Number

Returns:
the component11 converted to Number or null if cannot be converted

setComponent11

public void setComponent11(java.lang.String component11)
Set the component11.

Parameters:
component11 - the component11 to set

setComponent11

public void setComponent11(java.lang.Number component11)
Set the component11.

Parameters:
component11 - the Number with the component11 content to set

getComponent12

public java.lang.String getComponent12()
Get the component12

Returns:
the component12

getComponent12AsString

@Deprecated
public java.lang.String getComponent12AsString()
Deprecated. 

Same as getComponent(12)


setComponent12

public void setComponent12(java.lang.String component12)
Set the component12.

Parameters:
component12 - the component12 to set

getComponent13

public java.lang.String getComponent13()
Get the component13

Returns:
the component13

getComponent13AsNumber

public java.lang.Number getComponent13AsNumber()
Get the component13 as Number

Returns:
the component13 converted to Number or null if cannot be converted

setComponent13

public void setComponent13(java.lang.String component13)
Set the component13.

Parameters:
component13 - the component13 to set

setComponent13

public void setComponent13(java.lang.Number component13)
Set the component13.

Parameters:
component13 - the Number with the component13 content to set

getComponent14

public java.lang.String getComponent14()
Get the component14

Returns:
the component14

getComponent14AsString

@Deprecated
public java.lang.String getComponent14AsString()
Deprecated. 

Same as getComponent(14)


setComponent14

public void setComponent14(java.lang.String component14)
Set the component14.

Parameters:
component14 - the component14 to set

getComponent15

public java.lang.String getComponent15()
Get the component15

Returns:
the component15

getComponent15AsNumber

public java.lang.Number getComponent15AsNumber()
Get the component15 as Number

Returns:
the component15 converted to Number or null if cannot be converted

setComponent15

public void setComponent15(java.lang.String component15)
Set the component15.

Parameters:
component15 - the component15 to set

setComponent15

public void setComponent15(java.lang.Number component15)
Set the component15.

Parameters:
component15 - the Number with the component15 content to set

getComponent16

public java.lang.String getComponent16()
Get the component16

Returns:
the component16

getComponent16AsString

@Deprecated
public java.lang.String getComponent16AsString()
Deprecated. 

Same as getComponent(16)


setComponent16

public void setComponent16(java.lang.String component16)
Set the component16.

Parameters:
component16 - the component16 to set

getComponent17

public java.lang.String getComponent17()
Get the component17

Returns:
the component17

getComponent17AsNumber

public java.lang.Number getComponent17AsNumber()
Get the component17 as Number

Returns:
the component17 converted to Number or null if cannot be converted

setComponent17

public void setComponent17(java.lang.String component17)
Set the component17.

Parameters:
component17 - the component17 to set

setComponent17

public void setComponent17(java.lang.Number component17)
Set the component17.

Parameters:
component17 - the Number with the component17 content to set

getComponent18

public java.lang.String getComponent18()
Get the component18

Returns:
the component18

getComponent18AsString

@Deprecated
public java.lang.String getComponent18AsString()
Deprecated. 

Same as getComponent(18)


setComponent18

public void setComponent18(java.lang.String component18)
Set the component18.

Parameters:
component18 - the component18 to set

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