public class Message extends Message
Modifier and Type | Class and Description |
---|---|
static class |
Message.Header |
Message.Trailer
Modifier | Constructor and Description |
---|---|
|
Message() |
protected |
Message(int[] fieldOrder) |
Modifier and Type | Method and Description |
---|---|
CheckSum |
get(CheckSum value) |
Signature |
get(Signature value) |
SignatureLength |
get(SignatureLength value) |
CheckSum |
getCheckSum() |
Signature |
getSignature() |
SignatureLength |
getSignatureLength() |
boolean |
isSet(CheckSum field) |
boolean |
isSet(Signature field) |
boolean |
isSet(SignatureLength field) |
boolean |
isSetCheckSum() |
boolean |
isSetSignature() |
boolean |
isSetSignatureLength() |
protected Message.Header |
newHeader() |
void |
set(CheckSum value) |
void |
set(Signature value) |
void |
set(SignatureLength 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
protected Message.Header newHeader()
public void set(SignatureLength value)
public SignatureLength get(SignatureLength value) throws FieldNotFound
FieldNotFound
public SignatureLength getSignatureLength() throws FieldNotFound
FieldNotFound
public boolean isSet(SignatureLength field)
public boolean isSetSignatureLength()
public void set(Signature value)
public Signature get(Signature value) throws FieldNotFound
FieldNotFound
public Signature getSignature() throws FieldNotFound
FieldNotFound
public boolean isSet(Signature field)
public boolean isSetSignature()
public void set(CheckSum value)
public CheckSum get(CheckSum value) throws FieldNotFound
FieldNotFound
public CheckSum getCheckSum() throws FieldNotFound
FieldNotFound
public boolean isSet(CheckSum field)
public boolean isSetCheckSum()
Copyright © 2021. All rights reserved.