public class MAPExt_SS_Info extends MAPSS_Info
Ext-SS-Info ::= CHOICE { forwardingInfo Ext-ForwInfo, callBarringInfo Ext-CallBarInfo, cug-Info CUG-Info, ss-Data Ext-SS-Data, emlpp-Info EMLPP-Info } MAP-MS-DataTypes { Ext-SS-Info { @parentASN1Type MAP-SS-DataTypes.SS-Info } }Added in R96 as an extension of SS-Info. Note that the parent's field cug-Information is for use only in -v1 contexts.
Used in array as field type by MAPInsertSubscriberDataArg
.
Used in array as field type by MAPSubscriberData
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPExt_SS_Info.Choice
API for MAP-MS-DataTypes.Ext-SS-Info.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPExt_SS_Info() |
Modifier and Type | Method and Description |
---|---|
MAPExt_SS_Info |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExt_SS_Info |
copyOf(MAPSS_Information 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.
|
MAPCUG_Info |
getCug_Info()
Gets the value of the cug-Info choice.
|
MAPEMLPP_Info |
getEmlpp_Info()
Gets the value of the emlpp-Info 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 |
isCug_InfoChosen()
Tests whether the choice is cug-Info.
|
boolean |
isEmlpp_InfoChosen()
Tests whether the choice is emlpp-Info.
|
MAPExt_SS_Info |
setCallBarringInfo(MAPExt_CallBarInfo value)
Sets the value of the callBarringInfo choice.
|
MAPExt_SS_Info |
setCug_Info(MAPCUG_Info value)
Sets the value of the cug-Info choice.
|
MAPExt_SS_Info |
setEmlpp_Info(MAPEMLPP_Info value)
Sets the value of the emlpp-Info choice.
|
MAPExt_SS_Info |
setForwardingInfo(MAPExt_ForwInfo value)
Sets the value of the forwardingInfo choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPExt_SS_Info |
setSs_Data(MAPExt_SS_Data value)
Sets the value of the ss-Data choice.
|
getSs_Data, isSs_DataChosen, setCallBarringInfo, setForwardingInfo, setSs_Data
getCallBarringInfo, getChoice, getCug_Information, getForwardingInfo, getSs_Data_v1, isCallBarringInfoChosen, isCug_InformationChosen, isForwardingInfoChosen, isSs_Data_v1Chosen, setChoice, setCug_Information, setSs_Data_v1
equals, hashCode, toString
checkModify, isReadOnly
public MAPExt_SS_Info clone()
clone
in interface DataObject
clone
in class MAPSS_Info
public static MAPExt_SS_Info copyOf(MAPSS_Information from)
from
- the object from which to copypublic MAPCUG_Info getCug_Info()
public MAPEMLPP_Info getEmlpp_Info()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPSS_Info
withAbsents
- ignored, as value cannot be optionalpublic boolean isCug_InfoChosen()
public boolean isEmlpp_InfoChosen()
public MAPExt_SS_Info setCallBarringInfo(MAPExt_CallBarInfo 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_SS_Info setCug_Info(MAPCUG_Info 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_SS_Info setEmlpp_Info(MAPEMLPP_Info 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_SS_Info setForwardingInfo(MAPExt_ForwInfo 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 void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class MAPSS_Info
public MAPExt_SS_Info setSs_Data(MAPExt_SS_Data 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