public class UEPolicyProvisioningReject extends Sequence
UEPolicyProvisioningReject
type.Constructor and Description |
---|
UEPolicyProvisioningReject()
The default constructor.
|
UEPolicyProvisioningReject(INTEGER pti,
INTEGER udpsCause)
Constructs an instance of the
UEPolicyProvisioningReject with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getMessageType()
Returns the value of the
messageType read-only field. |
INTEGER |
getPti()
Returns the value of the
pti field. |
INTEGER |
getUdpsCause()
Returns the value of the
udpsCause field. |
void |
setPti(INTEGER pti)
Sets the value of the
pti field. |
void |
setUdpsCause(INTEGER udpsCause)
Sets the value of the
udpsCause field. |
public UEPolicyProvisioningReject()
public UEPolicyProvisioningReject(INTEGER pti, INTEGER udpsCause)
UEPolicyProvisioningReject
with the specified
components.pti
- the value of the pti
field (mandatory).
The ProcedureTransactionIdentity
class defines meaningful names for particular values of the field.udpsCause
- the value of the udpsCause
field (mandatory).
The UPDSCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getPti()
pti
field.pti
field.
The ProcedureTransactionIdentity
class defines meaningful names for particular values of the field.public void setPti(INTEGER pti)
pti
field.pti
- the value of the pti
field.
The ProcedureTransactionIdentity
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the pti
parameter is null.public INTEGER getMessageType()
messageType
read-only field.messageType
read-only field.
The UEPolicyDeliveryServiceMessageType
class defines meaningful names for particular values of the field.public INTEGER getUdpsCause()
udpsCause
field.udpsCause
field.
The UPDSCause
class defines meaningful names for particular values of the field.public void setUdpsCause(INTEGER udpsCause)
udpsCause
field.udpsCause
- the value of the udpsCause
field.
The UPDSCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the udpsCause
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.