public class WUSAssistanceInformationElement extends Sequence
WUSAssistanceInformationElement
type.Modifier and Type | Class and Description |
---|---|
static class |
WUSAssistanceInformationElement.Type
Defines meaningful names for particular values of the
type field. |
static class |
WUSAssistanceInformationElement.Value
Defines meaningful names for particular values of the
value field. |
Constructor and Description |
---|
WUSAssistanceInformationElement()
The default constructor.
|
WUSAssistanceInformationElement(INTEGER type,
INTEGER value)
Constructs an instance of the
WUSAssistanceInformationElement with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getType()
Returns the value of the
type field. |
INTEGER |
getValue()
Returns the value of the
value field. |
void |
setType(INTEGER type)
Sets the value of the
type field. |
void |
setValue(INTEGER value)
Sets the value of the
value field. |
public WUSAssistanceInformationElement()
public WUSAssistanceInformationElement(INTEGER type, INTEGER value)
WUSAssistanceInformationElement
with the specified
components.type
- the value of the type
field (mandatory).
The Type
class defines meaningful names for particular values of the field.value
- the value of the value
field (mandatory).
The Value
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getType()
type
field.type
field.
The Type
class defines meaningful names for particular values of the field.public void setType(INTEGER type)
type
field.type
- the value of the type
field.
The Type
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the type
parameter is null.public INTEGER getValue()
value
field.value
field.
The Value
class defines meaningful names for particular values of the field.Copyright © 2024 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.