public class UserResponse extends Message
Message.Header
Message.Trailer
Constructor and Description |
---|
UserResponse() |
UserResponse(UserRequestID userRequestID,
Username username) |
Modifier and Type | Method and Description |
---|---|
Username |
get(Username value) |
UserRequestID |
get(UserRequestID value) |
UserStatus |
get(UserStatus value) |
UserStatusText |
get(UserStatusText value) |
Username |
getUsername() |
UserRequestID |
getUserRequestID() |
UserStatus |
getUserStatus() |
UserStatusText |
getUserStatusText() |
boolean |
isSet(Username field) |
boolean |
isSet(UserRequestID field) |
boolean |
isSet(UserStatus field) |
boolean |
isSet(UserStatusText field) |
boolean |
isSetUsername() |
boolean |
isSetUserRequestID() |
boolean |
isSetUserStatus() |
boolean |
isSetUserStatusText() |
void |
set(Username value) |
void |
set(UserRequestID value) |
void |
set(UserStatus value) |
void |
set(UserStatusText value) |
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 UserResponse()
public UserResponse(UserRequestID userRequestID, Username username)
public void set(UserRequestID value)
public UserRequestID get(UserRequestID value) throws FieldNotFound
FieldNotFound
public UserRequestID getUserRequestID() throws FieldNotFound
FieldNotFound
public boolean isSet(UserRequestID field)
public boolean isSetUserRequestID()
public void set(Username value)
public Username get(Username value) throws FieldNotFound
FieldNotFound
public Username getUsername() throws FieldNotFound
FieldNotFound
public boolean isSet(Username field)
public boolean isSetUsername()
public void set(UserStatus value)
public UserStatus get(UserStatus value) throws FieldNotFound
FieldNotFound
public UserStatus getUserStatus() throws FieldNotFound
FieldNotFound
public boolean isSet(UserStatus field)
public boolean isSetUserStatus()
public void set(UserStatusText value)
public UserStatusText get(UserStatusText value) throws FieldNotFound
FieldNotFound
public UserStatusText getUserStatusText() throws FieldNotFound
FieldNotFound
public boolean isSet(UserStatusText field)
public boolean isSetUserStatusText()
Copyright © 2021. All rights reserved.