public class NetworkStatusRequest extends Message
Modifier and Type | Class and Description |
---|---|
static class |
NetworkStatusRequest.NoCompIDs |
Message.Header
Message.Trailer
Constructor and Description |
---|
NetworkStatusRequest() |
NetworkStatusRequest(NetworkRequestType networkRequestType,
NetworkRequestID networkRequestID) |
Modifier and Type | Method and Description |
---|---|
NetworkRequestID |
get(NetworkRequestID value) |
NetworkRequestType |
get(NetworkRequestType value) |
NoCompIDs |
get(NoCompIDs value) |
NetworkRequestID |
getNetworkRequestID() |
NetworkRequestType |
getNetworkRequestType() |
NoCompIDs |
getNoCompIDs() |
boolean |
isSet(NetworkRequestID field) |
boolean |
isSet(NetworkRequestType field) |
boolean |
isSet(NoCompIDs field) |
boolean |
isSetNetworkRequestID() |
boolean |
isSetNetworkRequestType() |
boolean |
isSetNoCompIDs() |
void |
set(NetworkRequestID value) |
void |
set(NetworkRequestType value) |
void |
set(NoCompIDs value) |
get, get, get, getCheckSum, getSignature, getSignatureLength, isSet, isSet, isSet, isSetCheckSum, isSetSignature, isSetSignatureLength, newHeader, set, set, set
bodyLength, clear, clone, fromString, fromString, fromString, fromString, getException, getHeader, getTrailer, headerAddGroup, headerGetGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerRemoveGroup, headerReplaceGroup, identifyType, InitializeXML, isAdmin, isApp, isEmpty, pushBack, reset, reverseRoute, toRawString, toString, toXML, toXML, trailerAddGroup, trailerGetGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerRemoveGroup, trailerReplaceGroup
addGroup, addGroupRef, calculateString, getBoolean, getChar, getChars, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroup, getGroupCount, getGroups, getInt, getOptionalDecimal, getOptionalString, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, indexOf, initializeFrom, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setChars, 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, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp, setUtcTimeStamp
public static final String MSGTYPE
public NetworkStatusRequest()
public NetworkStatusRequest(NetworkRequestType networkRequestType, NetworkRequestID networkRequestID)
public void set(NetworkRequestType value)
public NetworkRequestType get(NetworkRequestType value) throws FieldNotFound
FieldNotFound
public NetworkRequestType getNetworkRequestType() throws FieldNotFound
FieldNotFound
public boolean isSet(NetworkRequestType field)
public boolean isSetNetworkRequestType()
public void set(NetworkRequestID value)
public NetworkRequestID get(NetworkRequestID value) throws FieldNotFound
FieldNotFound
public NetworkRequestID getNetworkRequestID() throws FieldNotFound
FieldNotFound
public boolean isSet(NetworkRequestID field)
public boolean isSetNetworkRequestID()
public void set(NoCompIDs value)
public NoCompIDs get(NoCompIDs value) throws FieldNotFound
FieldNotFound
public NoCompIDs getNoCompIDs() throws FieldNotFound
FieldNotFound
public boolean isSet(NoCompIDs field)
public boolean isSetNoCompIDs()
Copyright © 2021. All rights reserved.