public class ExpandedType extends Sequence
ExpandedType
type.Constructor and Description |
---|
ExpandedType()
The default constructor.
|
ExpandedType(INTEGER vendorId,
INTEGER vendorType,
OctetString vendorData)
Constructs an instance of the
ExpandedType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getVendorData()
Returns the value of the
vendorData field. |
INTEGER |
getVendorId()
Returns the value of the
vendorId field. |
INTEGER |
getVendorType()
Returns the value of the
vendorType field. |
void |
setVendorData(OctetString vendorData)
Sets the value of the
vendorData field. |
void |
setVendorId(INTEGER vendorId)
Sets the value of the
vendorId field. |
void |
setVendorType(INTEGER vendorType)
Sets the value of the
vendorType field. |
public ExpandedType()
public ExpandedType(INTEGER vendorId, INTEGER vendorType, OctetString vendorData)
ExpandedType
with the specified
components.vendorId
- the value of the vendorId
field (mandatory).vendorType
- the value of the vendorType
field (mandatory).vendorData
- the value of the vendorData
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getVendorId()
vendorId
field.vendorId
field.public void setVendorId(INTEGER vendorId)
vendorId
field.vendorId
- the value of the vendorId
field.java.lang.IllegalArgumentException
- when the vendorId
parameter is null.public INTEGER getVendorType()
vendorType
field.vendorType
field.public void setVendorType(INTEGER vendorType)
vendorType
field.vendorType
- the value of the vendorType
field.java.lang.IllegalArgumentException
- when the vendorType
parameter is null.public OctetString getVendorData()
vendorData
field.vendorData
field.public void setVendorData(OctetString vendorData)
vendorData
field.vendorData
- the value of the vendorData
field.java.lang.IllegalArgumentException
- when the vendorData
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.