public static class DLNASTransport.PayloadContainer extends Choice
payloadContainer
field.Modifier and Type | Field and Description |
---|---|
static int |
ciotUserDataContainer_chosen
Identifies the
ciotUserDataContainer alternative. |
static int |
locationServisesMessageContainer_chosen
Identifies the
locationServisesMessageContainer alternative. |
static int |
lppMessageContainer_chosen
Identifies the
lppMessageContainer alternative. |
static int |
multiplePayloads_chosen
Identifies the
multiplePayloads 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 DLNASTransport.PayloadContainer |
createWithCiotUserDataContainer(OctetString ciotUserDataContainer)
Creates an instance of the
PayloadContainer with the ciotUserDataContainer
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithLocationServisesMessageContainer(OctetString locationServisesMessageContainer)
Creates an instance of the
PayloadContainer with the locationServisesMessageContainer
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithLppMessageContainer(OctetString lppMessageContainer)
Creates an instance of the
PayloadContainer with the lppMessageContainer
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithMultiplePayloads(MultiplePayloadContainerContentsDL multiplePayloads)
Creates an instance of the
PayloadContainer with the multiplePayloads
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithN1SMInformation(OctetString n1SMInformation)
Creates an instance of the
PayloadContainer with the n1SMInformation
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithSms(OctetString sms)
Creates an instance of the
PayloadContainer with the sms
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithSorTransparentContainer(SORTransparentContainerType0 sorTransparentContainer)
Creates an instance of the
PayloadContainer with the sorTransparentContainer
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithUeParametersUpdateTransparentContainer(UEParametersUpdateTransparentContainer0 ueParametersUpdateTransparentContainer)
Creates an instance of the
PayloadContainer with the ueParametersUpdateTransparentContainer
alternative selected. |
static DLNASTransport.PayloadContainer |
createWithUePolicyContainer(OctetString uePolicyContainer)
Creates an instance of the
PayloadContainer with the uePolicyContainer
alternative selected. |
OctetString |
getCiotUserDataContainer()
Returns the value of the
ciotUserDataContainer alternative. |
OctetString |
getLocationServisesMessageContainer()
Returns the value of the
locationServisesMessageContainer alternative. |
OctetString |
getLppMessageContainer()
Returns the value of the
lppMessageContainer alternative. |
MultiplePayloadContainerContentsDL |
getMultiplePayloads()
Returns the value of the
multiplePayloads 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 |
hasCiotUserDataContainer()
Reports whether the
ciotUserDataContainer alternative is selected. |
boolean |
hasLocationServisesMessageContainer()
Reports whether the
locationServisesMessageContainer alternative is selected. |
boolean |
hasLppMessageContainer()
Reports whether the
lppMessageContainer alternative is selected. |
boolean |
hasMultiplePayloads()
Reports whether the
multiplePayloads 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 |
setCiotUserDataContainer(OctetString ciotUserDataContainer)
Selects the
ciotUserDataContainer alternative. |
void |
setLocationServisesMessageContainer(OctetString locationServisesMessageContainer)
Selects the
locationServisesMessageContainer alternative. |
void |
setLppMessageContainer(OctetString lppMessageContainer)
Selects the
lppMessageContainer alternative. |
void |
setMultiplePayloads(MultiplePayloadContainerContentsDL multiplePayloads)
Selects the
multiplePayloads 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 final int locationServisesMessageContainer_chosen
locationServisesMessageContainer
alternative.public static final int ciotUserDataContainer_chosen
ciotUserDataContainer
alternative.public static final int multiplePayloads_chosen
multiplePayloads
alternative.public static DLNASTransport.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 DLNASTransport.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 DLNASTransport.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 DLNASTransport.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 DLNASTransport.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 DLNASTransport.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.public static DLNASTransport.PayloadContainer createWithLocationServisesMessageContainer(OctetString locationServisesMessageContainer)
PayloadContainer
with the locationServisesMessageContainer
alternative selected.locationServisesMessageContainer
- the value of the locationServisesMessageContainer
alternative.PayloadContainer
class.public boolean hasLocationServisesMessageContainer()
locationServisesMessageContainer
alternative is selected.locationServisesMessageContainer
alternative is selected.public OctetString getLocationServisesMessageContainer()
locationServisesMessageContainer
alternative.locationServisesMessageContainer
alternative or null if the
locationServisesMessageContainer
alternative is not selected.public void setLocationServisesMessageContainer(OctetString locationServisesMessageContainer)
locationServisesMessageContainer
alternative.locationServisesMessageContainer
- the value of the locationServisesMessageContainer
alternative.public static DLNASTransport.PayloadContainer createWithCiotUserDataContainer(OctetString ciotUserDataContainer)
PayloadContainer
with the ciotUserDataContainer
alternative selected.ciotUserDataContainer
- the value of the ciotUserDataContainer
alternative.PayloadContainer
class.public boolean hasCiotUserDataContainer()
ciotUserDataContainer
alternative is selected.ciotUserDataContainer
alternative is selected.public OctetString getCiotUserDataContainer()
ciotUserDataContainer
alternative.ciotUserDataContainer
alternative or null if the
ciotUserDataContainer
alternative is not selected.public void setCiotUserDataContainer(OctetString ciotUserDataContainer)
ciotUserDataContainer
alternative.ciotUserDataContainer
- the value of the ciotUserDataContainer
alternative.public static DLNASTransport.PayloadContainer createWithMultiplePayloads(MultiplePayloadContainerContentsDL multiplePayloads)
PayloadContainer
with the multiplePayloads
alternative selected.multiplePayloads
- the value of the multiplePayloads
alternative.PayloadContainer
class.public boolean hasMultiplePayloads()
multiplePayloads
alternative is selected.multiplePayloads
alternative is selected.public MultiplePayloadContainerContentsDL getMultiplePayloads()
multiplePayloads
alternative.multiplePayloads
alternative or null if the
multiplePayloads
alternative is not selected.public void setMultiplePayloads(MultiplePayloadContainerContentsDL multiplePayloads)
multiplePayloads
alternative.multiplePayloads
- the value of the multiplePayloads
alternative.Copyright © 2024 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.