public class MAPExt_BasicServiceCode extends MAPBasicServiceCode
Ext-BasicServiceCode ::=
CHOICE {
ext-BearerService Ext-BearerServiceCode,
ext-Teleservice Ext-TeleserviceCode
}
MAP-CommonDataTypes {
Ext-BasicServiceCode {
@parentASN1Type MAP-CommonDataTypes.BasicServiceCode
}
}
Extended in R96.
Used as field type by MAPExt_ForwFeature.
Used as field type by MAPExt_CallBarringFeature.
Used in array as field type by MAPCUG_Subscription.
Used as field type by MAPCUG_Feature.
Used in array as field type by MAPExt_SS_Data.
Used in array as field type by MAPO_BcsmCamelTDP_Criteria.
Used in array as field type by MAPT_BCSM_CAMEL_TDP_Criteria.
Used as field type by MAPSendRoutingInfoArg.
Used as field type by MAPSendRoutingInfoArg.
Used as field type by MAPSendRoutingInfoRes_v3.
Used as field type by MAPSendRoutingInfoRes_v3.
Used as field type by MAPResumeCallHandlingArg.
Used as field type by MAPResumeCallHandlingArg.
Used in array as field type by MAPDeleteSubscriberDataArg.
Used in array as field type by MAPInterrogateSSRes_v1.
Used in array as field type by MAPMSISDN_BS.
Used as field type by MAPModificationRequestFor_CF_Info.
Used as field type by MAPModificationRequestFor_CB_Info.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPExt_BasicServiceCode.Choice
API for MAP-CommonDataTypes.Ext-BasicServiceCode.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPExt_BasicServiceCode() |
| Modifier and Type | Method and Description |
|---|---|
MAPExt_BasicServiceCode |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExt_BasicServiceCode |
copyOf(MAPBasicServiceCode 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.
|
byte[] |
getExt_BearerService()
Gets the value of the ext-BearerService choice.
|
byte[] |
getExt_Teleservice()
Gets the value of the ext-Teleservice choice.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from :discriminant-name to associated-value.
|
boolean |
isExt_BearerServiceChosen()
Tests whether the choice is ext-BearerService.
|
boolean |
isExt_TeleserviceChosen()
Tests whether the choice is ext-Teleservice.
|
MAPExt_BasicServiceCode |
setExt_BearerService(byte[] value)
Sets the value of the ext-BearerService choice.
|
MAPExt_BasicServiceCode |
setExt_Teleservice(byte[] value)
Sets the value of the ext-Teleservice choice.
|
getBearerService, getChoice, getTeleservice, isBearerServiceChosen, isTeleserviceChosen, setBearerService, setChoice, setTeleserviceequals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPExt_BasicServiceCode clone()
clone in interface DataObjectclone in class MAPBasicServiceCodepublic static MAPExt_BasicServiceCode copyOf(MAPBasicServiceCode from)
from - the object from which to copypublic byte[] getExt_BearerService()
public byte[] getExt_Teleservice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPBasicServiceCodewithAbsents - ignored, as value cannot be optionalpublic boolean isExt_BearerServiceChosen()
public boolean isExt_TeleserviceChosen()
public MAPExt_BasicServiceCode setExt_BearerService(byte[] value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPExt_BasicServiceCode setExt_Teleservice(byte[] value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null