Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
MAPAllowedServices |
MAPAllowedServices.clearFirstServiceAllowed()
Clears the bit for firstServiceAllowed to false.
|
MAPAllowedServices |
MAPAllowedServices.clearSecondServiceAllowed()
Clears the bit for secondServiceAllowed to false.
|
MAPAllowedServices |
MAPAllowedServices.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAllowedServices |
MAPAllowedServices.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.
|
MAPAllowedServices |
MAPSendRoutingInfoRes_v3.getAllowedServices()
Gets the value of the field allowedServices.
|
MAPAllowedServices |
MAPAllowedServices.setFirstServiceAllowed()
Sets the bit for firstServiceAllowed to true.
|
MAPAllowedServices |
MAPAllowedServices.setSecondServiceAllowed()
Sets the bit for secondServiceAllowed to true.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoRes_v3 |
MAPSendRoutingInfoRes_v3.setAllowedServices(MAPAllowedServices value)
Sets the value of the field allowedServices.
|