public class LocationServicesMessageContainer extends Sequence
LocationServicesMessageContainer
type.Modifier and Type | Class and Description |
---|---|
static class |
LocationServicesMessageContainer.DataType
Defines meaningful names for particular values of the
dataType field. |
Constructor and Description |
---|
LocationServicesMessageContainer()
The default constructor.
|
LocationServicesMessageContainer(INTEGER ddx,
OctetString additionalInformation,
OctetString dataContents)
Constructs an instance of the
LocationServicesMessageContainer with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getAdditionalInformation()
Returns the value of the
additionalInformation field. |
OctetString |
getDataContents()
Returns the value of the
dataContents field. |
INTEGER |
getDataType()
Returns the value of the
dataType read-only field. |
INTEGER |
getDdx()
Returns the value of the
ddx field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setAdditionalInformation(OctetString additionalInformation)
Sets the value of the
additionalInformation field. |
void |
setDataContents(OctetString dataContents)
Sets the value of the
dataContents field. |
void |
setDdx(INTEGER ddx)
Sets the value of the
ddx field. |
public LocationServicesMessageContainer()
public LocationServicesMessageContainer(INTEGER ddx, OctetString additionalInformation, OctetString dataContents)
LocationServicesMessageContainer
with the specified
components.ddx
- the value of the ddx
field (mandatory).
The DDX
class defines meaningful names for particular values of the field.additionalInformation
- the value of the additionalInformation
field (mandatory).dataContents
- the value of the dataContents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getDataType()
dataType
read-only field.dataType
read-only field.
The DataType
class defines meaningful names for particular values of the field.public INTEGER getDdx()
ddx
field.ddx
field.
The DDX
class defines meaningful names for particular values of the field.public void setDdx(INTEGER ddx)
ddx
field.ddx
- the value of the ddx
field.
The DDX
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the ddx
parameter is null.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public OctetString getAdditionalInformation()
additionalInformation
field.additionalInformation
field.public void setAdditionalInformation(OctetString additionalInformation)
additionalInformation
field.additionalInformation
- the value of the additionalInformation
field.java.lang.IllegalArgumentException
- when the additionalInformation
parameter is null.public OctetString getDataContents()
dataContents
field.dataContents
field.public void setDataContents(OctetString dataContents)
dataContents
field.dataContents
- the value of the dataContents
field.java.lang.IllegalArgumentException
- when the dataContents
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.