quickfix.fix44
Class NetworkStatusResponse

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix44.Message
              extended by quickfix.fix44.NetworkStatusResponse
All Implemented Interfaces:
java.io.Serializable

public class NetworkStatusResponse
extends Message

See Also:
Serialized Form

Nested Class Summary
static class NetworkStatusResponse.NoCompIDs
           
 
Nested classes/interfaces inherited from class quickfix.fix44.Message
Message.Header
 
Nested classes/interfaces inherited from class quickfix.Message
Message.Trailer
 
Field Summary
static java.lang.String MSGTYPE
           
 
Fields inherited from class quickfix.Message
header, trailer
 
Constructor Summary
NetworkStatusResponse()
           
NetworkStatusResponse(NetworkStatusResponseType networkStatusResponseType)
           
 
Method Summary
 LastNetworkResponseID get(LastNetworkResponseID value)
           
 NetworkRequestID get(NetworkRequestID value)
           
 NetworkResponseID get(NetworkResponseID value)
           
 NetworkStatusResponseType get(NetworkStatusResponseType value)
           
 NoCompIDs get(NoCompIDs value)
           
 LastNetworkResponseID getLastNetworkResponseID()
           
 NetworkRequestID getNetworkRequestID()
           
 NetworkResponseID getNetworkResponseID()
           
 NetworkStatusResponseType getNetworkStatusResponseType()
           
 NoCompIDs getNoCompIDs()
           
 boolean isSet(LastNetworkResponseID field)
           
 boolean isSet(NetworkRequestID field)
           
 boolean isSet(NetworkResponseID field)
           
 boolean isSet(NetworkStatusResponseType field)
           
 boolean isSet(NoCompIDs field)
           
 boolean isSetLastNetworkResponseID()
           
 boolean isSetNetworkRequestID()
           
 boolean isSetNetworkResponseID()
           
 boolean isSetNetworkStatusResponseType()
           
 boolean isSetNoCompIDs()
           
 void set(LastNetworkResponseID value)
           
 void set(NetworkRequestID value)
           
 void set(NetworkResponseID value)
           
 void set(NetworkStatusResponseType value)
           
 void set(NoCompIDs value)
           
 
Methods inherited from class quickfix.fix44.Message
get, get, get, getCheckSum, getSignature, getSignatureLength, isSet, isSet, isSet, isSetCheckSum, isSetSignature, isSetSignatureLength, set, set, set
 
Methods inherited from class quickfix.Message
bodyLength, clear, clone, fromString, fromString, getException, getHeader, getTrailer, headerAddGroup, headerGetGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerRemoveGroup, headerReplaceGroup, identifyType, InitializeXML, isAdmin, isApp, isEmpty, pushBack, reverseRoute, toString, toXML, toXML, trailerAddGroup, trailerGetGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerRemoveGroup, trailerReplaceGroup
 
Methods inherited from class quickfix.FieldMap
addGroup, calculateString, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MSGTYPE

public static final java.lang.String MSGTYPE
See Also:
Constant Field Values
Constructor Detail

NetworkStatusResponse

public NetworkStatusResponse()

NetworkStatusResponse

public NetworkStatusResponse(NetworkStatusResponseType networkStatusResponseType)
Method Detail

set

public void set(NetworkStatusResponseType value)

get

public NetworkStatusResponseType get(NetworkStatusResponseType value)
                              throws FieldNotFound
Throws:
FieldNotFound

getNetworkStatusResponseType

public NetworkStatusResponseType getNetworkStatusResponseType()
                                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NetworkStatusResponseType field)

isSetNetworkStatusResponseType

public boolean isSetNetworkStatusResponseType()

set

public void set(NetworkRequestID value)

get

public NetworkRequestID get(NetworkRequestID value)
                     throws FieldNotFound
Throws:
FieldNotFound

getNetworkRequestID

public NetworkRequestID getNetworkRequestID()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NetworkRequestID field)

isSetNetworkRequestID

public boolean isSetNetworkRequestID()

set

public void set(NetworkResponseID value)

get

public NetworkResponseID get(NetworkResponseID value)
                      throws FieldNotFound
Throws:
FieldNotFound

getNetworkResponseID

public NetworkResponseID getNetworkResponseID()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NetworkResponseID field)

isSetNetworkResponseID

public boolean isSetNetworkResponseID()

set

public void set(LastNetworkResponseID value)

get

public LastNetworkResponseID get(LastNetworkResponseID value)
                          throws FieldNotFound
Throws:
FieldNotFound

getLastNetworkResponseID

public LastNetworkResponseID getLastNetworkResponseID()
                                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastNetworkResponseID field)

isSetLastNetworkResponseID

public boolean isSetLastNetworkResponseID()

set

public void set(NoCompIDs value)

get

public NoCompIDs get(NoCompIDs value)
              throws FieldNotFound
Throws:
FieldNotFound

getNoCompIDs

public NoCompIDs getNoCompIDs()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoCompIDs field)

isSetNoCompIDs

public boolean isSetNoCompIDs()