public class AppId extends Sequence
AppId
type.Constructor and Description |
---|
AppId()
The default constructor.
|
AppId(OctetString osId,
OctetString osAppId)
Constructs an instance of the
AppId with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getOsAppId()
Returns the value of the
osAppId field. |
OctetString |
getOsId()
Returns the value of the
osId field. |
void |
setOsAppId(OctetString osAppId)
Sets the value of the
osAppId field. |
void |
setOsId(OctetString osId)
Sets the value of the
osId field. |
public AppId()
public AppId(OctetString osId, OctetString osAppId)
AppId
with the specified
components.osId
- the value of the osId
field (mandatory).osAppId
- the value of the osAppId
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public OctetString getOsId()
osId
field.osId
field.public void setOsId(OctetString osId)
osId
field.osId
- the value of the osId
field.java.lang.IllegalArgumentException
- when the osId
parameter is null.public OctetString getOsAppId()
osAppId
field.osAppId
field.public void setOsAppId(OctetString osAppId)
osAppId
field.osAppId
- the value of the osAppId
field.java.lang.IllegalArgumentException
- when the osAppId
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.