public static class ContainerEntryDL.PayloadContainer extends Choice
payloadContainer
field.Modifier and Type | Field and Description |
---|---|
static int |
lppMessageContainer_chosen
Identifies the
lppMessageContainer alternative. |
static int |
n1SMInformation_chosen
Identifies the
n1SMInformation alternative. |
static int |
sms_chosen
Identifies the
sms alternative. |
static int |
sorTransparentContainer_chosen
Identifies the
sorTransparentContainer alternative. |
static int |
ueParametersUpdateTransparentContainer_chosen
Identifies the
ueParametersUpdateTransparentContainer alternative. |
static int |
uePolicyContainer_chosen
Identifies the
uePolicyContainer alternative. |
Constructor and Description |
---|
PayloadContainer()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static ContainerEntryDL.PayloadContainer |
createWithLppMessageContainer(OctetString lppMessageContainer)
Creates an instance of the
PayloadContainer with the lppMessageContainer
alternative selected. |
static ContainerEntryDL.PayloadContainer |
createWithN1SMInformation(OctetString n1SMInformation)
Creates an instance of the
PayloadContainer with the n1SMInformation
alternative selected. |
static ContainerEntryDL.PayloadContainer |
createWithSms(OctetString sms)
Creates an instance of the
PayloadContainer with the sms
alternative selected. |
static ContainerEntryDL.PayloadContainer |
createWithSorTransparentContainer(SORTransparentContainerType0 sorTransparentContainer)
Creates an instance of the
PayloadContainer with the sorTransparentContainer
alternative selected. |
static ContainerEntryDL.PayloadContainer |
createWithUeParametersUpdateTransparentContainer(UEParametersUpdateTransparentContainer0 ueParametersUpdateTransparentContainer)
Creates an instance of the
PayloadContainer with the ueParametersUpdateTransparentContainer
alternative selected. |
static ContainerEntryDL.PayloadContainer |
createWithUePolicyContainer(OctetString uePolicyContainer)
Creates an instance of the
PayloadContainer with the uePolicyContainer
alternative selected. |
OctetString |
getLppMessageContainer()
Returns the value of the
lppMessageContainer alternative. |
OctetString |
getN1SMInformation()
Returns the value of the
n1SMInformation alternative. |
OctetString |
getSms()
Returns the value of the
sms alternative. |
SORTransparentContainerType0 |
getSorTransparentContainer()
Returns the value of the
sorTransparentContainer alternative. |
UEParametersUpdateTransparentContainer0 |
getUeParametersUpdateTransparentContainer()
Returns the value of the
ueParametersUpdateTransparentContainer alternative. |
OctetString |
getUePolicyContainer()
Returns the value of the
uePolicyContainer alternative. |
boolean |
hasLppMessageContainer()
Reports whether the
lppMessageContainer alternative is selected. |
boolean |
hasN1SMInformation()
Reports whether the
n1SMInformation alternative is selected. |
boolean |
hasSms()
Reports whether the
sms alternative is selected. |
boolean |
hasSorTransparentContainer()
Reports whether the
sorTransparentContainer alternative is selected. |
boolean |
hasUeParametersUpdateTransparentContainer()
Reports whether the
ueParametersUpdateTransparentContainer alternative is selected. |
boolean |
hasUePolicyContainer()
Reports whether the
uePolicyContainer alternative is selected. |
void |
setLppMessageContainer(OctetString lppMessageContainer)
Selects the
lppMessageContainer alternative. |
void |
setN1SMInformation(OctetString n1SMInformation)
Selects the
n1SMInformation alternative. |
void |
setSms(OctetString sms)
Selects the
sms alternative. |
void |
setSorTransparentContainer(SORTransparentContainerType0 sorTransparentContainer)
Selects the
sorTransparentContainer alternative. |
void |
setUeParametersUpdateTransparentContainer(UEParametersUpdateTransparentContainer0 ueParametersUpdateTransparentContainer)
Selects the
ueParametersUpdateTransparentContainer alternative. |
void |
setUePolicyContainer(OctetString uePolicyContainer)
Selects the
uePolicyContainer alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int n1SMInformation_chosen
n1SMInformation
alternative.public static final int sms_chosen
sms
alternative.public static final int lppMessageContainer_chosen
lppMessageContainer
alternative.public static final int sorTransparentContainer_chosen
sorTransparentContainer
alternative.public static final int uePolicyContainer_chosen
uePolicyContainer
alternative.public static final int ueParametersUpdateTransparentContainer_chosen
ueParametersUpdateTransparentContainer
alternative.public static ContainerEntryDL.PayloadContainer createWithN1SMInformation(OctetString n1SMInformation)
PayloadContainer
with the n1SMInformation
alternative selected.n1SMInformation
- the value of the n1SMInformation
alternative.PayloadContainer
class.public boolean hasN1SMInformation()
n1SMInformation
alternative is selected.n1SMInformation
alternative is selected.public OctetString getN1SMInformation()
n1SMInformation
alternative.n1SMInformation
alternative or null if the
n1SMInformation
alternative is not selected.public void setN1SMInformation(OctetString n1SMInformation)
n1SMInformation
alternative.n1SMInformation
- the value of the n1SMInformation
alternative.public static ContainerEntryDL.PayloadContainer createWithSms(OctetString sms)
PayloadContainer
with the sms
alternative selected.sms
- the value of the sms
alternative.PayloadContainer
class.public boolean hasSms()
sms
alternative is selected.sms
alternative is selected.public OctetString getSms()
sms
alternative.sms
alternative or null if the
sms
alternative is not selected.public void setSms(OctetString sms)
sms
alternative.sms
- the value of the sms
alternative.public static ContainerEntryDL.PayloadContainer createWithLppMessageContainer(OctetString lppMessageContainer)
PayloadContainer
with the lppMessageContainer
alternative selected.lppMessageContainer
- the value of the lppMessageContainer
alternative.PayloadContainer
class.public boolean hasLppMessageContainer()
lppMessageContainer
alternative is selected.lppMessageContainer
alternative is selected.public OctetString getLppMessageContainer()
lppMessageContainer
alternative.lppMessageContainer
alternative or null if the
lppMessageContainer
alternative is not selected.public void setLppMessageContainer(OctetString lppMessageContainer)
lppMessageContainer
alternative.lppMessageContainer
- the value of the lppMessageContainer
alternative.public static ContainerEntryDL.PayloadContainer createWithSorTransparentContainer(SORTransparentContainerType0 sorTransparentContainer)
PayloadContainer
with the sorTransparentContainer
alternative selected.sorTransparentContainer
- the value of the sorTransparentContainer
alternative.PayloadContainer
class.public boolean hasSorTransparentContainer()
sorTransparentContainer
alternative is selected.sorTransparentContainer
alternative is selected.public SORTransparentContainerType0 getSorTransparentContainer()
sorTransparentContainer
alternative.sorTransparentContainer
alternative or null if the
sorTransparentContainer
alternative is not selected.public void setSorTransparentContainer(SORTransparentContainerType0 sorTransparentContainer)
sorTransparentContainer
alternative.sorTransparentContainer
- the value of the sorTransparentContainer
alternative.public static ContainerEntryDL.PayloadContainer createWithUePolicyContainer(OctetString uePolicyContainer)
PayloadContainer
with the uePolicyContainer
alternative selected.uePolicyContainer
- the value of the uePolicyContainer
alternative.PayloadContainer
class.public boolean hasUePolicyContainer()
uePolicyContainer
alternative is selected.uePolicyContainer
alternative is selected.public OctetString getUePolicyContainer()
uePolicyContainer
alternative.uePolicyContainer
alternative or null if the
uePolicyContainer
alternative is not selected.public void setUePolicyContainer(OctetString uePolicyContainer)
uePolicyContainer
alternative.uePolicyContainer
- the value of the uePolicyContainer
alternative.public static ContainerEntryDL.PayloadContainer createWithUeParametersUpdateTransparentContainer(UEParametersUpdateTransparentContainer0 ueParametersUpdateTransparentContainer)
PayloadContainer
with the ueParametersUpdateTransparentContainer
alternative selected.ueParametersUpdateTransparentContainer
- the value of the ueParametersUpdateTransparentContainer
alternative.PayloadContainer
class.public boolean hasUeParametersUpdateTransparentContainer()
ueParametersUpdateTransparentContainer
alternative is selected.ueParametersUpdateTransparentContainer
alternative is selected.public UEParametersUpdateTransparentContainer0 getUeParametersUpdateTransparentContainer()
ueParametersUpdateTransparentContainer
alternative.ueParametersUpdateTransparentContainer
alternative or null if the
ueParametersUpdateTransparentContainer
alternative is not selected.public void setUeParametersUpdateTransparentContainer(UEParametersUpdateTransparentContainer0 ueParametersUpdateTransparentContainer)
ueParametersUpdateTransparentContainer
alternative.ueParametersUpdateTransparentContainer
- the value of the ueParametersUpdateTransparentContainer
alternative.Copyright © 2025 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.