public class MAPSS_Information extends AbstractFieldsObject
SS-Information ::= CHOICE { forwardingInfo ForwardingInfo, callBarringInfo CallBarringInfo, cug-Information CUG-Information, -- Removed between ph1 and ph2. (Replaced by cug-Info, which has a different type, in Ext-SS-Info.) ss-Data-v1 SS-Data-v1 -- Removed between ph1 and ph2. (Replaced by ss-Data, which has a different type.) } MAP-SS-DataTypes-ph1 { SS-Information { @extendible } }Present in ph1. Evolved to
MAPSS_Info
in ph2.
Used in array as field type by MAPInsertSubscriberDataArg_v1
.
Used as result type by MAPOperations.registerSS_v1
.
Used as result type by MAPOperations.eraseSS_v1
.
Used as result type by MAPOperations.activateSS_v1
.
Used as result type by MAPOperations.deactivateSS_v1
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPSS_Information.Choice
API for MAP-SS-DataTypes-ph1.SS-Information.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSS_Information() |
Modifier and Type | Method and Description |
---|---|
MAPSS_Information |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_Information |
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.
|
MAPCallBarringInfo |
getCallBarringInfo()
Gets the value of the callBarringInfo choice.
|
MAPSS_Information.Choice |
getChoice()
Gets the discriminant of the current choice.
|
MAPCUG_Information |
getCug_Information()
Gets the value of the cug-Information 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.
|
MAPForwardingInfo |
getForwardingInfo()
Gets the value of the forwardingInfo choice.
|
MAPSS_Data_v1 |
getSs_Data_v1()
Gets the value of the ss-Data-v1 choice.
|
boolean |
isCallBarringInfoChosen()
Tests whether the choice is callBarringInfo.
|
boolean |
isCug_InformationChosen()
Tests whether the choice is cug-Information.
|
boolean |
isForwardingInfoChosen()
Tests whether the choice is forwardingInfo.
|
boolean |
isSs_Data_v1Chosen()
Tests whether the choice is ss-Data-v1.
|
MAPSS_Information |
setCallBarringInfo(MAPCallBarringInfo value)
Sets the value of the callBarringInfo choice.
|
protected void |
setChoice(MAPSS_Information.Choice arg)
Sets the discriminant of the current choice.
|
MAPSS_Information |
setCug_Information(MAPCUG_Information value)
Sets the value of the cug-Information choice.
|
MAPSS_Information |
setForwardingInfo(MAPForwardingInfo value)
Sets the value of the forwardingInfo choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSS_Information |
setSs_Data_v1(MAPSS_Data_v1 value)
Sets the value of the ss-Data-v1 choice.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSS_Information clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSS_Information copyOf(MAPSS_Information from)
from
- the object from which to copypublic MAPCallBarringInfo getCallBarringInfo()
public MAPSS_Information.Choice getChoice()
public MAPCUG_Information getCug_Information()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic MAPForwardingInfo getForwardingInfo()
public MAPSS_Data_v1 getSs_Data_v1()
public boolean isCallBarringInfoChosen()
public boolean isCug_InformationChosen()
public boolean isForwardingInfoChosen()
public boolean isSs_Data_v1Chosen()
public MAPSS_Information setCallBarringInfo(MAPCallBarringInfo 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 nullprotected void setChoice(MAPSS_Information.Choice arg)
arg
- the new discriminantpublic MAPSS_Information setCug_Information(MAPCUG_Information 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 MAPSS_Information setForwardingInfo(MAPForwardingInfo 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 AbstractDataObject
public MAPSS_Information setSs_Data_v1(MAPSS_Data_v1 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