com.teraspaces.qwfix
Class FIXSchemaMessage

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.FIXSchemaMessage
All Implemented Interfaces:
Serializable, Cloneable, Iterable<FIXSchemaMessageFieldBase>, Collection<FIXSchemaMessageFieldBase>, List<FIXSchemaMessageFieldBase>, RandomAccess

public final class FIXSchemaMessage
extends FIXSchemaMessageFieldCollection

Represents the schema of a FIX message. This class cannot be inherited.

See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 FIXSchemaMessageCategory getCategory()
          Gets the category.
 String getMsgType()
          Gets the MsgType.
 String getName()
          Gets the name.
 
Methods inherited from class com.teraspaces.qwfix.FIXSchemaMessageFieldCollection
add, add, addAll, addAll, clear, 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
 

Method Detail

getCategory

public FIXSchemaMessageCategory getCategory()
Gets the category.

Returns:
the category

getName

public String getName()
Gets the name.

Returns:
the name

getMsgType

public String getMsgType()
Gets the MsgType.

Returns:
the MsgType

equals

public boolean equals(Object obj)
Specified by:
equals in interface Collection<FIXSchemaMessageFieldBase>
Specified by:
equals in interface List<FIXSchemaMessageFieldBase>
Overrides:
equals in class FIXSchemaMessageFieldCollection