quickfix.fix43
Class RegistrationInstructionsResponse.NoPartyIDs

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix43.RegistrationInstructionsResponse.NoPartyIDs
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RegistrationInstructionsResponse

public static class RegistrationInstructionsResponse.NoPartyIDs
extends Group

See Also:
Serialized Form

Constructor Summary
RegistrationInstructionsResponse.NoPartyIDs()
           
 
Method Summary
 PartyID get(PartyID value)
           
 PartyIDSource get(PartyIDSource value)
           
 PartyRole get(PartyRole value)
           
 PartySubID get(PartySubID value)
           
 PartyID getPartyID()
           
 PartyIDSource getPartyIDSource()
           
 PartyRole getPartyRole()
           
 PartySubID getPartySubID()
           
 boolean isSet(PartyID field)
           
 boolean isSet(PartyIDSource field)
           
 boolean isSet(PartyRole field)
           
 boolean isSet(PartySubID field)
           
 boolean isSetPartyID()
           
 boolean isSetPartyIDSource()
           
 boolean isSetPartyRole()
           
 boolean isSetPartySubID()
           
 void set(PartyID value)
           
 void set(PartyIDSource value)
           
 void set(PartyRole value)
           
 void set(PartySubID value)
           
 
Methods inherited from class quickfix.Group
addGroup, delim, field, getFieldTag, getGroup
 
Methods inherited from class quickfix.FieldMap
calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isEmpty, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationInstructionsResponse.NoPartyIDs

public RegistrationInstructionsResponse.NoPartyIDs()
Method Detail

set

public void set(PartyID value)

get

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

getPartyID

public PartyID getPartyID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartyID field)

isSetPartyID

public boolean isSetPartyID()

set

public void set(PartyIDSource value)

get

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

getPartyIDSource

public PartyIDSource getPartyIDSource()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartyIDSource field)

isSetPartyIDSource

public boolean isSetPartyIDSource()

set

public void set(PartyRole value)

get

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

getPartyRole

public PartyRole getPartyRole()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartyRole field)

isSetPartyRole

public boolean isSetPartyRole()

set

public void set(PartySubID value)

get

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

getPartySubID

public PartySubID getPartySubID()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartySubID field)

isSetPartySubID

public boolean isSetPartySubID()