biz.onixs.fix.fast.template
Class SequenceFieldInstr

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldInstr
      extended by biz.onixs.fix.fast.template.SequenceFieldInstr
All Implemented Interfaces:
FieldInstr

public class SequenceFieldInstr
extends AbstractFieldInstr


Field Summary
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
dictionaryEntry, id, name, optional
 
Constructor Summary
SequenceFieldInstr()
           
 
Method Summary
 boolean contentOccupiesPMap()
           
 FieldInstr copy()
           
protected  void copy(SequenceFieldInstr instr)
           
 void decode(DecodingContext context)
           
 void encode(EncodingContext context)
           
 void fillTemplateRef(String name, Template template)
           
 FieldInstr[] getFieldInstrs()
           
 LengthFieldInstr getLengthFieldInstr()
           
 boolean occupiesPresenceMap()
           
 void setFieldInstrs(FieldInstr[] fieldInstrs)
           
 void setLengthFieldInstr(LengthFieldInstr lengthFieldInstr)
           
 String toString()
           
 String toStringShort()
           
 
Methods inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
copy, getDictionaryEntry, getId, getName, isOptional, setId, setName, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceFieldInstr

public SequenceFieldInstr()
Method Detail

getLengthFieldInstr

public LengthFieldInstr getLengthFieldInstr()

setLengthFieldInstr

public void setLengthFieldInstr(LengthFieldInstr lengthFieldInstr)

decode

public void decode(DecodingContext context)
            throws FastException
Throws:
FastException

encode

public void encode(EncodingContext context)
            throws FastException
Throws:
FastException

getFieldInstrs

public FieldInstr[] getFieldInstrs()

setFieldInstrs

public void setFieldInstrs(FieldInstr[] fieldInstrs)

occupiesPresenceMap

public boolean occupiesPresenceMap()

contentOccupiesPMap

public boolean contentOccupiesPMap()

copy

public FieldInstr copy()

copy

protected void copy(SequenceFieldInstr instr)

fillTemplateRef

public void fillTemplateRef(String name,
                            Template template)
Specified by:
fillTemplateRef in interface FieldInstr
Overrides:
fillTemplateRef in class AbstractFieldInstr

toString

public String toString()
Overrides:
toString in class AbstractFieldInstr

toStringShort

public String toStringShort()
Overrides:
toStringShort in class AbstractFieldInstr


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.