OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType Class Reference

Represents the type of the messageBody field More...

Inherits Choice.

Public Types

enum  Id {
  Unselected = 0, ManageUEPolicyCommandChosen = 1, ManageUEPolicyCompleteChosen = 2, ManageUEPolicyCommandRejectChosen = 3,
  UeStateIndicationChosen = 4, UePolicyProvisioningRequestChosen = 5, UePolicyProvisioningRejectChosen = 6
}
 CHOICE alternatives More...
 

Public Member Functions

override bool Equals (object right)
 Determines whether the specified object is equal to the current object. More...
 
override int GetHashCode ()
 Represents a hash function for a particular type. More...
 
object Copy ()
 Creates a deep copy of this object. More...
 

Properties

Id Selected [get]
 Gets current selection More...
 
Oss.Nas5GS1680.ManageUEPolicyCommandManageUEPolicyCommand [get, set]
 Gets or selects the 'manageUEPolicyCommand' alternative. More...
 
Oss.Nas5GS1680.ManageUEPolicyCompleteManageUEPolicyComplete [get, set]
 Gets or selects the 'manageUEPolicyComplete' alternative. More...
 
Oss.Nas5GS1680.ManageUEPolicyCommandRejectManageUEPolicyCommandReject [get, set]
 Gets or selects the 'manageUEPolicyCommandReject' alternative. More...
 
Oss.Nas5GS1680.UEStateIndicationUeStateIndication [get, set]
 Gets or selects the 'ueStateIndication' alternative. More...
 
Oss.Nas5GS1680.UEPolicyProvisioningRequestUePolicyProvisioningRequest [get, set]
 Gets or selects the 'uePolicyProvisioningRequest' alternative. More...
 
Oss.Nas5GS1680.UEPolicyProvisioningRejectUePolicyProvisioningReject [get, set]
 Gets or selects the 'uePolicyProvisioningReject' alternative. More...
 

Detailed Description

Represents the type of the messageBody field

Member Enumeration Documentation

◆ Id

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, it returns false.

◆ GetHashCode()

override int Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ManageUEPolicyCommand

Oss.Nas5GS1680.ManageUEPolicyCommand? Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.ManageUEPolicyCommand
getset

Gets or selects the 'manageUEPolicyCommand' alternative.

◆ ManageUEPolicyCommandReject

Oss.Nas5GS1680.ManageUEPolicyCommandReject? Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.ManageUEPolicyCommandReject
getset

Gets or selects the 'manageUEPolicyCommandReject' alternative.

◆ ManageUEPolicyComplete

Oss.Nas5GS1680.ManageUEPolicyComplete? Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.ManageUEPolicyComplete
getset

Gets or selects the 'manageUEPolicyComplete' alternative.

◆ Selected

Id Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.Selected
get

Gets current selection

◆ UePolicyProvisioningReject

Oss.Nas5GS1680.UEPolicyProvisioningReject? Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.UePolicyProvisioningReject
getset

Gets or selects the 'uePolicyProvisioningReject' alternative.

◆ UePolicyProvisioningRequest

Oss.Nas5GS1680.UEPolicyProvisioningRequest? Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.UePolicyProvisioningRequest
getset

Gets or selects the 'uePolicyProvisioningRequest' alternative.

◆ UeStateIndication

Oss.Nas5GS1680.UEStateIndication? Oss.Nas5GS1680.UEPolicyManagementMessage.MessageBodyType.UeStateIndication
getset

Gets or selects the 'ueStateIndication' alternative.