com.teraspaces.qwfix
Class FIXSchemaHeader

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<FIXSchemaMessageFieldBase>
              extended by com.teraspaces.qwfix.FIXSchemaMessageFieldCollection
                  extended by com.teraspaces.qwfix.FIXSchemaHeader
All Implemented Interfaces:
Serializable, Cloneable, Iterable<FIXSchemaMessageFieldBase>, Collection<FIXSchemaMessageFieldBase>, List<FIXSchemaMessageFieldBase>, RandomAccess

public final class FIXSchemaHeader
extends FIXSchemaMessageFieldCollection

Represents a header in FIX protocol. This class cannot be inherited.

See Also:
Serialized Form

Constructor Summary
FIXSchemaHeader(FIXSchema schema, String description)
          Instantiates a new fIX schema header.
 
Method Summary
 
Methods inherited from class com.teraspaces.qwfix.FIXSchemaMessageFieldCollection
add, add, addAll, addAll, clear, equals, getDescription, getFieldByTag, getParent, getRepeatingGroupSchema, getSchema, remove, remove, removeAll, retainAll, set
 
Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, hashCode, iterator, listIterator, listIterator, subList
 

Constructor Detail

FIXSchemaHeader

public FIXSchemaHeader(FIXSchema schema,
                       String description)
Instantiates a new fIX schema header.

Parameters:
schema - the schema
description - the description