public class AKAPrimeAttribute extends Sequence
AKAPrimeAttribute
type.Modifier and Type | Class and Description |
---|---|
static class |
AKAPrimeAttribute.AttributeValue
Represents the type of the
attributeValue field. |
Constructor and Description |
---|
AKAPrimeAttribute()
The default constructor.
|
AKAPrimeAttribute(AKAPrimeAttribute.AttributeValue attributeValue)
Constructs an instance of the
AKAPrimeAttribute with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAttributeType()
Returns the value of the
attributeType read-only field. |
AKAPrimeAttribute.AttributeValue |
getAttributeValue()
Returns the value of the
attributeValue field. |
INTEGER |
getAttrLength()
Returns the value of the
attrLength read-only field. |
void |
setAttributeValue(AKAPrimeAttribute.AttributeValue attributeValue)
Sets the value of the
attributeValue field. |
public AKAPrimeAttribute()
public AKAPrimeAttribute(AKAPrimeAttribute.AttributeValue attributeValue)
AKAPrimeAttribute
with the specified
components.attributeValue
- the value of the attributeValue
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getAttributeType()
attributeType
read-only field.attributeType
read-only field.public INTEGER getAttrLength()
attrLength
read-only field.attrLength
read-only field.public AKAPrimeAttribute.AttributeValue getAttributeValue()
attributeValue
field.attributeValue
field.public void setAttributeValue(AKAPrimeAttribute.AttributeValue attributeValue)
attributeValue
field.attributeValue
- the value of the attributeValue
field.java.lang.IllegalArgumentException
- when the attributeValue
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.