Class MAPSGW_EventList
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- BitString
-
- BitStringWithNamedBits
-
- MAPSGW_EventList
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPSGW_EventList extends BitStringWithNamedBits
API for MAP-OM-DataTypes.SGW-EventList. Generated from the following ASN.1 type definition.SGW-EventList ::= BIT STRING (SIZE (3..8)) { pdn-connectionCreation(0), pdn-connectionTermination(1), bearerActivationModificationDeletion(2) }
Added in release 8. Other bits than are named here shall be discarded.Used as field type by
MAPTraceEventList
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.opencloud.slee.resources.cgin.BitStringWithNamedBits
BitStringWithNamedBits.NamedBit
-
-
Constructor Summary
Constructors Constructor Description MAPSGW_EventList()
Constructs an object that has no bits set.MAPSGW_EventList(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPSGW_EventList
clearBearerActivationModificationDeletion()
Clears the bit for bearerActivationModificationDeletion to false.MAPSGW_EventList
clearPdn_connectionCreation()
Clears the bit for pdn_connectionCreation to false.MAPSGW_EventList
clearPdn_connectionTermination()
Clears the bit for pdn_connectionTermination to false.MAPSGW_EventList
clone()
Constructs a copy of this object and everything reachable from it.static MAPSGW_EventList
copyOf(BitString from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.boolean
getBearerActivationModificationDeletion()
Gets whether the bit for bearerActivationModificationDeletion is set or not.BitStringWithNamedBits.NamedBit[]
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).boolean
getPdn_connectionCreation()
Gets whether the bit for pdn_connectionCreation is set or not.boolean
getPdn_connectionTermination()
Gets whether the bit for pdn_connectionTermination is set or not.MAPSGW_EventList
setBearerActivationModificationDeletion()
Sets the bit for bearerActivationModificationDeletion to true.MAPSGW_EventList
setPdn_connectionCreation()
Sets the bit for pdn_connectionCreation to true.MAPSGW_EventList
setPdn_connectionTermination()
Sets the bit for pdn_connectionTermination to true.static BitStringWithNamedBits.NamedBit[]
staticGetNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).-
Methods inherited from class com.opencloud.slee.resources.cgin.BitStringWithNamedBits
toString
-
Methods inherited from class com.opencloud.slee.resources.cgin.BitString
clear, clear, equals, get, hashCode, length, nextSetBit, set
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly, setReadOnly
-
-
-
-
Method Detail
-
clearBearerActivationModificationDeletion
public MAPSGW_EventList clearBearerActivationModificationDeletion()
Clears the bit for bearerActivationModificationDeletion to false.- Returns:
- this
-
clearPdn_connectionCreation
public MAPSGW_EventList clearPdn_connectionCreation()
Clears the bit for pdn_connectionCreation to false.- Returns:
- this
-
clearPdn_connectionTermination
public MAPSGW_EventList clearPdn_connectionTermination()
Clears the bit for pdn_connectionTermination to false.- Returns:
- this
-
clone
public MAPSGW_EventList clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classBitString
- Returns:
- copy of object
-
copyOf
public static MAPSGW_EventList copyOf(BitString from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.- Parameters:
from
- the object from which to copy- Returns:
- MAPSGW_EventList
-
getBearerActivationModificationDeletion
public boolean getBearerActivationModificationDeletion()
Gets whether the bit for bearerActivationModificationDeletion is set or not.- Returns:
- the named bit's value
-
getNamedBits
public BitStringWithNamedBits.NamedBit[] getNamedBits()
Description copied from class:BitStringWithNamedBits
Gets the names of all bits of this type (not just the bits set in this value).- Specified by:
getNamedBits
in classBitStringWithNamedBits
- Returns:
- array of NamedBit
-
getPdn_connectionCreation
public boolean getPdn_connectionCreation()
Gets whether the bit for pdn_connectionCreation is set or not.- Returns:
- the named bit's value
-
getPdn_connectionTermination
public boolean getPdn_connectionTermination()
Gets whether the bit for pdn_connectionTermination is set or not.- Returns:
- the named bit's value
-
setBearerActivationModificationDeletion
public MAPSGW_EventList setBearerActivationModificationDeletion()
Sets the bit for bearerActivationModificationDeletion to true.- Returns:
- this
-
setPdn_connectionCreation
public MAPSGW_EventList setPdn_connectionCreation()
Sets the bit for pdn_connectionCreation to true.- Returns:
- this
-
setPdn_connectionTermination
public MAPSGW_EventList setPdn_connectionTermination()
Sets the bit for pdn_connectionTermination to true.- Returns:
- this
-
staticGetNamedBits
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).- Returns:
- array of NamedBit
-
-