Class MAPExt_BasicServiceCode
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPBasicServiceCode
-
- MAPExt_BasicServiceCode
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPExt_BasicServiceCode extends MAPBasicServiceCode
API for MAP-CommonDataTypes.Ext-BasicServiceCode. Generated from the following ASN.1 type definition and the adaptations below.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 as field type by
MAPModificationRequestFor_CF_Info
.Used as field type by
MAPModificationRequestFor_CB_Info
.Used in array as field type by
MAPMSISDN_BS
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MAPExt_BasicServiceCode.Choice
API for MAP-CommonDataTypes.Ext-BasicServiceCode.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPExt_BasicServiceCode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.slee.resources.cgin.map.MAPBasicServiceCode
getBearerService, getChoice, getTeleservice, isBearerServiceChosen, isTeleserviceChosen, setBearerService, setChoice, setTeleservice
-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly, setReadOnly
-
-
-
-
Method Detail
-
clone
public MAPExt_BasicServiceCode clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classMAPBasicServiceCode
- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from
- the object from which to copy- Returns:
- MAPExt_BasicServiceCode
-
getExt_BearerService
public byte[] getExt_BearerService()
Gets the value of the ext-BearerService choice.- Returns:
- value of the choice, if choice is ext-BearerService, else null
-
getExt_Teleservice
public byte[] getExt_Teleservice()
Gets the value of the ext-Teleservice choice.- Returns:
- value of the choice, if choice is ext-Teleservice, else null
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.- Overrides:
getFieldsMap
in classMAPBasicServiceCode
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
isExt_BearerServiceChosen
public boolean isExt_BearerServiceChosen()
Tests whether the choice is ext-BearerService.- Returns:
- true if chosen, false if not
-
isExt_TeleserviceChosen
public boolean isExt_TeleserviceChosen()
Tests whether the choice is ext-Teleservice.- Returns:
- true if chosen, false if not
-
setExt_BearerService
public MAPExt_BasicServiceCode setExt_BearerService(byte[] value) throws IllegalStateException, NullPointerException
Sets the value of the ext-BearerService choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setExt_Teleservice
public MAPExt_BasicServiceCode setExt_Teleservice(byte[] value) throws IllegalStateException, NullPointerException
Sets the value of the ext-Teleservice choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
-