Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
MAPAccessRestrictionData |
MAPAccessRestrictionData.clearE_utranNotAllowed()
Clears the bit for e_utranNotAllowed to false.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.clearGanNotAllowed()
Clears the bit for ganNotAllowed to false.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.clearGeranNotAllowed()
Clears the bit for geranNotAllowed to false.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.clearHo_toNon3GPP_AccessNotAllowed()
Clears the bit for ho_toNon3GPP_AccessNotAllowed to false.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.clearI_hspa_evolutionNotAllowed()
Clears the bit for i_hspa_evolutionNotAllowed to false.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.clearUtranNotAllowed()
Clears the bit for utranNotAllowed to false.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAccessRestrictionData |
MAPAccessRestrictionData.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.
|
MAPAccessRestrictionData |
MAPInsertSubscriberDataArg.getAccessRestrictionData()
Gets the value of the field accessRestrictionData.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.setE_utranNotAllowed()
Sets the bit for e_utranNotAllowed to true.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.setGanNotAllowed()
Sets the bit for ganNotAllowed to true.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.setGeranNotAllowed()
Sets the bit for geranNotAllowed to true.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.setHo_toNon3GPP_AccessNotAllowed()
Sets the bit for ho_toNon3GPP_AccessNotAllowed to true.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.setI_hspa_evolutionNotAllowed()
Sets the bit for i_hspa_evolutionNotAllowed to true.
|
MAPAccessRestrictionData |
MAPAccessRestrictionData.setUtranNotAllowed()
Sets the bit for utranNotAllowed to true.
|
Modifier and Type | Method and Description |
---|---|
MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.setAccessRestrictionData(MAPAccessRestrictionData value)
Sets the value of the field accessRestrictionData.
|