public class EAPMessage extends Sequence
EAPMessage
type.Modifier and Type | Class and Description |
---|---|
static class |
EAPMessage.EapMessageBody
Represents the type of the
eapMessageBody field. |
Constructor and Description |
---|
EAPMessage()
The default constructor.
|
EAPMessage(INTEGER identifier,
EAPMessage.EapMessageBody eapMessageBody)
Constructs an instance of the
EAPMessage with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getCode()
Returns the value of the
code read-only field. |
EAPMessage.EapMessageBody |
getEapMessageBody()
Returns the value of the
eapMessageBody field. |
INTEGER |
getIdentifier()
Returns the value of the
identifier field. |
INTEGER |
getLength()
Returns the value of the
length read-only field. |
void |
setEapMessageBody(EAPMessage.EapMessageBody eapMessageBody)
Sets the value of the
eapMessageBody field. |
void |
setIdentifier(INTEGER identifier)
Sets the value of the
identifier field. |
public EAPMessage()
public EAPMessage(INTEGER identifier, EAPMessage.EapMessageBody eapMessageBody)
EAPMessage
with the specified
components.identifier
- the value of the identifier
field (mandatory).eapMessageBody
- the value of the eapMessageBody
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getCode()
code
read-only field.code
read-only field.
The EAPCode
class defines meaningful names for particular values of the field.public INTEGER getIdentifier()
identifier
field.identifier
field.public void setIdentifier(INTEGER identifier)
identifier
field.identifier
- the value of the identifier
field.java.lang.IllegalArgumentException
- when the identifier
parameter is null.public INTEGER getLength()
length
read-only field.length
read-only field.public EAPMessage.EapMessageBody getEapMessageBody()
eapMessageBody
field.eapMessageBody
field.public void setEapMessageBody(EAPMessage.EapMessageBody eapMessageBody)
eapMessageBody
field.eapMessageBody
- the value of the eapMessageBody
field.java.lang.IllegalArgumentException
- when the eapMessageBody
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.