OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType Class Reference

Represents the type of the emergencyServiceCategory field More...

Inherits Sequence.

Public Member Functions

 EmergencyServiceCategoryType ()
 The default constructor. More...
 
 EmergencyServiceCategoryType (bool argMountainRescue, bool argMarineGuard, bool argFireBrigade, bool argAmbulance, bool argPolice)
 Constructs an instance of EmergencyServiceCategoryType with the specified components. More...
 
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

bool MountainRescue [get, set]
 Field 'mountainRescue' (mandatory) More...
 
bool MarineGuard [get, set]
 Field 'marineGuard' (mandatory) More...
 
bool FireBrigade [get, set]
 Field 'fireBrigade' (mandatory) More...
 
bool Ambulance [get, set]
 Field 'ambulance' (mandatory) More...
 
bool Police [get, set]
 Field 'police' (mandatory) More...
 

Detailed Description

Represents the type of the emergencyServiceCategory field

Constructor & Destructor Documentation

◆ EmergencyServiceCategoryType() [1/2]

Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.EmergencyServiceCategoryType ( )
inline

The default constructor.

◆ EmergencyServiceCategoryType() [2/2]

Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.EmergencyServiceCategoryType ( bool  argMountainRescue,
bool  argMarineGuard,
bool  argFireBrigade,
bool  argAmbulance,
bool  argPolice 
)
inline

Constructs an instance of EmergencyServiceCategoryType with the specified components.

Parameters
argMountainRescueThe value of the mountainRescue mandatory field
argMarineGuardThe value of the marineGuard mandatory field
argFireBrigadeThe value of the fireBrigade mandatory field
argAmbulanceThe value of the ambulance mandatory field
argPoliceThe value of the police mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.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.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.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, false.

◆ GetHashCode()

override int Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ambulance

bool Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.Ambulance
getset

Field 'ambulance' (mandatory)

◆ FireBrigade

bool Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.FireBrigade
getset

Field 'fireBrigade' (mandatory)

◆ MarineGuard

bool Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.MarineGuard
getset

Field 'marineGuard' (mandatory)

◆ MountainRescue

bool Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.MountainRescue
getset

Field 'mountainRescue' (mandatory)

◆ Police

bool Oss.Nas1670.EmergencyNumber.NumberType.EmergencyServiceCategoryType.Police
getset

Field 'police' (mandatory)