com.prowidesoftware.swift.model.field
Class Field30G

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

public class Field30G
extends Field
implements java.io.Serializable, DateContainer

Field 30G

validation pattern: /
parser pattern: S/S
components pattern: DD

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
Field30G()
          Default constructor
Field30G(java.lang.String value)
          Creates the field parsing the parameter value into fields' components
 
Method Summary
 java.lang.String componentsPattern()
           
 java.util.List<java.util.Calendar> dates()
          Get a calendar for every date found
 java.lang.String getComponent1()
          Get the component1
 java.util.Calendar getComponent1AsCalendar()
          Get the component1 as Calendar
 java.lang.String getComponent2()
          Get the component2
 java.util.Calendar getComponent2AsCalendar()
          Get the component2 as Calendar
 java.lang.String getEndDate()
          Get the End Date (component2).
 java.util.Calendar getEndDateAsCalendar()
          Get the End Date (component2) as Calendar
 java.lang.String getStartDate()
          Get the Start Date (component1).
 java.util.Calendar getStartDateAsCalendar()
          Get the Start Date (component1) as Calendar
 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.util.Calendar component1)
          Set the component1.
 void setComponent1(java.lang.String component1)
          Set the component1.
 void setComponent2(java.util.Calendar component2)
          Set the component2.
 void setComponent2(java.lang.String component2)
          Set the component2.
 void setEndDate(java.util.Calendar component2)
          Set the End Date (component2) as Calendar
 void setEndDate(java.lang.String component2)
          Set the End Date (component2).
 void setStartDate(java.util.Calendar component1)
          Set the Start Date (component1) as Calendar
 void setStartDate(java.lang.String component1)
          Set the Start Date (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

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

Field30G

public Field30G()
Default constructor


Field30G

public Field30G(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

getComponent1AsCalendar

public java.util.Calendar getComponent1AsCalendar()
Get the component1 as Calendar

Returns:
the component1 converted to Calendar or null if cannot be converted

getStartDate

public java.lang.String getStartDate()
Get the Start Date (component1).

Returns:
the Start Date from component1

getStartDateAsCalendar

public java.util.Calendar getStartDateAsCalendar()
Get the Start Date (component1) as Calendar

Returns:
the Start Date from component1 converted to Calendar 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.util.Calendar component1)
Set the component1.

Parameters:
component1 - the Calendar with the component1 content to set

setStartDate

public void setStartDate(java.lang.String component1)
Set the Start Date (component1).

Parameters:
component1 - the Start Date to set

setStartDate

public void setStartDate(java.util.Calendar component1)
Set the Start Date (component1) as Calendar

Parameters:
component1 - Calendar with the Start Date content to set

getComponent2

public java.lang.String getComponent2()
Get the component2

Returns:
the component2

getComponent2AsCalendar

public java.util.Calendar getComponent2AsCalendar()
Get the component2 as Calendar

Returns:
the component2 converted to Calendar or null if cannot be converted

getEndDate

public java.lang.String getEndDate()
Get the End Date (component2).

Returns:
the End Date from component2

getEndDateAsCalendar

public java.util.Calendar getEndDateAsCalendar()
Get the End Date (component2) as Calendar

Returns:
the End Date from component2 converted to Calendar or null if cannot be converted

setComponent2

public void setComponent2(java.lang.String component2)
Set the component2.

Parameters:
component2 - the component2 to set

setComponent2

public void setComponent2(java.util.Calendar component2)
Set the component2.

Parameters:
component2 - the Calendar with the component2 content to set

setEndDate

public void setEndDate(java.lang.String component2)
Set the End Date (component2).

Parameters:
component2 - the End Date to set

setEndDate

public void setEndDate(java.util.Calendar component2)
Set the End Date (component2) as Calendar

Parameters:
component2 - Calendar with the End Date content to set

dates

public java.util.List<java.util.Calendar> dates()
Description copied from interface: DateContainer
Get a calendar for every date found

Specified by:
dates in interface DateContainer

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